[man-pages-it/f19] update to 3.56

Mike FABIAN mfabian at fedoraproject.org
Mon Jan 27 16:25:15 UTC 2014


commit dafd1849884f84a83d66093bf150469391612ecc
Author: Mike FABIAN <mfabian at redhat.com>
Date:   Mon Jan 27 12:25:13 2014 +0100

    update to 3.56

 .gitignore        |    1 +
 man-pages-it.spec |   19 ++++++++-----------
 sources           |    2 +-
 3 files changed, 10 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c7beb61..b3a21fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 man-pages-it-2.80.tar.gz
 /manpages3.15.tar.bz2
+/man-pages-it-3.56.tar.xz
diff --git a/man-pages-it.spec b/man-pages-it.spec
index 148a97d..d4a92f6 100644
--- a/man-pages-it.spec
+++ b/man-pages-it.spec
@@ -1,7 +1,7 @@
 Summary: Italian man (manual) pages from the Linux Documentation Project
 Name: man-pages-it
-Version: 3.15
-Release: 2%{?dist}
+Version: 3.56
+Release: 1%{?dist}
 # inherit the license tags from the man-pages package
 License: GPL+ and GPLv2 and GPLv2+ and LGPLV2+ and GPLv3+ and BSD and MIT and Copyright only and IEEE
 Group: Documentation
@@ -10,7 +10,7 @@ URL: http://www.pluto.linux.it/ildp/man/
 %define extra_ver 0.5.0
 # The tarball of the new 3.15 version has a slighly strange file name, not
 # %{name}-%{version}.tar.gz anymore ...
-Source0: ftp://ftp.pluto.it/pub/pluto/ildp/man/manpages%{version}.tar.bz2
+Source0: ftp://ftp.pluto.it/pub/pluto/ildp/man/%{name}-%{version}.tar.xz
 BuildArch: noarch
 Obsoletes: %{extra_name} < 2.80
 Provides: %{extra_name} = %{version}-%{release}
@@ -33,7 +33,6 @@ ufficiale.
 
 %prep
 %setup -q
-#%patch0 -p1
 
 for i in *; do
     if [ -f $i ]; then
@@ -48,18 +47,13 @@ for i in man*/*; do
     fi
 done
 
-# https://bugzilla.redhat.com/show_bug.cgi?id=1029225
-# These man-pages are already in dpkg-1.16.12:
-rm ./man8/dpkg.8
-rm ./man5/dpkg.cfg.5
-
 %build
 
 
 %install
 %__make prefix=$RPM_BUILD_ROOT
 %__mkdir -p $RPM_BUILD_ROOT/%{_mandir}/it
-%__cp -R man* $RPM_BUILD_ROOT/%{_mandir}/it
+%__cp -R */man* $RPM_BUILD_ROOT/%{_mandir}/it
 %__rm -rf $RPM_BUILD_ROOT/%{_mandir}/it/'man??'
 %__rm -rf $RPM_BUILD_ROOT/share/man
 %__rm -f $RPM_BUILD_ROOT/%{_mandir}/it/man1/man2html.1*
@@ -68,11 +62,14 @@ rm ./man5/dpkg.cfg.5
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG HOWTOHELP POSIX-COPYRIGHT readme
+%doc CHANGELOG LEGGIMI README description
 %{_mandir}/it/man*/*
 
 
 %changelog
+* Mon Jan 27 2014 Mike FABIAN <mfabian at redhat.com> - 3.56-1
+- update to 3.56.
+
 * Wed Nov 13 2013 Mike FABIAN <mfabian at redhat.com> - 3.15-2
 - Resolves: rhbz#1029225 Can't install lxc-templates due to conflict between dpkg and man-pages-it
 
diff --git a/sources b/sources
index 246042d..1a05edd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-812033ffc86cca70eea52a62f7b36147  manpages3.15.tar.bz2
+f2ad67e59a6e84dbc184b31eea2ba83f  man-pages-it-3.56.tar.xz


More information about the scm-commits mailing list