rpms/man-pages-it/devel man-pages-it.spec,1.25,1.26

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


Author: dchen

Update of /cvs/pkgs/rpms/man-pages-it/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16483/devel

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



Index: man-pages-it.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-it/devel/man-pages-it.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- man-pages-it.spec	5 Dec 2007 00:45:18 -0000	1.25
+++ man-pages-it.spec	6 Dec 2007 05:39:19 -0000	1.26
@@ -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