scim-panel-gnome-vl.spec 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Summary: scim toolbar into GNOME panel
  2. Name: scim-panel-gnome
  3. Version: 0.0.4
  4. Release: 1%{?_dist_release}
  5. Source0: http://www.homa.ne.jp/~ashie/linux/files/%{name}-%{version}.tar.gz
  6. License: GNU GPL 2
  7. Group: User Interface/X
  8. Url: http://www.homa.ne.jp/~ashie/diary/
  9. Vendor: Project Vine
  10. Distribution: Vine Linux
  11. Packager: IWAI, Masaharu <iwai@alib.jp>
  12. BuildRoot: %{_tmppath}/%{name}-buildroot
  13. BuildRequires: glib2-devel >= 2.8.0 gtk2-devel >= 2.8.0
  14. BuildRequires: gnome-vfs2-devel libgnomeui-devel
  15. BuildRequires: scim-devel >= 1.2.0
  16. %description
  17. scim toolbar into GNOME panel
  18. This software is still in early alpha stage. Many bugs exits.
  19. %prep
  20. %setup -q
  21. %build
  22. %configure
  23. %install
  24. rm -rf %{buildroot}
  25. %{__make} %{?_smp_mflags}
  26. %makeinstall
  27. %{find_lang} %{name}
  28. %clean
  29. rm -rf %{buildroot}
  30. %files -f %{name}.lang
  31. %defattr(-,root,root)
  32. %doc AUTHORS COPYING ChangeLog NEWS README TODO
  33. %{_libdir}/bonobo/servers/GNOME_SCIMApplet_Factory.server
  34. %{_libdir}/scim-1.0/scim-panel-gnome
  35. %{_libexecdir}/scim-applet
  36. %{_datadir}/gnome-2.0/ui/GNOME_SCIMApplet.xml
  37. %changelog
  38. * Sat Jul 26 2008 Shu KONNO <owa@bg.wakwak.com> 0.0.4-1vl5
  39. - applied new versioning policy
  40. * Thu May 24 2007 IWAI, Masaharu <iwai@alib.jp> 0.0.4-0vl1
  41. - new upstream release
  42. - add BuildRequires: scim-devel >= 1.2.0
  43. * Sun Aug 27 2006 IWAI, Masaharu <iwai@alib.jp> 0.0.3-0vl1
  44. - new upstream release
  45. * Fri Aug 25 2006 IWAI, Masaharu <iwai@alib.jp> 0.0.2-0vl1
  46. - new upstream release
  47. * Thu Aug 24 2006 IWAI, Masaharu <iwai@alib.jp> 0.0.1-0vl1
  48. - new package