Fix the build fail.
This commit is contained in:
parent
a82bb476d0
commit
1afef3dfd0
1 changed files with 28 additions and 14 deletions
42
uim.spec
42
uim.spec
|
|
@ -3,13 +3,13 @@
|
|||
|
||||
Name: uim
|
||||
Version: 1.8.6
|
||||
Release: 15%{?dist}
|
||||
Release: 16%{?dist}
|
||||
# uim itself is licensed under BSD
|
||||
# scm/py.scm, helper/eggtrayicon.[ch], qt/pref-kseparator.{cpp,h}
|
||||
# and qt/chardict/chardict-kseparator.{cpp,h} is licensed under LGPLv2+
|
||||
# pixmaps/*.{svg,png} is licensed under BSD or LGPLv2
|
||||
License: BSD and LGPLv2+ and (BSD or LGPLv2)
|
||||
URL: http://code.google.com/p/uim/
|
||||
URL: https://github.com/uim/uim/
|
||||
|
||||
BuildRequires: libXft-devel libX11-devel libXext-devel libXrender-devel libXau-devel libXdmcp-devel libXt-devel
|
||||
BuildRequires: libgcroots-devel
|
||||
|
|
@ -19,7 +19,7 @@ BuildRequires: qt-devel cmake kdelibs-devel
|
|||
BuildRequires: libedit-devel compat-openssl10-devel libcurl-devel sqlite-devel expat-devel
|
||||
BuildRequires: m17n-lib-devel m17n-db-devel
|
||||
BuildRequires: m17n-db m17n-db-extras
|
||||
BuildRequires: emacs libtool automake autoconf intltool
|
||||
BuildRequires: emacs libtool automake autoconf intltool xemacs
|
||||
Source0: http://uim.googlecode.com/files/%{name}-%{version}.tar.bz2
|
||||
Source1: xinput.d-uim
|
||||
Source2: uim-init.el
|
||||
|
|
@ -305,7 +305,8 @@ fi
|
|||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README fep/README.fep fep/README.fep.key xim/README.xim
|
||||
%doc AUTHORS ChangeLog* NEWS README fep/README.fep fep/README.fep.key xim/README.xim
|
||||
%license COPYING
|
||||
%lang(ja) %doc fep/README.fep.ja
|
||||
%dir %{_libdir}/uim
|
||||
%dir %{_libdir}/uim/plugin
|
||||
|
|
@ -366,8 +367,9 @@ fi
|
|||
%{_libdir}/uim/plugin/libuim-sqlite3.so
|
||||
%{_libexecdir}/uim-helper-server
|
||||
%{_mandir}/man1/uim-xim.1*
|
||||
%doc emacs/COPYING emacs/README
|
||||
%doc emacs/README
|
||||
%lang(ja) %doc emacs/README.ja
|
||||
%license emacs/COPYING
|
||||
%{_bindir}/uim-el-agent
|
||||
%{_bindir}/uim-el-helper-agent
|
||||
%{_datadir}/emacs/site-lisp/uim-el
|
||||
|
|
@ -376,13 +378,15 @@ fi
|
|||
%{_datadir}/xemacs/site-packages/lisp/site-start.d/uim-init.el
|
||||
|
||||
%files devel
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_includedir}/uim/
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
||||
%files gtk2
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
# BSD
|
||||
%{_bindir}/uim-toolbar-gtk
|
||||
# BSD and LGPLv2+
|
||||
|
|
@ -397,7 +401,8 @@ fi
|
|||
%{_libexecdir}/uim-candwin-tbl-gtk
|
||||
|
||||
%files gtk3
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/uim-im-switcher-gtk3
|
||||
%{_bindir}/uim-input-pad-ja-gtk3
|
||||
%{_bindir}/uim-pref-gtk3
|
||||
|
|
@ -409,7 +414,8 @@ fi
|
|||
%{_libexecdir}/uim-candwin-tbl-gtk3
|
||||
|
||||
%files qt
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS
|
||||
%doc AUTHORS ChangeLog* NEWS
|
||||
%license COPYING
|
||||
%{_bindir}/uim-chardict-qt4
|
||||
%{_bindir}/uim-im-switcher-qt4
|
||||
%{_bindir}/uim-pref-qt4
|
||||
|
|
@ -418,12 +424,14 @@ fi
|
|||
%{_libdir}/qt4/plugins/inputmethods/libuiminputcontextplugin.so
|
||||
|
||||
%files kde
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/kde4/plasma_applet_uim.so
|
||||
%{_datadir}/kde4/services/plasma-applet-uim.desktop
|
||||
|
||||
%files anthy
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/uim/plugin/libuim-anthy.so
|
||||
%{_libdir}/uim/plugin/libuim-anthy-utf8.so
|
||||
%{_datadir}/uim/anthy*.scm
|
||||
|
|
@ -432,14 +440,16 @@ fi
|
|||
%dir %{_datadir}/uim
|
||||
|
||||
%files canna
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_datadir}/uim/canna*.scm
|
||||
# BSD or LGPLv2
|
||||
%{_datadir}/uim/pixmaps/canna.png
|
||||
%dir %{_datadir}/uim
|
||||
|
||||
%files skk
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_libdir}/uim/plugin/libuim-skk.so
|
||||
%{_datadir}/uim/skk*.scm
|
||||
%{_datadir}/uim/pixmaps/skk*.png
|
||||
|
|
@ -447,7 +457,8 @@ fi
|
|||
%dir %{_datadir}/uim
|
||||
|
||||
%files m17n
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%doc AUTHORS ChangeLog* NEWS README
|
||||
%license COPYING
|
||||
%{_bindir}/uim-m17nlib-relink-icons
|
||||
%{_libdir}/uim/plugin/libuim-m17nlib.so
|
||||
%{_datadir}/uim/m17nlib.scm
|
||||
|
|
@ -457,6 +468,9 @@ fi
|
|||
%dir %{_datadir}/uim
|
||||
|
||||
%changelog
|
||||
* Wed Feb 14 2018 Akira TAGOH <tagoh@redhat.com> - 1.8.6-16
|
||||
- Fix the build fail.
|
||||
|
||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.6-15
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue