]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- complete patch (apply to all languages)
[packages/automake.git] / automake.spec
index 4aa26b1ddceeddfa5bc67b0402eea4aed2006a2b..9f08d6fb708085cb7e25d710b67917c9728fdb09 100644 (file)
@@ -1,28 +1,40 @@
-
 %include       /usr/lib/rpm/macros.perl
 Summary:       GNU automake - Makefile configuration tools
 Summary(de):   GNU automake - Makefile-Konfigurationstools
 Summary(es):   GNU automake - herramientas de configuración de Makefile
 Summary(fr):   automake de GNU - Outils de configuration des makefiles
+Summary(ko):   ½º½º·Î MakefileÀ» ¸¸µé¾îÁִ GNU µµ±¸
 Summary(pl):   GNU Automake - generator plików Makefile
 Summary(pt_BR):        GNU automake - ferramentas de configuração de Makefile
+Summary(ru):   GNU automake - ÉÎÓÔÒÕÍÅÎÔÙ ÄÌÑ Á×ÔÏÍÁÔÉÞÅÓËÏÊ ÇÅÎÅÒÁÃÉÉ Makefile'Ï×
 Summary(tr):   Makefile yapýlandýrma araçlarý
+Summary(uk):   GNU automake - ¦ÎÓÔÒÕÍÅÎÔÉ ÄÌÑ Á×ÔÏÍÁÔÉÞÎϧ ÇÅÎÅÒÁ槠Makefile'¦×
 Name:          automake
-Version:       1.5
-Release:       8
+Version:       1.9.6
+Release:       2
+Epoch:         1
 License:       GPL
 Group:         Development/Building
-Source0:       ftp://sourceware.cygnus.com/pub/automake/%{name}-%{version}.tar.gz
+Source0:       ftp://sources.redhat.com/pub/automake/%{name}-%{version}.tar.bz2
+# Source0-md5: c11b8100bb311492d8220378fd8bf9e0
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
-Patch2:                %{name}-abi.patch
-URL:           http://sourceware.cygnus.com/automake/
-BuildRequires: autoconf
-BuildRequires: perl
-Requires:      perl
+Patch2:                %{name}-no_versioned_dir.patch
+Patch3:                %{name}-CCASCOMPILE-output.patch
+Patch4:                %{name}-morearchs.patch
+Patch5:                %{name}-quoteld.patch
+URL:           http://sources.redhat.com/automake/
+BuildRequires: autoconf >= 2.58
+BuildRequires: rpm-perlprov
+BuildRequires: texinfo >= 4.7
+Requires(pre): fileutils
 Requires:      perl(File::Glob)
+Conflicts:     autoconf < 2.58
+Conflicts:     libtool < 2:1.5-11
+#BuildArch:    noarch -- autoconf doesn't allow
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-BuildArch:     noarch
+
+%define                _aclocaldir     %{_datadir}/aclocal
 
 %description
 Automake is an experimental Makefile generator. Automake was inspired
@@ -56,16 +68,31 @@ Automake 
 pelo 4.4BSD make e inclui arquivos, mas visa ser portável e compatível
 com os padrões GNU para variáveis e alvos de Makefile.
 
+%description -l ru
+Automake - ÜÔÏ ÜËÓÐÅÒÉÍÅÎÔÁÌØÎÙÊ ÇÅÎÅÒÁÔÏÒ Makefile'Ï×. éÄÅÑ ÂÙÌÁ
+ÎÁ×ÅÑÎÁ ÐÒÏÇÒÁÍÍÏÊ make É ÈÅÄÅÒÁÍÉ ÉÚ 4.4BSD, ÎÏ automake ÐÒÅÔÅÎÄÕÅÔ
+ÎÁ ÔÏ, ÞÔÏÂÙ ÂÙÔØ ÐÏÒÔÁÂÅÌØÎÏÊ É ÓÏÏÔ×ÅÔÓÔ×Ï×ÁÔØ ÓÔÁÎÄÁÒÔÁÍ GNU ÎÁ
+ÐÅÒÅÍÅÎÎÙÅ É ÃÅÌÉ Makefile'Ï×.
+
 %description -l tr
 Automake deneysel bir Makefile üreticisidir. 4.4BSD make ve include
 dosyalarýndan esinlenilmistir, ama amaç taþýnabilir olmak ve Makefile
 deðiþkenleri ve hedefleri için GNU standartlarýna uyum göstermektir.
 
+%description -l uk
+Automake - ÃÅ ÅËÓÐÅÒÉÍÅÎÔÁÌØÎÉÊ ÇÅÎÅÒÁÔÏÒ Makefile'¦×. ¶ÄÅÑ ÂÕÌÁ
+ÎÁצÑÎÁ ÐÒÏÇÒÁÍÏÀ make ÔÁ ÈÅÄÅÒÁÍÉ Ú 4.4BSD, ÁÌÅ automake ÍÁ¤ ÚÁ Ã¦ÌØ
+ÍϦÌØΦÓÔØ ÔÁ ×¦ÄÐÏצÄΦÓÔØ ÓÔÁÎÄÁÒÔÁÍ GNU ÎÁ ÚͦÎΦ Ô¦ Ã¦Ì¦
+Makefile'¦×.
+
 %prep
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 %{__autoconf}
@@ -74,13 +101,19 @@ de
 
 %install
 rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       m4datadir=%{_aclocaldir} \
+       pkgvdatadir=%{_datadir}/automake
 
-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
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir*
+
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
@@ -88,12 +121,9 @@ gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
 %attr(755,root,root) %{_bindir}/*
 %{_infodir}/automake*
 
@@ -111,11 +141,13 @@ rm -rf $RPM_BUILD_ROOT
 %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/config-ml.in
 %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
+%attr(755,root,root) %{_datadir}/automake/mkinstalldirs
+%attr(755,root,root) %{_datadir}/automake/py-compile
+%attr(755,root,root) %{_datadir}/automake/symlink-tree
+%attr(755,root,root) %{_datadir}/automake/ylwrap
This page took 0.091612 seconds and 4 git commands to generate.