summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 08:07:17 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 08:07:17 +0000
commite52347cac7c9443d823a10b59c4ca2f9e0ba9ef8 (patch)
treec47d17f0e99d75f29ba7dd00dc02f2f56fb7b98b
parent1382e28f5ee91400df8b0d0f49c5200afca586cd (diff)
downloadm4-e52347cac7c9443d823a10b59c4ca2f9e0ba9ef8.tar.gz
m4-e52347cac7c9443d823a10b59c4ca2f9e0ba9ef8.tar.xz
m4-e52347cac7c9443d823a10b59c4ca2f9e0ba9ef8.zip
auto-import changelog data from m4-1.4.1-3.src.rpmm4-1_4_1-3RHL-7_0-split
Wed Jul 12 2000 Prospector <bugzilla@redhat.com> - automatic rebuild Sat Jun 17 2000 Matt Wilson <msw@redhat.com> - added defattr Mon Jun 05 2000 Bernhard Rosenkraenzer <bero@redhat.com> - FHS compliance - 1.4.1 - some fixes to spec file Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> - auto rebuild in the new build environment (release 12) Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com> - build against glibc 2.1 Fri Apr 24 1998 Prospector System <bugs@redhat.com> - translations modified for de, fr, tr Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com> - Manhattan build Tue Oct 21 1997 Cristian Gafton <gafton@redhat.com> - added info file handling and BuildRoot Mon Jun 02 1997 Erik Troan <ewt@redhat.com> - built against glibc
-rw-r--r--.cvsignore1
-rw-r--r--m4.spec86
-rw-r--r--sources1
3 files changed, 88 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index e69de29..f56ea5b 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+m4-1.4.1.tar.gz
diff --git a/m4.spec b/m4.spec
new file mode 100644
index 0000000..eee5a0c
--- /dev/null
+++ b/m4.spec
@@ -0,0 +1,86 @@
+Summary: The GNU macro processor.
+Name: m4
+Version: 1.4.1
+Release: 3
+Copyright: GPL
+Group: Applications/Text
+Source: ftp://ftp.gnu.org/gnu/m4/m4-1.4.1.tar.gz
+Patch: m4-1.4-glibc.patch
+Buildroot: /var/tmp/m4-root
+Prereq: /sbin/install-info
+Prefix: /usr
+
+%description
+A GNU implementation of the traditional UNIX macro processor. M4 is
+useful for writing text files which can be logically parsed, and is used
+by many programs as part of their build process. M4 has built-in
+functions for including files, running shell commands, doing arithmetic,
+etc. The autoconf program needs m4 for generating configure scripts, but
+not for running configure scripts.
+
+Install m4 if you need a macro processor.
+
+%prep
+rm -rf $RPM_BUILD_ROOT
+
+%setup
+%patch -p1
+
+%build
+autoconf
+%configure
+make CFLAGS="$RPM_OPT_FLAGS" LDFLAGS=-s
+
+%install
+%makeinstall INSTALL_DATA="install -c -m644"
+strip -R .comment $RPM_BUILD_ROOT/usr/bin/m4
+[ -d $RPM_BUILD_ROOT/usr/info ] && mv $RPM_BUILD_ROOT/usr/info $RPM_BUILD_ROOT/usr/share
+gzip -9fn $RPM_BUILD_ROOT/usr/share/info/*
+
+%files
+%defattr(-,root,root)
+%doc NEWS README
+/usr/bin/m4
+/usr/share/info/*
+
+%post
+/sbin/install-info /usr/share/info/m4.info.gz /usr/share/info/dir
+
+%preun
+if [ "$1" = 0 ]; then
+ /sbin/install-info --delete /usr/share/info/m4.info.gz /usr/share/info/dir
+fi
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%changelog
+* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
+- automatic rebuild
+
+* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
+- added defattr
+
+* Mon Jun 5 2000 Bernhard Rosenkraenzer <bero@redhat.com>
+- FHS compliance
+- 1.4.1
+- some fixes to spec file
+
+* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
+- auto rebuild in the new build environment (release 12)
+
+* Thu Dec 17 1998 Cristian Gafton <gafton@redhat.com>
+- build against glibc 2.1
+
+* Fri Apr 24 1998 Prospector System <bugs@redhat.com>
+- translations modified for de, fr, tr
+
+* Fri Apr 10 1998 Cristian Gafton <gafton@redhat.com>
+- Manhattan build
+
+* Wed Oct 21 1997 Cristian Gafton <gafton@redhat.com>
+- added info file handling and BuildRoot
+
+* Mon Jun 02 1997 Erik Troan <ewt@redhat.com>
+- built against glibc
+
diff --git a/sources b/sources
index e69de29..ed92396 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+e097b2b32d0257d34354909c37692a7d m4-1.4.1.tar.gz