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.4 Release: 5 Copyright: GPL Group: Development/Building Group(pl): Programowanie/Budowanie Source: ftp://ftp.cygnus.com/pub/tromey/%{name}-%{version}.tar.gz Patch0: automake-info.patch Patch1: automake-armnetwinder.patch Patch2: automake-1.4-19980208.patch Patch3: automake-man.patch URL: http://sourceware.cygnus.com/automake/ Requires: perl Prereq: /sbin/install-info Buildroot: /tmp/%{name}-%{version}-root BuildArch: noarch %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 %patch0 -p1 %patch1 -p1 %patch2 -p0 %patch3 -p1 %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/*info*,man/man1/*} \ AUTHORS ChangeLog NEWS README THANKS TODO %post /sbin/install-info %{_infodir}/automake.info.gz /etc/info-dir %preun if [ "$1" = "0" ]; then /sbin/install-info --delete %{_infodir}/automake.info.gz /etc/info-dir fi %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {AUTHORS,ChangeLog,NEWS,README,THANKS,TODO}.gz %attr(755,root,root) /usr/bin/* %{_infodir}/automake* /usr/share/aclocal %{_mandir}/man1/* %dir /usr/share/automake /usr/share/automake/*.am /usr/share/automake/texinfo.tex %attr(755,root,root) /usr/share/automake/config.guess %attr(755,root,root) /usr/share/automake/config.sub %attr(755,root,root) /usr/share/automake/install-sh %attr(755,root,root) /usr/share/automake/mdate-sh %attr(755,root,root) /usr/share/automake/elisp-comp %attr(755,root,root) /usr/share/automake/acinstall %attr(755,root,root) /usr/share/automake/ylwrap %attr(755,root,root) /usr/share/automake/mkinstalldirs %attr(755,root,root) /usr/share/automake/missing %changelog * Wed Apr 28 1999 Tomasz Kłoczko [1.4-5] - added patches for snapshot 19980208 and armnetwinder (from RH 6.0), - added patch with man pages for automake (from Debian), - recompiled on new rpm. * Wed Mar 10 1999 Tomasz Kłoczko [1.4-4] - full %attr description for files in /usr/share. * Wed Jan 26 1999 Tomasz Kłoczko [1.4-1d] - added Group(pl). * Tue Dec 29 1998 Tomasz Kłoczko [1.3d-3] - standarized {un}registering info pages (second try .. added automake-info.patch). * Wed Dec 23 1998 Tomasz Kłoczko [1.3d-2] - (waiting for new autoconf): fixed @SHELL@ bug. * Sat Dec 19 1998 Tomasz Kłoczko [1.3d-1] - updated URL, - standarized {un}registering info pages. * Sat Nov 21 1998 Tomasz Kłoczko [1.3b-1] - changed base Source url, - cosmetic changes in %post, %preun in {un}registering autoame info page, - added URL. * 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)