- 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.
|
Summary: The GNU macro processor.
|
||||||
Name: m4
|
Name: m4
|
||||||
Version: 1.4.1
|
Version: 1.4.2
|
||||||
Release: 16
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.1.tar.gz
|
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.2.tar.gz
|
||||||
URL: ftp://ftp.gnu.org/gnu/m4/
|
URL: http://www.gnu.org/software/m4/
|
||||||
Patch0: m4-1.4.1-sec.patch
|
|
||||||
Patch1: m4-1.4.1-configure.patch
|
|
||||||
Buildroot: %{_tmppath}/%{name}-root
|
Buildroot: %{_tmppath}/%{name}-root
|
||||||
Prereq: /sbin/install-info
|
Prereq: /sbin/install-info
|
||||||
|
|
||||||
@ -25,25 +23,19 @@ Install m4 if you need a macro processor.
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%setup
|
%setup
|
||||||
%patch0 -p1
|
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%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
|
%configure
|
||||||
make CFLAGS="$RPM_OPT_FLAGS"
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall INSTALL_DATA="install -c -m644"
|
%makeinstall
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc NEWS README
|
%doc NEWS README THANKS TODO
|
||||||
/usr/bin/m4
|
/usr/bin/m4
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
/usr/share/locale/fr/m4.msg
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
/sbin/install-info %{_infodir}/m4.info.gz %{_infodir}/dir
|
/sbin/install-info %{_infodir}/m4.info.gz %{_infodir}/dir
|
||||||
@ -57,6 +49,9 @@ fi
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user