- Update to m4-1.4.3
This commit is contained in:
parent
8934cd18f2
commit
8ddadfa1b9
@ -1 +1 @@
|
|||||||
m4-1.4.2.tar.gz
|
m4-1.4.3.tar.bz2
|
||||||
|
13
m4.spec
13
m4.spec
@ -1,10 +1,10 @@
|
|||||||
Summary: The GNU macro processor.
|
Summary: The GNU macro processor.
|
||||||
Name: m4
|
Name: m4
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
Release: 3
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.bz2
|
||||||
URL: http://www.gnu.org/software/m4/
|
URL: http://www.gnu.org/software/m4/
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
@ -22,14 +22,14 @@ Install m4 if you need a macro processor.
|
|||||||
%prep
|
%prep
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
make install DESTDIR=$RPM_BUILD_ROOT infodir=%{_infodir}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -49,6 +49,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 1 2005 Miloslav Trmac <mitr@redhat.com> - 1.4.3-1
|
||||||
|
- Update to m4-1.4.3
|
||||||
|
|
||||||
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.4.2-3
|
* Wed Mar 02 2005 Karsten Hopp <karsten@redhat.de> 1.4.2-3
|
||||||
- build with gcc-4
|
- build with gcc-4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user