rpms/man-pages-it/F-8 man-pages-it.spec,1.24,1.25

Ding-Yi Chen (dchen) fedora-extras-commits at redhat.com
Thu Dec 6 05:49:46 UTC 2007


Author: dchen

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

Modified Files:
	man-pages-it.spec 
Log Message:
- Fix improper format of SPEC



Index: man-pages-it.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-it/F-8/man-pages-it.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- man-pages-it.spec	5 Dec 2007 01:22:20 -0000	1.24
+++ man-pages-it.spec	6 Dec 2007 05:49:13 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: Italian man (manual) pages from the Linux Documentation Project
 Name: man-pages-it
 Version: 2.65
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: IEEE
 Group: Documentation
 URL: http://www.pluto.linux.it/ildp/man/
@@ -65,7 +65,7 @@
 done
 for i in %{extra_pkg_name}/*; do
     if [ -f $i ]; then
-	dos2unix -o $i
+        dos2unix -o $i
         iconv -f ISO8859-15 -t UTF-8 $i -o $i.utf8
         mv $i.utf8 $i
     fi
@@ -92,7 +92,7 @@
 rm -fr $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc CHANGELOG HOWTOHELP POSIX-COPYRIGHT readme DESCRIPTION-IT
 %{_mandir}/it/man0p/aio.h.0p.gz
 %{_mandir}/it/man0p/assert.h.0p.gz
@@ -282,6 +282,9 @@
 
 
 %changelog
+* Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat.com> - 2.65-5
+- Fix inproper format of SPEC
+
 * Wed Dec 05 2007 Ding-Yi Chen <dchen at redhat.com> - 2.65-4
 - Change the Licence from "Freely redistributable without restriction" to IEEE
 




More information about the fedora-extras-commits mailing list