- Drop %%check again. SIGPIPE is set to SIG_IGN in mock, which breaks the
sysval test.
This commit is contained in:
parent
8d7a51ba83
commit
10a76f0b93
9
m4.spec
9
m4.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU macro processor
|
Summary: The GNU macro processor
|
||||||
Name: m4
|
Name: m4
|
||||||
Version: 1.4.7
|
Version: 1.4.7
|
||||||
Release: 1
|
Release: 2
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2
|
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
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
|
||||||
|
|
||||||
%check
|
|
||||||
make check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
@ -56,6 +53,10 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Oct 24 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.7-1
|
||||||
- Update to m4-1.4.7
|
- Update to m4-1.4.7
|
||||||
- Add %%check
|
- Add %%check
|
||||||
|
Loading…
Reference in New Issue
Block a user