]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- release 10.
[packages/automake.git] / automake.spec
index 4b8fe7a55c375a4a39c7278d033f410958941988..c871781c49f0d7eb811ee4ef84e813e0c0b444f3 100644 (file)
@@ -5,11 +5,11 @@ Summary(pl):  GNU Automake - generator plik
 Summary(tr):   Makefile yapýlandýrma araçlarý
 Name:          automake
 Version:       1.4
-Release:       8
-Copyright:     GPL
+Release:       10
+License:       GPL
 Group:         Development/Building
 Group(pl):     Programowanie/Budowanie
-Source:                ftp://ftp.cygnus.com/pub/tromey/%{name}-%{version}.tar.gz
+Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.gz
 Patch0:                automake-info.patch
 Patch1:                automake-armnetwinder.patch
 Patch2:                automake-1.4-19980208.patch
@@ -19,30 +19,30 @@ URL:                http://sourceware.cygnus.com/automake/
 BuildRequires: autoconf
 BuildRequires: perl
 Requires:      perl
-Prereq:                /usr/sbin/fix-info-dir
-Buildroot:     /tmp/%{name}-%{version}-root
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 BuildArch:     noarch
 
 %description
-Automake is an experimental Makefile generator. Automake 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.
-                                                                                                              
+Automake is an experimental Makefile generator. Automake 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.
+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.
+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³ówkowych z systemu 4.4BSD. Umo¿liwia ono
-generowanie plików Makefile w oderwaniu od platformy systemowej bêd±c
-jednocze¶nie zgodnym ze standardami GNU.
+Automake jest eksperymentalnym generatorem plików Makefile'a.
+Narzêdzie to jest wzorowane na make i plikach nag³ówkowych z systemu
+4.4BSD. Umo¿liwia ono generowanie plików Makefile w oderwaniu od
+platformy systemowej bêd±c jednocze¶nie zgodnym ze standardami GNU.
 
 %description -l tr
 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
@@ -60,20 +60,20 @@ de
 %build
 autoconf
 %configure
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-make install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
 gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man1/*} \
        AUTHORS ChangeLog NEWS README THANKS TODO
 
 %post
-/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %postun
-/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/*
 %{_infodir}/automake*
 
-%{_datadir}/aclocal
+%{_aclocaldir}
 %{_mandir}/man1/*
 
 %dir %{_datadir}/automake
This page took 0.084553 seconds and 4 git commands to generate.