auto-import changelog data from m4-1.4.1-10.src.rpm

Wed Jun 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- do not strip apps
Fri Jun 14 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild
Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
This commit is contained in:
cvsdist 2004-09-09 08:09:51 +00:00
parent c9ba199aa3
commit 2da4d58cac

13
m4.spec
View File

@ -1,7 +1,7 @@
Summary: The GNU macro processor.
Name: m4
Version: 1.4.1
Release: 7
Release: 10
Copyright: GPL
Group: Applications/Text
Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.1.tar.gz
@ -33,7 +33,7 @@ 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" LDFLAGS=-s
make CFLAGS="$RPM_OPT_FLAGS"
%install
%makeinstall INSTALL_DATA="install -c -m644"
@ -56,6 +56,15 @@ fi
rm -rf $RPM_BUILD_ROOT
%changelog
* Wed Jun 19 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- do not strip apps
* Fri Jun 14 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild
* Thu May 23 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Thu Mar 07 2002 Florian La Roche <Florian.LaRoche@redhat.de>
- use _infodir on popular request #47465