[packages/autoconf-archive] - updated to 2013.11.01 - added info patch (unify direntry) - pl
qboosh
qboosh at pld-linux.org
Sun Nov 3 09:45:32 CET 2013
commit c5b20586feaf504a6356d45ca972ddd29f0f4297
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sun Nov 3 09:45:40 2013 +0100
- updated to 2013.11.01
- added info patch (unify direntry)
- pl
autoconf-archive-info.patch | 14 ++++++++++++++
autoconf-archive.spec | 22 ++++++++++++++++------
2 files changed, 30 insertions(+), 6 deletions(-)
---
diff --git a/autoconf-archive.spec b/autoconf-archive.spec
index e42a85b..b0ab304 100644
--- a/autoconf-archive.spec
+++ b/autoconf-archive.spec
@@ -1,15 +1,19 @@
Summary: The Autoconf Macro Archive
+Summary(pl.UTF-8): Archiwum makr Autoconfa
Name: autoconf-archive
-Version: 2012.09.08
+Version: 2013.11.01
Release: 1
License: GPL v3+ with exceptions
Group: Development/Tools
Source0: http://ftp.gnu.org/gnu/autoconf-archive/%{name}-%{version}.tar.xz
-# Source0-md5: 670ca8a5d2d85437f034f0448ee9470d
+# Source0-md5: f01381c7d3570cf3fcf65093989e0d29
+Patch0: %{name}-info.patch
URL: http://www.gnu.org/software/autoconf-archive/
BuildRequires: tar >= 1:1.22
+BuildRequires: texinfo
BuildRequires: xz
-Requires: autoconf
+# max of AC_PREREQ from ax_*.m4
+Requires: autoconf >= 2.62
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -18,8 +22,14 @@ The GNU Autoconf Archive is a collection of more than 450 macros for
GNU Autoconf that have been contributed as free software by friendly
supporters of the cause from all over the Internet.
+%description -l pl.UTF-8
+GNU Autoconf Archive to zbiór ponad 450 makr dla GNU Autoconfa,
+przekazanych jako oprogramowanie wolnodostępne przez przyjaznych
+przypadkowych wspierających z całego Internetu.
+
%prep
%setup -q
+%patch0 -p1
%build
%configure
@@ -34,7 +44,7 @@ rm -rf $RPM_BUILD_ROOT
# remove dir file which will be generated by /sbin/install-info
rm -f $RPM_BUILD_ROOT%{_infodir}/dir
# document files are installed another location
-rm -r $RPM_BUILD_ROOT%{_datadir}/%{name}
+%{__rm} -r $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -47,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%doc AUTHORS COPYING* ChangeLog NEWS README TODO
-%{_aclocaldir}/*.m4
+%doc AUTHORS COPYING.EXCEPTION ChangeLog NEWS README TODO
+%{_aclocaldir}/ax_*.m4
%{_infodir}/autoconf-archive.info*
diff --git a/autoconf-archive-info.patch b/autoconf-archive-info.patch
new file mode 100644
index 0000000..99fc7a8
--- /dev/null
+++ b/autoconf-archive-info.patch
@@ -0,0 +1,14 @@
+--- autoconf-archive-2013.11.01/doc/autoconf-archive.texi.orig 2013-11-01 00:00:00.000000000 +0100
++++ autoconf-archive-2013.11.01/doc/autoconf-archive.texi 2013-11-03 09:03:44.059884229 +0100
+@@ -24,9 +24,9 @@
+ Documentation License''.
+ @end copying
+
+- at dircategory Software development
++ at dircategory Development tools:
+ @direntry
+-* Autoconf Archive: (autoconf-archive). A collection of re-usable Autoconf macros.
++* Autoconf Archive: (autoconf-archive). A collection of re-usable Autoconf macros
+ @end direntry
+
+ @titlepage
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/autoconf-archive.git/commitdiff/c5b20586feaf504a6356d45ca972ddd29f0f4297
More information about the pld-cvs-commit
mailing list