source: projects/specs/trunk/l/lxpanel/lxpanel-vl.spec @ 7378

Revision 7378, 8.7 KB checked in by kudoh, 11 years ago (diff)
Line 
1Name:           lxpanel
2Version:        0.5.12
3Release:        1%{?_dist_release}
4Summary:        A lightweight X11 desktop panel
5Summary(ja):    軽量な X11 デスクトップパネル
6
7Group:          User Interface/Desktops
8License:        GPLv2+
9URL:            http://lxde.sourceforge.net/
10Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
11
12Patch1:         lxpanel-default.patch
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15
16Vendor:         Project Vine
17Distribution:   Vine Linux
18
19Requires:  menu-cache
20Requires:  lxmenu-data
21
22BuildRequires:  alsa-lib-devel
23#BuildRequires:  docbook2X
24#BuildRequires:  docbook-utils
25BuildRequires:  gettext
26BuildRequires:  glib2-devel
27BuildRequires:  gtk2-devel
28BuildRequires:  intltool
29BuildRequires:  libXmu-devel
30BuildRequires:  libXpm-devel
31BuildRequires:  libtool
32BuildRequires:  libwnck-devel
33BuildRequires:  menu-cache-devel >= 0.3.0
34BuildRequires:  startup-notification-devel
35BuildRequires:  wireless-tools-devel
36
37%description
38lxpanel is a lightweight X11 desktop panel. It works with any ICCCM / NETWM
39compliant window manager (eg sawfish, metacity, xfwm4, kwin) and features a
40tasklist, pager, launchbar, clock, menu and sytray.
41
42%description -l ja
43lxpanel は軽量な X11 デスクトップパネルです。ICCCM / NETWM 準拠の
44ウィンドウマネージャ(例 sawfish, metacity, xfwm4, kwin)で動作し、
45タスクリスト・ページャ・起動バー・時計・メニュー、そしてシステムトレイを特徴とします。
46
47%package devel
48Group: Development/Libraries
49Summary: Development files for %{name}
50Summary(ja): lxpanel の開発パッケージ
51Requires:       %{name} = %{version}-%{release}
52Requires:       gtk2-devel
53Requires:       libXpm-devel
54
55%description devel
56The %{name}-devel package contains libraries and header files for
57developing applications that use %{name}.
58
59%description devel -l ja
60%{name}-devel パッケージは lxpanel を使うアプリケーションの
61開発のためのライブラリとヘッダファイルを含んでいます。
62
63%prep
64%setup -q
65%patch1 -p1 -b .default
66
67%build
68LDFLAGS="${LDFLAGS} -lgmodule-2.0" ; export LDFLAGS
69%configure
70make %{?_smp_mflags}
71
72%install
73rm -rf $RPM_BUILD_ROOT
74make install DESTDIR=$RPM_BUILD_ROOT
75
76%find_lang %{name}
77
78%clean
79rm -rf $RPM_BUILD_ROOT
80
81
82%files -f %{name}.lang
83%defattr(-,root,root,-)
84%doc AUTHORS COPYING README
85%{_bindir}/lxpanel*
86%{_datadir}/lxpanel/
87%{_libdir}/lxpanel/
88%{_mandir}/man1/lxpanel*
89
90%files devel
91%defattr(-,root,root)
92%dir %{_includedir}/lxpanel
93%{_includedir}/lxpanel/plugin.h
94%{_libdir}/pkgconfig/lxpanel.pc
95
96%changelog
97* Sat Jan 26 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.12-1
98- new upstream release
99
100* Sat Nov 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.10-2
101- rebuilt with menu-cache-0.4.1
102
103* Mon Jun 11 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.10-1
104- new upstream release
105
106* Sun May 20 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.9-1
107- new upstream release
108- added BuildRequires: libwnck-devel
109- recreated patch1
110- added linker option "-lgmodule-2.0"
111
112* Sat Jul 30 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.8-1
113- new upstream release
114- dropt patch4
115
116* Thu Jul 28 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.7-1
117- new upstream release
118- dropt patch2,3
119- added patch4 from Ubuntu Oneiric
120- added BuildRequires: glib2-devel, libtool
121- dropt BuildRequires: docbook2X, docbook-utils
122
123* Tue Sep 28 2010 Shu KONNO <owa@bg.wakwak.com> 0.5.6-2
124- rebuilt with rpm-4.8.1 for pkg-config
125
126* Thu Jul 29 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.6-1
127- new upstream version: 0.5.6
128- added patch2,3 from Debian
129
130* Mon May 10 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-4
131- recreated patch1
132- added BuildRequires:  wireless-tools-devel
133
134* Sat Mar 6 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-3
135- rebuilt with menu-cache-0.3.2
136- changed BuildRequires:  menu-cache-devel >= 0.3.0
137
138* Sat Feb 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-2
139- rebuilt with menu-cache-0.3.1
140
141* Thu Feb 18 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.5-1
142- new upstream version: 0.5.5
143
144* Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.4.1-1
145- new upstream version: 0.5.4.1
146- dropt Patch2
147
148* Wed Sep 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.3-1
149- new upstream version: 0.5.3
150
151* Thu Aug 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.2-1vl5
152- new upstream version: 0.5.2
153
154* Mon Aug 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.1-1vl5
155- new upstream version: 0.5.1
156- renumbered Patch
157
158* Thu Jul 30 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.5.0-1vl5
159- new upstream version: 0.5.0
160- dropt Patch2
161- renumbered Patch
162
163* Sun Jun 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-3vl5
164- changed Group to Development/Libraries in devel package
165- updated description in devel package
166- cleaned up spec
167- renumbered Patch
168- added devel package Requires: gtk2-devel, libXpm-devel
169- added devel package Requires: %{name} = %{version}-%{release}
170
171* Tue Jun 2 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-2vl5
172- dropt Patch7
173- cleaned up spec
174
175* Fri May 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.1-1vl5
176- new upstream version: 0.4.1
177- dropt Patch5,8
178- spec in UTF-8
179
180* Thu Apr 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.0-2vl5
181- added Patch8 (import from LXDE tracker)
182
183* Tue Apr 21 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.4.0-1vl5
184- new upstream version: 0.4.0
185- dropt Source1,2 and Patch4
186- updated Pacth1,2
187- renamed Patch7: vine-configurator.patch
188- added Requires:  menu-cache, lxmenu-data
189- added BuildRequires:  docbook2X
190
191* Fri Apr 3 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.999-4vl5
192- added Patch7
193  - to fix gdk_screen_width()
194- added BuildRequires: menu-cache-devel, alsa-lib-devel
195  - to build menu plugin
196
197* Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.3.999-3
198- replace ja.po: from upstream repository
199- add Vendor and Distribution tags for Vine Linux
200
201* Thu Mar 26 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.999-2vl5
202- fixed %description (missed -devel package description)
203- updated ja.po
204- added Patch6 (from Mandriva Package)
205- added -devel package Summary(ja)
206
207* Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.3.999-1vl5
208- initial build for VineSeed (import from Fedora package)
209- imported Patch3 (gtk-run.c.diff, from openSUSE)
210- added Patch4 (from LXDE tracker,http://sourceforge.net/tracker/index.php?func=detail&aid=2585404&group_id=180858&atid=894869)
211- added Patch5 (from LXDE tracker,http://sourceforge.net/tracker/index.php?func=detail&aid=2655536&group_id=180858&atid=894871)
212- splitted -devel package (refer to openSUSE)
213- added ja.po
214
215* Thu Aug 28 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.8.1-2
216- re-create patches for rpmbuild's fuzz=0
217
218* Tue Jul 08 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.8.1-1
219- new upstream version: 0.3.8.1
220
221* Fri Jul 04 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.8-1
222- new upstream version: 0.3.8
223- new BR in this version: intltool
224
225* Sun Jun 15 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.7-1
226- new upstream version: 0.3.7
227
228* Mon May 05 2008 Sebastian Vahl <fedora@deadbabylon.de> 0.3.5.4-1
229- new upstream version: 0.3.5.4
230- update lxpanel-default.patch
231
232* Sun Mar 31 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.9.0-1
233- new upstream version: 0.2.9.0
234
235* Wed Mar 26 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.8-2
236- BR: docbook-utils
237
238* Thu Mar 20 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.8-1
239- new upstream version: 0.2.8
240- add lxpanel-0.2.8-manpage.patch
241
242* Thu Mar 13 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.7.2-1
243- new upstream version: 0.2.7.2
244- update lxpanel-default.patch
245
246* Mon Feb 25 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.6-1
247- new upstream version: 0.2.6
248- update lxpanel-default.patch
249
250* Sat Feb 09 2008 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-6
251- rebuild for new gcc-4.3
252
253* Thu Aug 16 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-5
254- Change License to GPLv2+
255
256* Mon Jan 08 2007 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-4
257- Fixed some minor issues from the review process (#219930)
258
259* Sun Dec 17 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-3
260- BR: startup-notification-devel
261- Added Patch1 from Chung-Yen to fix wrong starters in default config
262- Removed pcmanfm.desktop from the default config for the moment
263
264* Fri Dec 01 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-2
265- BR: gettext
266
267* Wed Nov 29 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.4-1
268- New upstream version: 0.2.4
269
270* Sun Nov 05 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.2-1
271- New upstream version: 0.2.1
272
273* Fri Nov 03 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.2.0-1
274- New upstream version: 0.2.0
275
276* Wed Oct 25 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.1.1-2
277- Rebuild for FC6
278
279* Thu Oct 14 2006 Sebastian Vahl <fedora@deadbabylon.de> - 0.1.1-1
280- Initial Release
Note: See TracBrowser for help on using the repository browser.