Exclude xpm files

This commit is contained in:
supercyper 2010-04-18 16:08:51 +00:00
parent fffff7486e
commit 594f5a2cfc

View File

@ -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@163.com> - 3.6.3-3.20100410svn_utf8
- Exclude xpm files
* Sat Apr 17 2010 Chen Lei <supercyper@163.com> - 3.6.3-2.20100410svn_utf8
- Update License tag
- Add more explanation for UTF-8 branch