parcellite-vl.spec 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. Name: parcellite
  2. Version: 0.9.2
  3. Release: 1%{?_dist_release}
  4. Summary: A lightweight GTK+ clipboard manager
  5. Summary(ja): 軽量な GTK+ クリップボードマネージャ
  6. Group: Applications/Accessories
  7. License: GPLv3+
  8. URL: http://%{name}.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
  10. #Patch0: 01_fix_man_page.patch
  11. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  12. BuildRequires: gtk2-devel >= 2.10.0, glib2-devel >= 2.14.0
  13. BuildRequires: desktop-file-utils, intltool >= 0.23
  14. BuildRequires: gettext
  15. %description
  16. Parcellite is a stripped down, basic-features-only clipboard manager with a
  17. small memory footprint for those who like simplicity.
  18. In GNOME and Xfce the clipboard manager will be started automatically. For
  19. other desktops or window managers you should also install a panel with a
  20. system tray or notification area if you want to use this package.
  21. %description -l ja
  22. Parcellite はシンプルさを好む人々のための使用メモリ量が小さい
  23. 洗練された基礎的機能のみのクリップボードマネージャです。
  24. GNOME と Xfce ではクリップボードマネージャは自動的に起動します。
  25. あなたがこのパッケージを使用したいのなら、他のデスクトップ或いは
  26. ウィンドウマネージャのために、システムトレイか通知領域に
  27. パネルをインストールしなければなりません。
  28. %prep
  29. %setup -q
  30. #%patch0 -p1
  31. %build
  32. %configure
  33. make %{?_smp_mflags}
  34. %install
  35. rm -rf $RPM_BUILD_ROOT
  36. make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
  37. %find_lang %{name}
  38. desktop-file-install --vendor="vine" \
  39. --delete-original \
  40. --remove-category=Application \
  41. --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  42. ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
  43. desktop-file-install --vendor="vine" \
  44. --delete-original \
  45. --add-category=TrayIcon \
  46. --dir=${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/ \
  47. ${RPM_BUILD_ROOT}%{_sysconfdir}/xdg/autostart/%{name}-startup.desktop
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. %files -f %{name}.lang
  51. %defattr(-,root,root,-)
  52. %doc AUTHORS ChangeLog COPYING README NEWS
  53. %config(noreplace) %{_sysconfdir}/xdg/autostart/vine-%{name}-startup.desktop
  54. %{_bindir}/%{name}
  55. %{_datadir}/applications/vine-%{name}.desktop
  56. %{_mandir}/man1/%{name}.1.gz
  57. %changelog
  58. * Sat Jan 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.2-1
  59. - new upstream release
  60. - dropt Patch0
  61. * Fri Sep 25 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-7
  62. - cleaned up spec
  63. - added Patch0 from Debain to fix man page
  64. - added BuildRequires: gettext
  65. * Wed Jul 29 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-6vl5
  66. - improved and fixed Japanese description
  67. * Sun Jun 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-5vl5
  68. - fixed BuildRoot
  69. - cleaned up spec
  70. - added Japanese description
  71. * Sat May 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-4vl5
  72. - changed Group: Applications/Accessories
  73. - spec in UTF-8
  74. * Sat Mar 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-3vl5
  75. - enabled autostart again
  76. * Fri Mar 20 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-2vl5
  77. - fixed changelog typo
  78. * Thu Mar 19 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9.1-1vl5
  79. - Update to 0.9.1
  80. - added BuildRequires: glib2-devel >= 2.14.0
  81. - dropped Patch0,1
  82. * Sat Feb 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.9-1vl5
  83. - initial build for VineSeed (imported Fedora development Package)
  84. - disabled autostart
  85. * Sun Nov 23 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.9-1
  86. - Update to 0.9
  87. - Fix Control+Click behaviour
  88. - Small corrections to German translation
  89. * Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.8-1
  90. - Update to 0.8
  91. * Sat Apr 19 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-2
  92. - No longer require lxpanel
  93. - Preserve timestamps during install
  94. - Include NEWS in doc
  95. * Sat Apr 12 2008 Christoph Wickert <cwickert@fedoraproject.org> - 0.7-1
  96. - Initial Fedora RPM