]> git.pld-linux.org Git - packages/automake.git/commitdiff
- removed without_man conditional
authorfilon <filon@sokrates.mimuw.edu.pl>
Sat, 22 Sep 2001 11:15:13 +0000 (11:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- changed man patch to not modify makefile.am
- added installing man pages

Changed files:
    automake.spec -> 1.57

automake.spec

index 4a55aaca7fa4e69c275b18ac881c7199510cf64f..84dd82906a35f6e558661b143dfb6f423fa56842 100644 (file)
@@ -1,4 +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
@@ -65,10 +65,10 @@ de
 %prep
 %setup -q 
 #%patch0 -p1
-%{!?_without_man:%patch1 -p1}
+%patch1 -p1
 
 %build
-%{!?_without_man:rm -f missing}
+rm -f missing
 aclocal
 autoconf
 %configure
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
+install aclocal.1 automake.1 $RPM_BUILD_ROOT%{_mandir}/man1
+
 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
 
 %post
@@ -97,7 +100,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/automake*
 
 %{_aclocaldir}
-%{!?_without_man:%{_mandir}/man1/*}
+%{_mandir}/man1/*
 
 %dir %{_datadir}/automake
 %{_datadir}/automake/am
This page took 0.035152 seconds and 4 git commands to generate.