summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
Diffstat (limited to 'm4.spec')
-rw-r--r--m4.spec25
1 files changed, 10 insertions, 15 deletions
diff --git a/m4.spec b/m4.spec
index 6f2256c..b2a5f36 100644
--- a/m4.spec
+++ b/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