rpms/man-pages-ko/devel man-pages-ko.spec,1.14,1.15

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


Author: dchen

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

Modified Files:
	man-pages-ko.spec 
Log Message:
- Fix the conflict with man-1.6e-3.fc7



Index: man-pages-ko.spec
===================================================================
RCS file: /cvs/pkgs/rpms/man-pages-ko/devel/man-pages-ko.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- man-pages-ko.spec	6 Dec 2007 05:34:37 -0000	1.14
+++ man-pages-ko.spec	6 Dec 2007 05:53:36 -0000	1.15
@@ -1,7 +1,7 @@
 Summary: Korean(Hangul) Man(manual) Pages from the Korean Manpage Project
 Name: man-pages-ko
 Version: 20050219
-Release: 0%{?dist}
+Release: 1%{?dist}
 License: Freely redistributable without restriction
 Epoch: 2
 Group: Documentation
@@ -31,6 +31,9 @@
 #%patch0 -p 1
 
 #rm -rf ./man7/iso_8859-1.7 ./man7/iso_8859-7.7
+#conflict with man
+rm -f ./man1/man.1 ./man1/whatis.1 ./man5/man.config.5
+
 for i in `find . -type f -name \*.gz`; do
     gunzip $i
 #   gunzip $i | iconv -c -f EUC-KR -t UTF-8 | gzip > $i
@@ -86,6 +89,9 @@
 %{_mandir}/ko
 
 %changelog
+* Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat.com> - 2:20050219-1
+- Fix the conflict with man-1.6e-3.fc7
+
 * Thu Dec 06 2007 Ding-Yi Chen <dchen at redhat.com> - 2:20050219-0
 - man7/iso_8859-1.7 and man7/iso_8859-7.7 are back.
 - Upstream change version scheme.




More information about the fedora-extras-commits mailing list