BR: lua-devel (BZ#974729)
- Move %{_datadir}/gir-1.0/Fcitx-1.0.gir %{_bindir}/fcitx4-config to devel subpackage (BZ#965914) - Co-own %{_datadir}/gir-1.0/, %{_libdir}/girepository-1.0/ - Own %{_libdir}/%{name}/qt/, %{_libdir}/%{name}/ - Other minor cleanup
This commit is contained in:
parent
49f89cb0aa
commit
0dab57952b
23
fcitx.spec
23
fcitx.spec
@ -5,7 +5,7 @@
|
||||
Name: fcitx
|
||||
Summary: Free Chinese Input Toy for X (XIM)
|
||||
Version: 4.2.7
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: User Interface/Desktops
|
||||
URL: http://code.google.com/p/%{name}/
|
||||
@ -20,6 +20,7 @@ BuildRequires: gobject-introspection-devel, libxkbfile-devel
|
||||
BuildRequires: enchant-devel, iso-codes-devel, libicu-devel
|
||||
BuildRequires: libX11-devel, qt-x11, dbus-glib-devel, dbus-x11
|
||||
BuildRequires: desktop-file-utils, libxml2-devel
|
||||
BuildRequires: lua-devel
|
||||
Requires: %{name}-data = %{version}-%{release}
|
||||
Requires: imsettings
|
||||
Requires(post): %{_sbindir}/alternatives
|
||||
@ -204,7 +205,6 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%{_bindir}/readPYMB
|
||||
%{_bindir}/scel2org
|
||||
%{_bindir}/txt2mb
|
||||
#%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop
|
||||
%{_datadir}/applications/%{name}-skin-installer.desktop
|
||||
%{_datadir}/%{name}/dbus/daemon.conf
|
||||
%{_datadir}/applications/%{name}-configtool.desktop
|
||||
@ -224,14 +224,14 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
%{_bindir}/fcitx4-config
|
||||
%{_libdir}/libfcitx*.so.*
|
||||
%dir %{_libdir}/%{name}/
|
||||
%{_libdir}/%{name}/%{name}-[!pqt]*.so
|
||||
%{_libdir}/%{name}/%{name}-punc.so
|
||||
%{_libdir}/%{name}/%{name}-quickphrase.so
|
||||
%{_libdir}/%{name}/qt/libfcitx-quickphrase-editor.so
|
||||
%{_libdir}/%{name}/qt/
|
||||
%dir %{_libdir}/girepository-1.0/
|
||||
%{_libdir}/girepository-1.0/Fcitx-1.0.typelib
|
||||
%{_datadir}/gir-1.0/Fcitx-1.0.gir
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root,-)
|
||||
@ -260,10 +260,13 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc
|
||||
%{_bindir}/fcitx4-config
|
||||
%{_libdir}/libfcitx*.so
|
||||
%{_libdir}/pkgconfig/fcitx*.pc
|
||||
%{_includedir}/fcitx*
|
||||
%{_datadir}/cmake/%{name}/
|
||||
%dir %{_datadir}/gir-1.0
|
||||
%{_datadir}/gir-1.0/Fcitx-1.0.gir
|
||||
|
||||
%files table-chinese
|
||||
%defattr(-,root,root,-)
|
||||
@ -315,6 +318,14 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 19 2013 Robin Lee <cheeselee@fedoraproject.org> - 4.2.7-4
|
||||
- BR: lua-devel (BZ#974729)
|
||||
- Move %%{_datadir}/gir-1.0/Fcitx-1.0.gir %%{_bindir}/fcitx4-config to devel
|
||||
subpackage (BZ#965914)
|
||||
- Co-own %%{_datadir}/gir-1.0/, %%{_libdir}/girepository-1.0/
|
||||
- Own %%{_libdir}/%%{name}/qt/, %%{_libdir}/%%{name}/
|
||||
- Other minor cleanup
|
||||
|
||||
* Mon Apr 29 2013 Robin Lee <cheeselee@fedoraproject.org> - 4.2.7-3
|
||||
- Fix gtk2 subpackage description (#830377)
|
||||
|
||||
@ -354,7 +365,7 @@ update-desktop-database %{_datadir}/applications &>/dev/null || :
|
||||
* Mon May 07 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.3-1
|
||||
- Upgrade to fcitx-4.2.3
|
||||
|
||||
* Fri Apr 26 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.2-2
|
||||
* Thu Apr 26 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.2-2
|
||||
- Upgrade to fcitx-4.2.2
|
||||
|
||||
* Sun Apr 22 2012 Liang Suilong <liangsuilong@gmail.com> - 4.2.2-1
|
||||
|
Loading…
Reference in New Issue
Block a user