rpms/fcitx/F-12 fcitx.spec,1.1,1.2

supercyper supercyper at fedoraproject.org
Sun Apr 18 16:12:34 UTC 2010


Author: supercyper

Update of /cvs/pkgs/rpms/fcitx/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv18080

Modified Files:
	fcitx.spec 
Log Message:
Exclude xpm files


Index: fcitx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/fcitx/F-12/fcitx.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- fcitx.spec	18 Apr 2010 02:10:08 -0000	1.1
+++ fcitx.spec	18 Apr 2010 16:12:34 -0000	1.2
@@ -5,7 +5,7 @@
 Name:		fcitx
 Summary:	Free Chinese Input Toy for X (XIM)
 Version:	3.6.3
-Release:	2.%{?svndate}svn_utf8%{?dist}
+Release:	3.%{?svndate}svn_utf8%{?dist}
 # fcitx itself is licensed under GPLv2+
 # lib/*, /src/IC.c and /src/IC.h are licensed under MIT
 # src/uthash.h is licensed under BSD
@@ -17,7 +17,7 @@ URL:		http://code.google.com/p/%{name}/
 # UTF-8 branch.  And upstream has planned to move to UTF-8 coding in some future
 # release.
 #
-#Source0:	http://%{name}.googlecode.com/files/%name-%version.tar.bz2
+#Source0:	http://%{name}.googlecode.com/files/%{name}-%{version}.tar.bz2
 # The source for this package was pulled from upstream's vcs.  Use the
 # following commands to generate the tarball:
 # svn export -r %{svnver} http://fcitx.googlecode.com/svn/branches/fcitx-utf8 fcitx-%{svndate}
@@ -83,10 +83,11 @@ fi
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README THANKS TODO 
+%doc AUTHORS ChangeLog COPYING THANKS TODO 
 %doc __doc/*
 %exclude %{_datadir}/%{name}/data/*.txt
 %exclude %{_datadir}/%{name}/data/*.org
+%exclude %{_datadir}/%{name}/xpm/*.xpm
 # winmb2fcitx.py is a utility script, byte-compilation is useless.
 %exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyc
 %exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyo
@@ -95,6 +96,9 @@ fi
 %{_datadir}/%{name}
 
 %changelog
+* Sun Apr 18 2010 Chen Lei <supercyper at 163.com> - 3.6.3-3.20100410svn_utf8
+- Exclude xpm files
+
 * Sat Apr 17 2010 Chen Lei <supercyper at 163.com> - 3.6.3-2.20100410svn_utf8
 - Update License tag
 - Add more explanation for UTF-8 branch



More information about the scm-commits mailing list