source: projects/specs/tags/6_0_REL/g/gtk2-engines/gtk2-engines-vl.spec @ 2323

Revision 2323, 10.3 KB checked in by Takemikaduchi, 13 years ago (diff)

glib2: fix %%filesvinagre, gnome-utils, gnome-doc-utils: create -devel package, others: new upstream release

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Summary:        Theme engines for GTK+ 2.x
4Summary(ja):    GTK+ 2.x 用テーマエンジン
5Name:           gtk2-engines
6Version:        2.20.2
7Release:        2%{?_dist_release}
8License:        GPL
9Group:          System Environment/Libraries
10Source:         ftp://ftp.gnome.org/pub/gnome/sources/gtk-engines/2.20/gtk-engines-%{version}.tar.bz2
11
12Requires:       gtk2 >= 2.20.0
13BuildRequires:  gtk2-devel >= 2.20.0
14Conflicts:      gnome-themes < 2.8.2-0vl1
15Conflicts:      gnome-themes-extras < 0.8-0vl2
16
17URL:            http://www.gnome.org/
18
19BuildRoot:      %{_tmppath}/%{name}-%{version}-root
20
21%description
22The gtk2-engines package contains shared objects and configuration
23files that implement a number of GTK+ theme engines. Theme engines
24provide different looks for GTK+, some of which resemble other
25toolkits or operating systems. This package is for GTK+ 2.0,
26the gtk+-engines package is for GTK+ 1.2.
27
28
29%package devel
30Summary:        Development environment for gtk2-engines
31Summary(ja):    gtk2-enginesの開発環境
32Group:          Development/Libraries
33Requires:       %{name} = %{version}-%{release}
34Requires:       pkgconfig
35
36%description devel
37Header files and libraries for building a extension library for the
38gtk2-engines.
39
40
41# compat32
42%package -n compat32-%{name}
43Summary:        Theme engines for GTK+ 2.x
44Summary(ja):    GTK+ 2.x 用テーマエンジン
45Group:          System Environment/Libraries
46Requires:       %{name} = %{version}-%{release}
47
48%description -n compat32-%{name}
49The gtk2-engines package contains shared objects and configuration
50files that implement a number of GTK+ theme engines. Theme engines
51provide different looks for GTK+, some of which resemble other
52toolkits or operating systems. This package is for GTK+ 2.0,
53the gtk+-engines package is for GTK+ 1.2.
54
55%prep
56%setup -q -n gtk-engines-%{version}
57
58%build
59
60%configure
61%__make
62
63%install
64rm -rf $RPM_BUILD_ROOT
65
66%makeinstall
67
68# remove backup files that shouldn't be here.  Fix me.
69find $RPM_BUILD_ROOT%{_datadir}/themes -name \*~ | xargs rm -rvf
70
71# No, we don't need to package these either
72find $RPM_BUILD_ROOT%{_datadir}/themes -type d -name ".xvpics" | xargs rm -rvf
73
74# sanitize permissions
75find $RPM_BUILD_ROOT%{_datadir}/themes -type d -exec chmod 755 {} \;
76find $RPM_BUILD_ROOT%{_datadir}/themes -type f -name "*.png" -exec chmod 644 {} \;
77find $RPM_BUILD_ROOT%{_datadir}/themes -name "gtkrc*" -perm +111 -exec chmod 644 {} \;
78
79# remove unpackaged files
80rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/engines/lib*.la
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%files
86%defattr(644, root, root, 755)
87%doc COPYING README ChangeLog
88%attr (755, root, root) %{_libdir}/gtk-2.0/*/engines/*.so
89%dir %{_libdir}/gtk-2.0
90%dir %{_libdir}/gtk-2.0/*
91%dir %{_libdir}/gtk-2.0/*/engines
92%{_datadir}/themes/*
93%{_datadir}/gtk-engines/*.xml
94%{_datadir}/locale
95
96%files devel
97%defattr(-, root, root, -)
98%{_libdir}/pkgconfig/*
99
100# compat32
101%if %{build_compat32}
102%files -n compat32-%{name}
103%defattr(644, root, root, 755)
104%attr (755, root, root) %{_libdir}/gtk-2.0/*/engines/*.so
105%dir %{_libdir}/gtk-2.0
106%dir %{_libdir}/gtk-2.0/*
107%dir %{_libdir}/gtk-2.0/*/engines
108%{_libdir}/pkgconfig/*
109%endif
110
111%changelog
112* Thu Dec 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.2-2
113- create -devel sub package
114
115* Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.2-1
116- new upstream release
117
118* Sat Sep 25 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.1-2
119- rebuild with rpm-4.8.1 for pkg-config file
120
121* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.20.1-1
122- new upstream release
123
124* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.20.0-1
125- new upstream release
126
127* Fri Oct  9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.18.4-1
128- new upstream release
129
130* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.18.2-2
131- added compat32 package for x86_64 arch support.
132
133* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-1
134- new upstream release
135
136* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-1
137- new upstream release
138
139* Thu Mar 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1
140- new upstream release
141
142* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.1-1
143- new upstream release
144
145* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-1
146- new upstream release
147
148* Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.4-1
149- new upstream release
150
151* Fri May 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-1
152- new upstream release
153
154* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-1vl5
155- new upstream release
156
157* Sat Nov 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.2-0vl1
158- new upstream release
159- build with gtk+-2.12
160
161* Tue Apr 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
162- new upstream release
163- build with gtk+-2.10
164
165* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.4-0vl1
166- new upstream release
167
168* Tue Jan 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-0vl1
169- new upstream release
170
171* Sat Dec 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-0vl1
172- new upstream release
173- use License tag instead of Copyright
174
175* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.6-0vl1
176- new upstream release
177
178* Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl1
179- new upstream release
180
181* Thu Apr 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-0vl1
182- new upstream release
183
184* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
185- new upstream version
186
187* Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1
188- new upstream release
189- add Conflicts: gnome-themes < 2.8.2-0vl1, gnome-themes-extras < 0.8-0vl2
190
191* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl5
192- rebuild with gtk+-2.4.0
193
194* Sat Feb  2 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl4
195- remove all additional engines and move it to gnome-themes.
196
197* Sat Feb  2 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl3
198- add missing files.
199
200* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
201- add gtk-mist-engines
202
203* Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
204- new upstream release
205
206* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.0-0vl2
207- fixed to make and install addon engines correctly.
208- remove gnuaquase
209
210* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.0-0vl1
211- build for Vine Linux
212- add some theme (gtk-xfce, lighthouseblue, gnuaquase)
213
214* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
215- automated rebuild
216
217* Thu May 23 2002 Tim Powers <timp@redhat.com>
218- automated rebuild
219
220* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
221- rebuild in different environment
222
223* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
224- converted to gtk2-engines package
225
226* Mon Apr 15 2002 Alex Larsson <alexl@redhat.com>
227- Added Adept-Raleigh theme
228
229* Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
230- Fix major pixmap leak that occurred with certain theme/app
231  combinations (#59528)
232
233* Wed Mar 13 2002 Owen Taylor <otaylor@redhat.com>
234- Add gtk-hicontrast theme
235- Un-automake-1.4
236
237* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
238- remove acinclude.m4 to avoid funky libtool crackrock
239
240* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
241- automake14
242
243* Thu Aug  9 2001 Owen Taylor <otaylor@redhat.com>
244- Install %{_sysconfdir}/skel/.gtkrc as /root/.gtkrc as well, or we
245  don't get Raleigh for our nice config tools
246
247* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
248- Add BuildPrereq on imlib-devel (#49478)
249
250* Tue Jul 10 2001 Owen Taylor <otaylor@redhat.com>
251- Version 0.11
252- Install a %{_sysconfdir}/skel/.gtkrc
253
254* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
255- Bump release + rebuild.
256
257* Sat Feb 10 2001 Owen Taylor <otaylor@redhat.com>
258- New, slightly improved version of Raleigh
259
260* Sun Feb 04 2001 Owen Taylor <otaylor@redhat.com>
261- Require as well as BuildPrereq a sufficiently new GTK+ package.
262
263* Wed Jan 17 2001 Owen Taylor <otaylor@redhat.com>
264- remove references to /home/raster from a couple of themes
265
266* Tue Nov 21 2000 Owen Taylor <otaylor@redhat.com>
267- Add 'Raleigh' theme
268
269* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
270- Up Epoch and release
271
272* Thu Jul 13 2000 Owen Taylor <otaylor@redhat.com>
273- Go back to real gtk-engines-0.10.tar.gz instead of hosed
274  cvs snapshot that someone had inserted.
275
276* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
277- automatic rebuild
278
279* Mon Jun 19 2000 Dave Mason <dcm@redhat.com>
280- Removed many themes to speed up control center and get rid of ugly themes
281
282* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
283- defattr files 644 and dirs 755, list attr of 755 for libraries explicitly
284- use %%makeinstall
285- remove spec file stupidism (defining docdir, using own prefix macro, rel, ver, etc)
286
287* Tue May 16 2000 Dave Mason <dcm@redhat.com>
288- fixed Tiger, RatsTheme, OldWood, and LCD themes as they had no gtk subdirectory
289
290* Tue Feb 22 2000 Bill Nottingham <notting@redhat.com>
291- sanitize various things (permissions, .xv thumbnails)
292
293* Thu Feb 10 2000 Preston Brown <pbrown@redhat.com>
294- remove backup files from package
295
296* Tue Jan 25 2000 Owen Taylor <otaylor@redhat.com>
297- Update to 0.10 (fixing problem with text in eventboxes
298  becoming garbled)
299
300* Wed Sep 15 1999 Elliot Lee <sopwith@redhat.com>
301- Misc fixes from DrMike suggestions
302
303* Thu Sep 09 1999 Elliot Lee <sopwith@redhat.com>
304- Update to 0.6, etc.
305
306* Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
307- removed Odo (has issues)
308
309* Fri Apr 9 1999 The Rasterman <raster@redhat.com>
310- patched metal theme - fixed handlebox redraw.
311
312* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
313- removed some themes that were misbehaving
314
315* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
316- removed enlightened themes, seems to be defective
317
318* Thu Mar 11 1999 Michael Fulbright <drmike@redhat.com>
319- removed Default theme data, this comes with gtk+ package
320
321* Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
322- added extra gtk themes
323
324* Thu Mar 04 1999 Michael Fulbright <drmike@redhat.com>
325- version 0.5
326
327* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
328- version 0.4
329
330* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
331- version 0.3
332
333* Mon Dec 18 1998 Michael Fulbright <drmike@redhat.com>
334- version 0.2
335
336* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
337- rebuild because gtk+ version changed
338
339* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
340- in preparation for GNOME freeze
341
342* Fri Nov 20 1998 Michael Fulbright <drmike@redhat.com>
343- First try at a spec file
Note: See TracBrowser for help on using the repository browser.