]> git.pld-linux.org Git - packages/automake.git/commitdiff
- fixed man patch is back (but temporary commented - automake 1.4.b on
authorkloczek <kloczek@pld-linux.org>
Wed, 10 Jan 2001 11:16:32 +0000 (11:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  rebuild is required).

Changed files:
    automake.spec -> 1.39

automake.spec

index 4e3e98a7ce1f8d14422dbf1dcabd566400456385..0ba754ac8d13e4606f7eb09ea3273ff9932cfd8b 100644 (file)
@@ -12,6 +12,7 @@ Group(de):    Entwicklung/Bauen
 Group(pl):     Programowanie/Budowanie
 Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-man.patch
 URL:           http://sourceware.cygnus.com/automake/
 BuildRequires: autoconf
 BuildRequires: perl
@@ -49,9 +50,10 @@ de
 %prep
 %setup -q
 %patch0 -p1
+#%patch1 -p1
 
 %build
-autoconf
+automake
 %configure
 %{__make}
 
@@ -78,7 +80,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/automake*
 
 %{_aclocaldir}
-%{_mandir}/man1/*
+#%{_mandir}/man1/*
 
 %dir %{_datadir}/automake
 %{_datadir}/automake/*.am
This page took 0.060806 seconds and 4 git commands to generate.