lxappearance-vl.spec 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. Name: lxappearance
  2. Version: 0.5.0
  3. Release: 1%{?_dist_release}
  4. Summary: Feature-rich GTK+ theme switcher for LXDE
  5. Summary(ja): LXDE の機能豊かな GTK+ テーマスイッチャ
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://lxde.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: desktop-file-utils
  14. BuildRequires: gettext
  15. BuildRequires: glib2-devel >= 2.18.0
  16. BuildRequires: gtk2-devel >= 2.12.0
  17. BuildRequires: intltool >= 0.40
  18. BuildRequires: menu-cache-devel >= 0.3.2
  19. BuildRequires: perl-XML-Parser
  20. Requires: lxsession >= 0.4.0
  21. %description
  22. LXAppearance is a new GTK+ theme switcher developed for LXDE, the Lightweight
  23. X11 Desktop Environment. It is able to change GTK+ themes, icon themes, and
  24. fonts used by applications. All changes done by the users can be seen
  25. immediately in the preview area. After clicking the "Apply" button, the
  26. settings will be written to gtkrc, and all running programs will be asked to
  27. reload their themes.
  28. %description -l ja
  29. LXAppearance は LXDE -the Lightweight X11 Desktop Environment- のために開発された
  30. 新しい GTK+ テーマスイッチャです。GTK テーマ・アイコンテーマ・フォントを
  31. アプリケーションによって変えることができます。
  32. ユーザーにより行われたすべての変更はプレビューエリアで迅速に見ることができます。
  33. "適用"ボタンを押した後、設定は gtkrc に書き込まれ、すべての起動中のプログラムが
  34. それらのテーマを再読み込みするように求められます。
  35. %package devel
  36. Release: 1%{?_dist_release}
  37. Summary: Development files of %{name}
  38. Summary(ja): %{name} の開発ファイル
  39. Group: Development/Libraries
  40. Requires: %{name} = %{version}-%{release}
  41. %description devel
  42. This package contains headers and pkg-config file for development
  43. with %{name}.
  44. %description -l ja devel
  45. このパッケージは %{name} の開発に必要なヘッダと pkg-config ファイルを含みます。
  46. %prep
  47. %setup -q
  48. %build
  49. %configure
  50. make %{?_smp_mflags}
  51. %install
  52. rm -rf $RPM_BUILD_ROOT
  53. make install DESTDIR=$RPM_BUILD_ROOT
  54. desktop-file-install --vendor="vine" \
  55. --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  56. --delete-original \
  57. --add-category X-System \
  58. ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
  59. %find_lang %{name}
  60. %clean
  61. rm -rf $RPM_BUILD_ROOT
  62. %files -f %{name}.lang
  63. %defattr(-,root,root,-)
  64. %doc AUTHORS COPYING
  65. %{_bindir}/%{name}
  66. %dir %{_datadir}/%{name}
  67. %{_datadir}/applications/*.desktop
  68. %{_datadir}/%{name}/ui/
  69. #%{_mandir}/man1/%{name}*.1*
  70. %files devel
  71. %defattr(-,root,root,-)
  72. %{_includedir}/%{name}/
  73. %{_libdir}/pkgconfig/%{name}.pc
  74. %changelog
  75. * Thu Oct 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
  76. - new upstream release
  77. - added and arranged BuildRequires
  78. - BuildRequires: desktop-file-utils
  79. - BuildRequires: gettext
  80. - BuildRequires: glib2-devel >= 2.18.0
  81. - BuildRequires: gtk2-devel >= 2.12.0
  82. - BuildRequires: intltool >= 0.40
  83. - BuildRequires: menu-cache-devel >= 0.3.2
  84. - BuildRequires: perl-XML-Parser
  85. - added Requires: lxsession >= 0.4.0
  86. - splitted -devel pacakage
  87. * Wed Jan 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
  88. - new upstream release
  89. * Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
  90. - new upstream release
  91. - fixed desktop file for build
  92. * Mon Jul 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1vl5
  93. - new upstream release
  94. - dropt Source1 and Patch0
  95. * Wed Apr 1 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-3
  96. - enable ja.po
  97. - drop lxappearance-LINGUAS (Source2)
  98. - add enable lang ja patch (Patch0)
  99. - run autogen.sh
  100. * Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-2
  101. - replace ja.po: from upstream repository
  102. - update %%files section: drop unnecessary extension in mandir
  103. - add Vendor and Distribution tags for Vine Linux
  104. * Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1vl5
  105. - initial build for VineSeed (import Fedora package)
  106. * Sun Apr 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
  107. - Update to 0.2
  108. - Remove install-patch, applied upstream
  109. * Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
  110. - Initial Fedora RPM