summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@fedoraproject.org>2006-10-24 23:53:18 +0000
committerMiloslav Trmac <mitr@fedoraproject.org>2006-10-24 23:53:18 +0000
commit10a76f0b93ed9c235481c53fdde3751f770cba3c (patch)
tree38cfa5f357844dbefd9bab448c283c911240e4df
parent8d7a51ba83945d85c9e1a9b31eeb1f91288f74af (diff)
downloadm4-10a76f0b93ed9c235481c53fdde3751f770cba3c.tar.gz
m4-10a76f0b93ed9c235481c53fdde3751f770cba3c.tar.xz
m4-10a76f0b93ed9c235481c53fdde3751f770cba3c.zip
- Drop %%check again. SIGPIPE is set to SIG_IGN in mock, which breaks them4-1_4_7-2
sysval test.
-rw-r--r--m4.spec9
1 files changed, 5 insertions, 4 deletions
diff --git a/m4.spec b/m4.spec
index b373ce6..ea8aadf 100644
--- a/m4.spec
+++ b/m4.spec
@@ -1,7 +1,7 @@
Summary: The GNU macro processor
Name: m4
Version: 1.4.7
-Release: 1
+Release: 2
License: GPL
Group: Applications/Text
Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2
@@ -34,9 +34,6 @@ rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
-%check
-make check
-
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
@@ -56,6 +53,10 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Oct 25 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.7-2
+- Drop %%check again. SIGPIPE is set to SIG_IGN in mock, which breaks the
+ sysval test.
+
* Tue Oct 24 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.7-1
- Update to m4-1.4.7
- Add %%check