]> git.pld-linux.org Git - packages/automake.git/blobdiff - automake.spec
- threads are required only if perl was built with threads
[packages/automake.git] / automake.spec
index 210d651bd49f8c5ee0ccb65d00f96018456f11fd..339c6ae47d16ff7e202d0e1accc0cd7a7958dc3f 100644 (file)
@@ -14,13 +14,13 @@ Summary(ru.UTF-8):  GNU automake - инструменты для автомати
 Summary(tr.UTF-8):     Makefile yapılandırma araçları
 Summary(uk.UTF-8):     GNU automake - інструменти для автоматичної генерації Makefile'ів
 Name:          automake
-Version:       1.10.1
-Release:       1
+Version:       1.11
+Release:       2
 Epoch:         1
 License:       GPL v2+
 Group:         Development/Building
 Source0:       http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.bz2
-# Source0-md5: 4510391e6b3edaa4cffb3ced87c9560c
+# Source0-md5: 4db4efe027e26b33930a7e151de19d0f
 Patch0:                %{name}-info.patch
 Patch1:                %{name}-man.patch
 Patch2:                %{name}-no_versioned_dir.patch
@@ -28,15 +28,20 @@ Patch3:             %{name}-morearchs.patch
 URL:           http://sources.redhat.com/automake/
 %if %{with regeneration}
 BuildRequires: autoconf >= 2.60
-BuildRequires: automake >= 1:1.8a
+BuildRequires: automake >= 1:1.10a
 %else
-BuildRequires: autoconf = 2.60
+BuildRequires: autoconf >= 2.63
 %endif
 BuildRequires: rpm-perlprov
 BuildRequires: texinfo >= 4.7
 Requires(pre): fileutils
 Requires:      filesystem >= 3.0-2
 Requires:      perl(File::Glob)
+%if %(%{__perl} -le 'use threads; print 1' || echo 0)
+# required only if perl was built with threads
+Requires:      perl(Thread::Queue)
+Requires:      perl(threads)
+%endif
 Conflicts:     autoconf < 2.60
 Conflicts:     libtool < 2:1.5-11
 #BuildArch:    noarch -- autoconf doesn't allow
@@ -131,11 +136,11 @@ 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
+%post  -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun
-[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
+%postun        -p      /sbin/postshell
+-/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
@@ -144,7 +149,9 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/automake*
 %{_infodir}/automake.info*
 %{_mandir}/man1/aclocal.1*
+%{_mandir}/man1/aclocal-1.11.1*
 %{_mandir}/man1/automake.1*
+%{_mandir}/man1/automake-1.11.1*
 
 %{_datadir}/aclocal-*
 %dir %{_datadir}/automake
This page took 0.078868 seconds and 4 git commands to generate.