]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- now automake doesn't require itself to be installed
[packages/automake.git] / automake.spec
index 666600bc71e625700ee71bf225379146e2bd10c0..4b8fe7a55c375a4a39c7278d033f410958941988 100644 (file)
@@ -5,7 +5,7 @@ Summary(pl):    GNU Automake - generator plik
 Summary(tr):   Makefile yapýlandýrma araçlarý
 Name:          automake
 Version:       1.4
-Release:       7
+Release:       8
 Copyright:     GPL
 Group:         Development/Building
 Group(pl):     Programowanie/Budowanie
@@ -14,17 +14,20 @@ Patch0:             automake-info.patch
 Patch1:                automake-armnetwinder.patch
 Patch2:                automake-1.4-19980208.patch
 Patch3:                automake-man.patch
+Patch4:                automake-Makefile.patch
 URL:           http://sourceware.cygnus.com/automake/
+BuildRequires: autoconf
+BuildRequires: perl
 Requires:      perl
-Prereq:                /sbin/install-info
+Prereq:                /usr/sbin/fix-info-dir
 Buildroot:     /tmp/%{name}-%{version}-root
 BuildArch:     noarch
 
 %description
-Automake is an experimental Makefile generator. It was inspired by the
+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
@@ -37,9 +40,9 @@ 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
+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
-jednoce¶nie zgodnym ze standardami GNU.
+jednocze¶nie zgodnym ze standardami GNU.
 
 %description -l tr
 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
@@ -52,8 +55,10 @@ de
 %patch1 -p1
 %patch2 -p0
 %patch3 -p1
+%patch4 -p1
 
 %build
+autoconf
 %configure
 make
 
@@ -65,12 +70,10 @@ gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man1/*} \
        AUTHORS ChangeLog NEWS README THANKS TODO
 
 %post
-/sbin/install-info %{_infodir}/automake.info.gz /etc/info-dir
+/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%preun
-if [ "$1" = "0" ]; then
-       /sbin/install-info --delete %{_infodir}/automake.info.gz /etc/info-dir
-fi
+%postun
+/usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.048864 seconds and 4 git commands to generate.