summaryrefslogtreecommitdiffstats
path: root/m4.spec
diff options
context:
space:
mode:
authorMiloslav Trmac <mitr@fedoraproject.org>2004-12-12 19:12:36 +0000
committerMiloslav Trmac <mitr@fedoraproject.org>2004-12-12 19:12:36 +0000
commit00ae83f31b01e8b6b51aedd503d979cea94b8f9c (patch)
tree700439bc129aec44f3426b23450753bb0da60dea /m4.spec
parentaab02e22f60b1797f91047cedd79adf0ff06a9a6 (diff)
downloadm4-00ae83f31b01e8b6b51aedd503d979cea94b8f9c.tar.gz
m4-00ae83f31b01e8b6b51aedd503d979cea94b8f9c.tar.xz
m4-00ae83f31b01e8b6b51aedd503d979cea94b8f9c.zip
- Update to m4-1.4.2m4-1_4_2-1
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