- Update to m4-1.4.4
This commit is contained in:
parent
84e3ae7fce
commit
d33487d7cd
@ -1 +1,2 @@
|
||||
m4-1.4.3.tar.bz2
|
||||
m4-1.4.4.tar.bz2
|
||||
m4-1.4.4.tar.bz2.sig
|
||||
|
14
m4.spec
14
m4.spec
@ -1,10 +1,11 @@
|
||||
Summary: The GNU macro processor.
|
||||
Name: m4
|
||||
Version: 1.4.3
|
||||
Release: 2
|
||||
Version: 1.4.4
|
||||
Release: 1
|
||||
License: GPL
|
||||
Group: Applications/Text
|
||||
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.bz2
|
||||
Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2
|
||||
Source1: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2.sig
|
||||
URL: http://www.gnu.org/software/m4/
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
Prereq: /sbin/install-info
|
||||
@ -29,12 +30,12 @@ rm -rf $RPM_BUILD_ROOT
|
||||
make
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT infodir=%{_infodir}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc COPYING ChangeLog NEWS README THANKS TODO
|
||||
/usr/bin/m4
|
||||
%{_bindir}/m4
|
||||
%{_infodir}/*
|
||||
|
||||
%post
|
||||
@ -49,6 +50,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Sat Oct 22 2005 Miloslav Trmac <mitr@redhat.com> - 1.4.4-1
|
||||
- Update to m4-1.4.4
|
||||
|
||||
* Sun Sep 18 2005 Miloslav Trmac <mitr@redhat.com> - 1.4.3-2
|
||||
- Ship COPYING and ChangeLog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user