From de35da747c79c40ab8f5fc33fb02b335511aaf92 Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 6 Aug 1998 16:19:44 +0000 Subject: [PATCH 1/1] initial version Changed files: automake.spec -> 1.1 --- automake.spec | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 automake.spec diff --git a/automake.spec b/automake.spec new file mode 100644 index 0000000..d59f286 --- /dev/null +++ b/automake.spec @@ -0,0 +1,109 @@ +Summary: GNU automake - Makefile configuration tools +Summary(de): GNU automake - Makefile-Konfigurationstools +Summary(fr): automake de GNU - Outils de configuration des makefiles +Summary(pl): GNU Automake - generator plików Makefile +Summary(tr): Makefile yapýlandýrma araçlarý +Name: automake +Version: 1.3 +Release: 4 +Copyright: GPL +Group: Development/Building +Source: ftp://ftp.gnu.org/pub/gnu/%{name}-%{version}.tar.gz +Requires: perl +Prereq: /sbin/install-info +BuildArchitectures: noarch +Buildroot: /tmp/%{name}-%{version}-root + +%description +Automake is an experimental Makefile generator. It was inspired by the +4.4BSD make and include files, but aims to be portable and to conform to the +GNU standards for Makefile variables and targets. + +%description -l de +Automake ist ein experimenteller Makefile-Generator, inspiriert durch die +4.4BSD-Make und Include-Dateien, der jedoch auf Portabilität und Konformität +mit den GNU-Standards für Makefile-Variable und Targets abzielt. + +%description -l fr +automake est un générateur expérimental de makefiles. Il a été inspiré par +le make de BSD 4.4, mais se veut portable et conforme aux standards GNU pour +les variables et les cibles des makefiles. + +%description -l pl +Automake jest eksperymentalnym generatorem plików Makefile'a. Narzêdzie to +jest wzorowane na make i plikach nag³ówków z systemu 4.4BSD. Umo¿liwia ono +generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c +jednoce¶nie zgodnym ze standardami GNU. + +%description -l tr +Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include +dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile +deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir. + +%prep +%setup -q + +%build +./configure --prefix=/usr +make + +%install +rm -rf $RPM_BUILD_ROOT +make install prefix=$RPM_BUILD_ROOT/usr +gzip -9nf $RPM_BUILD_ROOT/usr/info/automake* + +%post +/sbin/install-info /usr/info/automake.info.gz /usr/info/dir + +%preun +if [ $1 = 0 ]; then + /sbin/install-info --delete /usr/info/automake.info.gz /usr/info/dir +fi + +%files +%defattr(644, root, root, 755) +%doc AUTHORS ChangeLog NEWS README THANKS TODO +/usr/bin/* +/usr/info/automake* +%attr(-, root, root) /usr/share/* + +%clean +rm -rf $RPM_BUILD_ROOT + +%changelog +* Sat Aug 1 1998 Tomasz K³oczko + [1.3-5] +- modified pl translation, +- added -q %setup parameter, +- removed INSTALL and COPING from %doc (copyright statment is in Copyright + field), +- Buildroot changed to /tmp/%%{name}-%%{version}-root, +- fixed %defattr macro, +- added using %%{name} and %%{version} macro in Source. + +* Mon Jun 29 1998 Wojtek ¦lusarczyk + [1.3-4] +- added pl translation, +- build from non root's account, +- added %defattr support. + +* Fri Apr 24 1998 Prospector System +- translations modified for de, fr, tr + +* Tue Apr 07 1998 Erik Troan +- updated to 1.3 + +* Tue Oct 28 1997 Cristian Gafton +- added BuildRoot; added aclocal files + +* Fri Oct 24 1997 Erik Troan +- made it a noarch package + +* Thu Oct 16 1997 Michael Fulbright +- Fixed some tag lines to conform to 5.0 guidelines. + +* Thu Jul 17 1997 Erik Troan +- updated to 1.2 + +* Wed Mar 5 1997 msf@redhat.com +- first version (1.0) -- 2.44.0