rpms/man-pages-it/F-7 man-pages-it.spec,1.26,1.27

Ding-Yi Chen (dchen) fedora-extras-commits at redhat.com
Wed Dec 5 02:25:09 UTC 2007


Author: dchen

Update of /cvs/pkgs/rpms/man-pages-it/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv359/F-7

Modified Files:
	man-pages-it.spec 
Log Message:
Change the Licence from "Freely redistributable without restriction" to IEEE



Index: man-pages-it.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-it/F-7/man-pages-it.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- man-pages-it.spec	25 Oct 2007 05:56:49 -0000	1.26
+++ man-pages-it.spec	5 Dec 2007 02:24:36 -0000	1.27
@@ -1,8 +1,8 @@
 Summary: Italian man (manual) pages from the Linux Documentation Project
 Name: man-pages-it
 Version: 2.65
-Release: 2
-License: Distributable
+Release: 4%{?dist}
+License: IEEE
 Group: Documentation
 URL: http://www.pluto.linux.it/ildp/man/
 %define extra_ver 0.5.0
@@ -11,8 +11,9 @@
 #Source: http://ftp.pluto.linux.it/pub/pluto/ildp/man/man-pages-it-%{version}.tar.gz
 #Patch0: man-pages-it-0.3.0-rofffix.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
+Requires: man
 BuildArchitectures: noarch
-Summary(it): Pagine del manuale in italiano.
+Summary(it): Pagine del manuale in italiano
 
 %description
 Manual pages from the Linux Documentation Project, translated into Italian.
@@ -26,10 +27,11 @@
 all'indirizzo ftp://ftp.pluto.it/pub/pluto/ildp/man
 
 %package extra
-Summary:    Extra Manual pages from the Linux Documentation Project, translated into Italian.
-Group:      Documentation
-Requires:       %{name} = %{version}-%{release}
-Summary(it):    Pagine man aggiuntive in italiano.
+Summary: Extra Italian manual pages from the Linux Documentation Project
+Group: Documentation
+Requires: %{name} = %{version}-%{release}
+BuildRequires: dos2unix
+Summary(it): Pagine man aggiuntive in italiano
 %define extra_pkg_name man-pages-it-extra-%{extra_ver}
 
 %description extra
@@ -49,6 +51,31 @@
 #%patch0 -p1
 
 %build
+for i in *; do
+    if [ -f $i ]; then
+        iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
+        mv $i.utf8 $i
+    fi
+done
+for i in man*/*; do
+    if [ -f $i ]; then
+        iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
+        mv $i.utf8 $i
+    fi
+done
+for i in %{extra_pkg_name}/*; do
+    if [ -f $i ]; then
+	dos2unix -o $i
+        iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
+        mv $i.utf8 $i
+    fi
+done
+for i in %{extra_pkg_name}/man*/*; do
+    if [ -f $i ]; then
+        iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
+        mv $i.utf8 $i
+    fi
+done
 mv %{_builddir}/%{name}-%{version}/description %{_builddir}/%{name}-%{version}/DESCRIPTION-IT
 mv %{_builddir}/%{name}-%{version}/%{extra_pkg_name}/changelog %{_builddir}/%{name}-%{version}/EXTRA-CHANGELOG
 mv %{_builddir}/%{name}-%{version}/%{extra_pkg_name}/readme %{_builddir}/%{name}-%{version}/EXTRA-README
@@ -255,6 +282,12 @@
 
 
 %changelog
+* Wed Dec 05 2007 Ding-Yi Chen <dchen at redhat.com> - 2.65-4
+- Change the Licence from "Freely redistributable without restriction" to IEEE
+
+* Tue Dec 04 2007 Ding-Yi Chen <dchen at redhat.com> - 2.65-3
+- [Bug 226125] Merge Review: man-page-it
+
 * Thu Oct 25 2007 Ding-Yi Chen <dchen at redhat.com> - 2.65-2
 - [Bug 335931] man-pages-it package is 6 years old
 - Add Italian summaries and descriptions




More information about the fedora-extras-commits mailing list