- Update to m4-1.4.5
This commit is contained in:
parent
37eb15a43f
commit
029b6ca62e
@ -1,2 +1,2 @@
|
|||||||
m4-1.4.4.tar.bz2
|
m4-1.4.5.tar.bz2
|
||||||
m4-1.4.4.tar.bz2.sig
|
m4-1.4.5.tar.bz2.sig
|
||||||
|
10
m4.spec
10
m4.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU macro processor.
|
Summary: The GNU macro processor.
|
||||||
Name: m4
|
Name: m4
|
||||||
Version: 1.4.4
|
Version: 1.4.5
|
||||||
Release: 1.2.2
|
Release: 1
|
||||||
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,10 @@ make install DESTDIR=$RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc COPYING ChangeLog NEWS README THANKS TODO
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
||||||
%{_bindir}/m4
|
%{_bindir}/m4
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
%{_mandir}/man1/m4.1*
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info %{_infodir}/m4.info.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/m4.info.gz %{_infodir}/dir
|
||||||
@ -50,6 +51,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 17 2006 Miloslav Trmac <mitr@redhat.com> - 1.4.5-1
|
||||||
|
- Update to m4-1.4.5
|
||||||
|
|
||||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.4-1.2.2
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4.4-1.2.2
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user