Exclude xpm files
This commit is contained in:
parent
fffff7486e
commit
594f5a2cfc
10
fcitx.spec
10
fcitx.spec
@ -5,7 +5,7 @@
|
|||||||
Name: fcitx
|
Name: fcitx
|
||||||
Summary: Free Chinese Input Toy for X (XIM)
|
Summary: Free Chinese Input Toy for X (XIM)
|
||||||
Version: 3.6.3
|
Version: 3.6.3
|
||||||
Release: 2.%{?svndate}svn_utf8%{?dist}
|
Release: 3.%{?svndate}svn_utf8%{?dist}
|
||||||
# fcitx itself is licensed under GPLv2+
|
# fcitx itself is licensed under GPLv2+
|
||||||
# lib/*, /src/IC.c and /src/IC.h are licensed under MIT
|
# lib/*, /src/IC.c and /src/IC.h are licensed under MIT
|
||||||
# src/uthash.h is licensed under BSD
|
# 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
|
# UTF-8 branch. And upstream has planned to move to UTF-8 coding in some future
|
||||||
# release.
|
# 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
|
# The source for this package was pulled from upstream's vcs. Use the
|
||||||
# following commands to generate the tarball:
|
# following commands to generate the tarball:
|
||||||
# svn export -r %{svnver} http://fcitx.googlecode.com/svn/branches/fcitx-utf8 fcitx-%{svndate}
|
# svn export -r %{svnver} http://fcitx.googlecode.com/svn/branches/fcitx-utf8 fcitx-%{svndate}
|
||||||
@ -83,10 +83,11 @@ fi
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS ChangeLog COPYING README THANKS TODO
|
%doc AUTHORS ChangeLog COPYING THANKS TODO
|
||||||
%doc __doc/*
|
%doc __doc/*
|
||||||
%exclude %{_datadir}/%{name}/data/*.txt
|
%exclude %{_datadir}/%{name}/data/*.txt
|
||||||
%exclude %{_datadir}/%{name}/data/*.org
|
%exclude %{_datadir}/%{name}/data/*.org
|
||||||
|
%exclude %{_datadir}/%{name}/xpm/*.xpm
|
||||||
# winmb2fcitx.py is a utility script, byte-compilation is useless.
|
# winmb2fcitx.py is a utility script, byte-compilation is useless.
|
||||||
%exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyc
|
%exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyc
|
||||||
%exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyo
|
%exclude %{_datadir}/%{name}/tools/winmb2fcitx.pyo
|
||||||
@ -95,6 +96,9 @@ fi
|
|||||||
%{_datadir}/%{name}
|
%{_datadir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 17 2010 Chen Lei <supercyper@163.com> - 3.6.3-2.20100410svn_utf8
|
||||||
- Update License tag
|
- Update License tag
|
||||||
- Add more explanation for UTF-8 branch
|
- Add more explanation for UTF-8 branch
|
||||||
|
Loading…
Reference in New Issue
Block a user