source: projects/specs/trunk/l/lxappearance/lxappearance-vl.spec @ 6207

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