- Update to m4-1.4.2
This commit is contained in:
parent
aab02e22f6
commit
00ae83f31b
@ -1 +1 @@
|
||||
m4-1.4.1.tar.gz
|
||||
m4-1.4.2.tar.gz
|
||||
|
25
m4.spec
25
m4.spec
@ -1,13 +1,11 @@
|
||||
Summary: The GNU macro processor.
|
||||
Name: m4
|
||||
Version: 1.4.1
|
||||
Release: 16
|
||||
Version: 1.4.2
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Applications/Text
|
||||
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.1.tar.gz
|
||||
URL: ftp://ftp.gnu.org/gnu/m4/
|
||||
Patch0: m4-1.4.1-sec.patch
|
||||
Patch1: m4-1.4.1-configure.patch
|
||||
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz
|
||||
URL: http://www.gnu.org/software/m4/
|
||||
Buildroot: %{_tmppath}/%{name}-root
|
||||
Prereq: /sbin/install-info
|
||||
|
||||
@ -25,25 +23,19 @@ Install m4 if you need a macro processor.
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%setup
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
autoreconf -f
|
||||
test -f /usr/share/libtool/config.guess && cp /usr/share/libtool/config.guess .
|
||||
test -f /usr/share/libtool/config.sub && cp /usr/share/libtool/config.sub .
|
||||
%configure
|
||||
make CFLAGS="$RPM_OPT_FLAGS"
|
||||
make
|
||||
|
||||
%install
|
||||
%makeinstall INSTALL_DATA="install -c -m644"
|
||||
%makeinstall
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc NEWS README
|
||||
%doc NEWS README THANKS TODO
|
||||
/usr/bin/m4
|
||||
%{_infodir}/*
|
||||
/usr/share/locale/fr/m4.msg
|
||||
|
||||
%post
|
||||
/sbin/install-info %{_infodir}/m4.info.gz %{_infodir}/dir
|
||||
@ -57,6 +49,9 @@ fi
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Sun Dec 12 2004 Miloslav Trmac <mitr@redhat.com> - 1.4.2-1
|
||||
- Update to m4-1.4.2
|
||||
|
||||
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||
- rebuilt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user