From b0c926ecfc116fd9863899c1171bfabc44ca80e7 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 5 Jul 2001 22:29:26 +0000 Subject: [PATCH] - uncommented man, added _without_man to skip it - 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 | 4 ++-- automake.spec | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/automake-info.patch b/automake-info.patch index 7fc33d9..26bdae2 100644 --- a/automake-info.patch +++ b/automake-info.patch @@ -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 diff --git a/automake.spec b/automake.spec index 4289342..1ff62e6 100644 --- a/automake.spec +++ b/automake.spec @@ -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 -- 2.44.0