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

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