Hello community,

here is the log from the commit of package man-pages-it for openSUSE:Factory 
checked in at 2014-06-24 22:46:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/man-pages-it (Old)
 and      /work/SRC/openSUSE:Factory/.man-pages-it.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "man-pages-it"

Changes:
--------
--- /work/SRC/openSUSE:Factory/man-pages-it/man-pages-it.changes        
2012-04-12 09:40:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.man-pages-it.new/man-pages-it.changes   
2014-06-24 22:46:33.000000000 +0200
@@ -1,0 +2,6 @@
+Mon Jun 23 09:51:47 UTC 2014 - [email protected]
+
+- updated to 3.64:
+  * see CHANGELOG for changes in italian
+
+-------------------------------------------------------------------

Old:
----
  get_version_number.sh
  man-pages-it-rpmlintrc
  man-pages-it.spec.in
  manpages3.15.tar.bz2

New:
----
  man-pages-it-3.64.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ man-pages-it.spec ++++++
--- /var/tmp/diff_new_pack.hB4qRj/_old  2014-06-24 22:46:34.000000000 +0200
+++ /var/tmp/diff_new_pack.hB4qRj/_new  2014-06-24 22:46:34.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package man-pages-it
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,26 +15,17 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           man-pages-it
-# strange buildrequires are needed to resolve fileconflicts (see %install)
-BuildRequires:  man
-Url:            http://www.pluto.it/ildp/man/
+Version:        3.64
+Release:        0
+Summary:        LDP Man Pages (Italian)
 License:        GPL-2.0 and GPL-2.0+ and BSD-3-Clause and GFDL-1.1
 Group:          Documentation/Man
+Url:            http://www.pluto.it/ildp/man/
+Source:         
ftp://ftp.pluto.it/pub/pluto/ildp/man/man-pages-it-%{version}.tar.xz
 Provides:       locale(man:it)
-%if 0%{?suse_version} > 1020
-BuildRequires:  fdupes
-%endif
-AutoReqProv:    off
-Version:        3.15
-Release:        2
-Summary:        LDP Man Pages (Italian)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source:         manpages%{version}.tar.bz2
-Source1:        man-pages-it-rpmlintrc
 BuildArch:      noarch
 
 %description
@@ -42,35 +33,28 @@
 Note that they are normally older than the English versions.  For
 reference, you should use the English versions.
 
-
-
-Authors:
---------
-    Michele Dalla Silvestra <[email protected]>
-
 %prep
 %setup -q
 
 %build
-chmod 644 CHANGELOG HOWTOHELP readme POSIX-COPYRIGHT
+chmod 644 CHANGELOG description LEGGIMI README
 
 %install
-mkdir -p $RPM_BUILD_ROOT%{_mandir}/it
-for i in man? ; do
-  mkdir -p $RPM_BUILD_ROOT%{_mandir}/it/$i
-  for m in $i/* ; do
-    test -f /usr/share/man/it/$m* && continue
-    install -m 644 $m $RPM_BUILD_ROOT%{_mandir}/it/$i
+mkdir -p %{buildroot}%{_mandir}/it
+for dir in `find . -maxdepth 1 -type d | grep -v '^.$'`; do
+  pushd $dir
+  for mandir in man? ; do
+    mkdir -p %{buildroot}%{_mandir}/it/$mandir
+    for m in $mandir/* ; do
+      install -m 644 $m %{buildroot}%{_mandir}/it/$mandir
   done
+  done
+  popd
 done
-%fdupes -s $RPM_BUILD_ROOT
 %find_lang %{name} --all-name --with-man
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root)
-%doc  CHANGELOG HOWTOHELP readme POSIX-COPYRIGHT 
+%doc CHANGELOG man-pages/colophon description LEGGIMI README
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to