SPECS: automake.spec - updated to 1.10.1
qboosh
qboosh at pld-linux.org
Tue Jan 22 20:41:52 CET 2008
Author: qboosh Date: Tue Jan 22 19:41:52 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.10.1
---- Files affected:
SPECS:
automake.spec (1.127 -> 1.128)
---- Diffs:
================================================================
Index: SPECS/automake.spec
diff -u SPECS/automake.spec:1.127 SPECS/automake.spec:1.128
--- SPECS/automake.spec:1.127 Sat Feb 24 14:55:30 2007
+++ SPECS/automake.spec Tue Jan 22 20:41:47 2008
@@ -15,13 +15,13 @@
Summary(tr.UTF-8): Makefile yapılandırma araçları
Summary(uk.UTF-8): GNU automake - інструменти для автоматичної генерації Makefile'ів
Name: automake
-Version: 1.10
-Release: 3
+Version: 1.10.1
+Release: 1
Epoch: 1
-License: GPL
+License: GPL v2+
Group: Development/Building
-Source0: ftp://sources.redhat.com/pub/automake/%{name}-%{version}.tar.bz2
-# Source0-md5: 0e2e0f757f9e1e89b66033905860fded
+Source0: http://ftp.gnu.org/gnu/automake/%{name}-%{version}.tar.bz2
+# Source0-md5: 4510391e6b3edaa4cffb3ced87c9560c
Patch0: %{name}-info.patch
Patch1: %{name}-man.patch
Patch2: %{name}-no_versioned_dir.patch
@@ -29,7 +29,7 @@
URL: http://sources.redhat.com/automake/
%if %{with regeneration}
BuildRequires: autoconf >= 2.60
-BuildRequires: automake
+BuildRequires: automake >= 1:1.8a
%else
BuildRequires: autoconf = 2.60
%endif
@@ -99,9 +99,16 @@
%patch2 -p1
%patch3 -p1
+%if %{with regeneration}
+# prepare temporary copy of m4 dir without amversion.m4 (which causes automake version check)
+mkdir m4-tmp
+cd m4-tmp
+ln -s ../m4/[!a]*.m4 ../m4/a[!m]*.m4 .
+%endif
+
%build
%if %{with regeneration}
-%{__aclocal} -I m4
+%{__aclocal} -I m4-tmp
%endif
%{__autoconf}
%if %{with regeneration}
@@ -134,10 +141,11 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog NEWS README THANKS TODO
-%attr(755,root,root) %{_bindir}/*
-%{_infodir}/automake*
-
-%{_mandir}/man1/*
+%attr(755,root,root) %{_bindir}/aclocal*
+%attr(755,root,root) %{_bindir}/automake*
+%{_infodir}/automake.info*
+%{_mandir}/man1/aclocal.1*
+%{_mandir}/man1/automake.1*
%{_datadir}/aclocal-*
%dir %{_datadir}/automake
@@ -168,6 +176,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.128 2008-01-22 19:41:47 qboosh
+- updated to 1.10.1
+
Revision 1.127 2007-02-24 13:55:30 arekm
- rel 3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/automake.spec?r1=1.127&r2=1.128&f=u
More information about the pld-cvs-commit
mailing list