From d33487d7cde6722090226c93ff24169c1f48553f Mon Sep 17 00:00:00 2001 From: Miloslav Trmac Date: Sat, 22 Oct 2005 17:31:37 +0000 Subject: - Update to m4-1.4.4 --- .cvsignore | 3 ++- m4.spec | 14 +++++++++----- sources | 3 ++- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 72fa63d..2742b7a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ -m4-1.4.3.tar.bz2 +m4-1.4.4.tar.bz2 +m4-1.4.4.tar.bz2.sig diff --git a/m4.spec b/m4.spec index 0cc9060..aac63ab 100644 --- a/m4.spec +++ b/m4.spec @@ -1,10 +1,11 @@ Summary: The GNU macro processor. Name: m4 -Version: 1.4.3 -Release: 2 +Version: 1.4.4 +Release: 1 License: GPL Group: Applications/Text -Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.3.tar.bz2 +Source0: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2 +Source1: ftp://ftp.gnu.org/gnu/m4/m4-%{version}.tar.bz2.sig URL: http://www.gnu.org/software/m4/ Buildroot: %{_tmppath}/%{name}-root Prereq: /sbin/install-info @@ -29,12 +30,12 @@ rm -rf $RPM_BUILD_ROOT make %install -make install DESTDIR=$RPM_BUILD_ROOT infodir=%{_infodir} +make install DESTDIR=$RPM_BUILD_ROOT %files %defattr(-,root,root) %doc COPYING ChangeLog NEWS README THANKS TODO -/usr/bin/m4 +%{_bindir}/m4 %{_infodir}/* %post @@ -49,6 +50,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 22 2005 Miloslav Trmac - 1.4.4-1 +- Update to m4-1.4.4 + * Sun Sep 18 2005 Miloslav Trmac - 1.4.3-2 - Ship COPYING and ChangeLog diff --git a/sources b/sources index a010722..eea72af 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -1f7d7eba70a0525c44c2edc3998925c7 m4-1.4.3.tar.bz2 +eb93bfbcb12cf00165583302bb31a822 m4-1.4.4.tar.bz2 +448fe3e059e84c131ed117dd3fd0c281 m4-1.4.4.tar.bz2.sig -- cgit