small fix.
This commit is contained in:
parent
1c1d77ef16
commit
f746ea96b3
1 changed files with 8 additions and 14 deletions
22
uim.spec
22
uim.spec
|
|
@ -275,7 +275,6 @@ fi
|
|||
%files -f %{name}.lang
|
||||
%defattr (-, root, root)
|
||||
%doc AUTHORS COPYING ChangeLog* NEWS README
|
||||
%dir %{_datadir}/uim
|
||||
%dir %{_libdir}/uim
|
||||
%dir %{_libdir}/uim/plugin
|
||||
%{_bindir}/uim-fep*
|
||||
|
|
@ -287,22 +286,19 @@ fi
|
|||
%exclude %{_datadir}/uim/canna*.scm
|
||||
%exclude %{_datadir}/uim/skk*.scm
|
||||
%exclude %{_datadir}/uim/m17nlib.scm
|
||||
%{_datadir}/uim/*.scm
|
||||
%{_sysconfdir}/X11/xinit/xinput.d
|
||||
%{_libdir}/uim/plugin/libuim-custom-enabler.so
|
||||
%{_libexecdir}/uim-helper-server
|
||||
%exclude %{_datadir}/uim/pixmaps/anthy.png
|
||||
%exclude %{_datadir}/uim/pixmaps/canna.png
|
||||
%exclude %{_datadir}/uim/pixmaps/m17n*png
|
||||
%{_datadir}/uim/pixmaps
|
||||
%{_datadir}/uim/helperdata
|
||||
%{_datadir}/uim
|
||||
%{_sysconfdir}/X11/xinit/xinput.d
|
||||
%{_libdir}/uim/plugin/libuim-custom-enabler.so
|
||||
%{_libexecdir}/uim-helper-server
|
||||
%{_mandir}/man1/uim-xim.1*
|
||||
%ghost %verify(not md5 size mtime) %{_localstatedir}/lib/uim/*.scm
|
||||
%dir %{_localstatedir}/lib/uim
|
||||
|
||||
%files devel
|
||||
%defattr (-, root, root)
|
||||
%dir %{_datadir}/uim
|
||||
%{_includedir}/uim/
|
||||
%{_libdir}/lib*.so
|
||||
%{_libdir}/pkgconfig/*
|
||||
|
|
@ -316,8 +312,6 @@ fi
|
|||
%{_bindir}/uim-input-pad-ja
|
||||
%{_libdir}/gtk-2.0/2.*/immodules
|
||||
%{_libexecdir}/uim-candwin-gtk
|
||||
%dir %{_datadir}/uim
|
||||
%{_datadir}/applications/fedora-uim.desktop
|
||||
|
||||
%files gnome
|
||||
%defattr (-, root, root)
|
||||
|
|
@ -348,29 +342,29 @@ fi
|
|||
%files anthy
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/uim/plugin/libuim-anthy.so
|
||||
%dir %{_datadir}/uim
|
||||
%{_datadir}/uim/anthy*.scm
|
||||
%{_datadir}/uim/pixmaps/anthy.png
|
||||
%dir %{_datadir}/uim
|
||||
|
||||
%files canna
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/uim/plugin/libuim-canna.so
|
||||
%dir %{_datadir}/uim
|
||||
%{_datadir}/uim/canna*.scm
|
||||
%{_datadir}/uim/pixmaps/canna.png
|
||||
%dir %{_datadir}/uim
|
||||
|
||||
%files skk
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/uim/plugin/libuim-skk.so
|
||||
%dir %{_datadir}/uim
|
||||
%{_datadir}/uim/skk*.scm
|
||||
%dir %{_datadir}/uim
|
||||
|
||||
%files m17n
|
||||
%defattr (-, root, root)
|
||||
%{_libdir}/uim/plugin/libuim-m17nlib.so
|
||||
%dir %{_datadir}/uim
|
||||
%{_datadir}/uim/m17nlib.scm
|
||||
%{_datadir}/uim//pixmaps/m17n*png
|
||||
%dir %{_datadir}/uim
|
||||
|
||||
%changelog
|
||||
* Tue May 29 2007 Akira TAGOH <tagoh@redhat.com> - 1.4.1-4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue