]> git.pld-linux.org Git - packages/automake.git/commitdiff
- release 8, automake-1_4-8
authorkloczek <kloczek@pld-linux.org>
Thu, 23 Sep 1999 17:58:58 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fix: /usr/sbin/fix-info-dir must be runed in %postun (not %preun).
- fixed pl %description.

Changed files:
    automake.spec -> 1.26

automake.spec

index c4ae354f158d91f93be13df6c71fc10fcbfbdf19..3995558dab757058c282b8aca3173cdf220746ee 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
@@ -21,10 +21,10 @@ 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 +37,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
@@ -67,7 +67,7 @@ gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man1/*} \
 %post
 /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%preun
+%postun
 /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
 %clean
This page took 0.357027 seconds and 4 git commands to generate.