]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- release 7.
[packages/automake.git] / automake.spec
index 7e8524131d8787562cdc35f49b0d70ad331b6f35..6feb3fbba4507e9c6dcb78d0a69f776b1166e732 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
@@ -8,16 +8,15 @@ Summary(pl):  GNU Automake - generator plik
 Summary(pt_BR):        GNU automake - ferramentas de configuração de Makefile
 Summary(tr):   Makefile yapýlandýrma araçlarý
 Name:          automake
-Version:       1.4p5
-Release:       2
+Version:       1.5
+Release:       7
 License:       GPL
 Group:         Development/Building
 Group(de):     Entwicklung/Bauen
 Group(pl):     Programowanie/Budowanie
-Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-1.4-p5.tar.gz
+Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.gz
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
-Patch2:                %{name}-libtoolize.patch
 URL:           http://sourceware.cygnus.com/automake/
 BuildRequires: autoconf
 BuildRequires: perl
@@ -64,16 +63,12 @@ dosyalar
 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
 
 %prep
-%setup -q -n %{name}-1.4-p5
+%setup -q 
 %patch0 -p1
-%{!?_without_man:%patch1 -p1}
-%patch2 -p1
+%patch1 -p1
 
 %build
-%{!?_without_man:rm -f missing}
-aclocal
 autoconf
-%{!?_without_man:automake -a -c}
 %configure
 %{__make}
 
@@ -82,6 +77,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
@@ -100,19 +98,24 @@ rm -rf $RPM_BUILD_ROOT
 %{_infodir}/automake*
 
 %{_aclocaldir}
-%{!?_without_man:%{_mandir}/man1/*}
+%{_mandir}/man1/*
 
 %dir %{_datadir}/automake
-%{_datadir}/automake/*.am
+%{_datadir}/automake/am
+%{_datadir}/automake/Automake
 %{_datadir}/automake/COPYING
 %{_datadir}/automake/INSTALL
 %{_datadir}/automake/texinfo.tex
+%{_datadir}/automake/ansi2knr*
 %attr(755,root,root) %{_datadir}/automake/acinstall
+%attr(755,root,root) %{_datadir}/automake/compile
 %attr(755,root,root) %{_datadir}/automake/config.guess
 %attr(755,root,root) %{_datadir}/automake/config.sub
+%attr(755,root,root) %{_datadir}/automake/depcomp
 %attr(755,root,root) %{_datadir}/automake/elisp-comp
 %attr(755,root,root) %{_datadir}/automake/install-sh
 %attr(755,root,root) %{_datadir}/automake/mdate-sh
 %attr(755,root,root) %{_datadir}/automake/ylwrap
+%attr(755,root,root) %{_datadir}/automake/py-compile
 %attr(755,root,root) %{_datadir}/automake/mkinstalldirs
 %attr(755,root,root) %{_datadir}/automake/missing
This page took 0.10137 seconds and 4 git commands to generate.