source: projects/specs/branches/6/l/lxappearance/lxappearance-vl.spec @ 4448

Revision 4448, 4.5 KB checked in by kudoh, 13 years ago (diff)
Line 
1Name:           lxappearance
2Version:        0.5.1
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* Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
97- new upstream release
98- added BuildRequires: libX11-devel
99
100* Thu Oct 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
101- new upstream release
102- added and arranged BuildRequires
103  - BuildRequires:  desktop-file-utils
104  - BuildRequires:  gettext
105  - BuildRequires:  glib2-devel >= 2.18.0
106  - BuildRequires:  gtk2-devel >= 2.12.0
107  - BuildRequires:  intltool >= 0.40
108  - BuildRequires:  menu-cache-devel >= 0.3.2
109  - BuildRequires:  perl-XML-Parser
110- added Requires: lxsession >= 0.4.0
111- splitted -devel pacakage
112
113* Wed Jan 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
114- new upstream release
115
116* Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
117- new upstream release
118- fixed desktop file for build
119
120* Mon Jul 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1vl5
121- new upstream release
122- dropt Source1 and Patch0
123
124* Wed Apr  1 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-3
125- enable ja.po
126  - drop lxappearance-LINGUAS (Source2)
127  - add enable lang ja patch (Patch0)
128  - run autogen.sh
129
130* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-2
131- replace ja.po: from upstream repository
132- update %%files section: drop unnecessary extension in mandir
133- add Vendor and Distribution tags for Vine Linux
134
135* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1vl5
136- initial build for VineSeed (import Fedora package)
137
138* Sun Apr 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
139- Update to 0.2
140- Remove install-patch, applied upstream
141
142* Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
143- Initial Fedora RPM
Note: See TracBrowser for help on using the repository browser.