source: projects/specs/trunk/g/gtk2-engines/gtk2-engines-vl.spec @ 926

Revision 926, 9.6 KB checked in by Takemikaduchi, 14 years ago (diff)

new upstream release (gnome packages)

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