]> git.pld-linux.org Git - packages/automake.git/commitdiff
- uncommented man, added _without_man to skip it
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 5 Jul 2001 22:29:26 +0000 (22:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- fixed info patch (one tab too much in 2 places)
- release 3

Changed files:
    automake-info.patch -> 1.4
    automake.spec -> 1.44

automake-info.patch
automake.spec

index 7fc33d91b52d248262193d922bfca052909fcdc1..26bdae2073ec1a6225855f6734945a810f44d0e8 100644 (file)
@@ -14,8 +14,8 @@ diff -Nru automake-1.4d/automake.texi automake-1.4d.new/automake.texi
 -@dircategory Individual utilities
 -@direntry
 -* aclocal: (automake)Invoking aclocal.          Generating aclocal.m4
-+* automake: (automake).                               Making Makefile.in's
-+* aclocal: (automake)aclocal.                 Generating aclocal.m4
++* automake: (automake).                       Making Makefile.in's
++* aclocal: (automake)aclocal.         Generating aclocal.m4
  @end direntry
  
  @ifinfo
index 4289342c73914ca9891955f0f52e50267927a798..1ff62e65f9bab7b383324317914a71ce40bca2f3 100644 (file)
@@ -1,3 +1,4 @@
+# _without_man - without man pages (use if you don't have automake >= 1.4b installed)
 %include       /usr/lib/rpm/macros.perl
 Summary:       GNU automake - Makefile configuration tools
 Summary(de):   GNU automake - Makefile-Konfigurationstools
@@ -6,7 +7,7 @@ Summary(pl):    GNU Automake - generator plik
 Summary(tr):   Makefile yapýlandýrma araçlarý
 Name:          automake
 Version:       1.4d
-Release:       2
+Release:       3
 License:       GPL
 Group:         Development/Building
 Group(de):     Entwicklung/Bauen
@@ -51,10 +52,10 @@ de
 %prep
 %setup -q
 %patch0 -p1
-#%patch1 -p1
+%{!?_without_man:%patch1 -p1}
 
 %build
-#automake
+%{!?_without_man:automake}
 %configure
 %{__make}
 
@@ -81,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/automake*
 
 %{_aclocaldir}
-#%{_mandir}/man1/*
+%{!?_without_man:%{_mandir}/man1/*}
 
 %dir %{_datadir}/automake
 %{_datadir}/automake/*.am
This page took 0.205437 seconds and 4 git commands to generate.