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

Revision 805, 9.5 KB checked in by Takemikaduchi, 14 years ago (diff)

change spec file of gnome-2.30

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.0
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* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 2.20.0-1
97- new upstream release
98
99* Fri Oct  9 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 2.18.4-1
100- new upstream release
101
102* Sun Jun 28 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.18.2-2
103- added compat32 package for x86_64 arch support.
104
105* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-1
106- new upstream release
107
108* Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-1
109- new upstream release
110
111* Thu Mar 19 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.0-1
112- new upstream release
113
114* Wed Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.1-1
115- new upstream release
116
117* Thu Sep 25 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.16.0-1
118- new upstream release
119
120* Fri Sep 05 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.4-1
121- new upstream release
122
123* Fri May 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-1
124- new upstream release
125
126* Sat Mar 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.0-1vl5
127- new upstream release
128
129* Sat Nov 17 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.2-0vl1
130- new upstream release
131- build with gtk+-2.12
132
133* Tue Apr 24 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
134- new upstream release
135- build with gtk+-2.10
136
137* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.4-0vl1
138- new upstream release
139
140* Tue Jan 10 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.2-0vl1
141- new upstream release
142
143* Sat Dec 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.7.0-0vl1
144- new upstream release
145- use License tag instead of Copyright
146
147* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.6-0vl1
148- new upstream release
149
150* Wed Aug 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.5-0vl1
151- new upstream release
152
153* Thu Apr 13 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.3-0vl1
154- new upstream release
155
156* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
157- new upstream version
158
159* Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1
160- new upstream release
161- add Conflicts: gnome-themes < 2.8.2-0vl1, gnome-themes-extras < 0.8-0vl2
162
163* Fri Mar 19 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl5
164- rebuild with gtk+-2.4.0
165
166* Sat Feb  2 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl4
167- remove all additional engines and move it to gnome-themes.
168
169* Sat Feb  2 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl3
170- add missing files.
171
172* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
173- add gtk-mist-engines
174
175* Sun Jan 19 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
176- new upstream release
177
178* Wed Jan  8 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.0-0vl2
179- fixed to make and install addon engines correctly.
180- remove gnuaquase
181
182* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.0-0vl1
183- build for Vine Linux
184- add some theme (gtk-xfce, lighthouseblue, gnuaquase)
185
186* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
187- automated rebuild
188
189* Thu May 23 2002 Tim Powers <timp@redhat.com>
190- automated rebuild
191
192* Thu May 02 2002 Havoc Pennington <hp@redhat.com>
193- rebuild in different environment
194
195* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
196- converted to gtk2-engines package
197
198* Mon Apr 15 2002 Alex Larsson <alexl@redhat.com>
199- Added Adept-Raleigh theme
200
201* Thu Apr 11 2002 Owen Taylor <otaylor@redhat.com>
202- Fix major pixmap leak that occurred with certain theme/app
203  combinations (#59528)
204
205* Wed Mar 13 2002 Owen Taylor <otaylor@redhat.com>
206- Add gtk-hicontrast theme
207- Un-automake-1.4
208
209* Thu Jan 24 2002 Havoc Pennington <hp@redhat.com>
210- remove acinclude.m4 to avoid funky libtool crackrock
211
212* Tue Jan 22 2002 Havoc Pennington <hp@redhat.com>
213- automake14
214
215* Thu Aug  9 2001 Owen Taylor <otaylor@redhat.com>
216- Install %{_sysconfdir}/skel/.gtkrc as /root/.gtkrc as well, or we
217  don't get Raleigh for our nice config tools
218
219* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
220- Add BuildPrereq on imlib-devel (#49478)
221
222* Tue Jul 10 2001 Owen Taylor <otaylor@redhat.com>
223- Version 0.11
224- Install a %{_sysconfdir}/skel/.gtkrc
225
226* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
227- Bump release + rebuild.
228
229* Sat Feb 10 2001 Owen Taylor <otaylor@redhat.com>
230- New, slightly improved version of Raleigh
231
232* Sun Feb 04 2001 Owen Taylor <otaylor@redhat.com>
233- Require as well as BuildPrereq a sufficiently new GTK+ package.
234
235* Wed Jan 17 2001 Owen Taylor <otaylor@redhat.com>
236- remove references to /home/raster from a couple of themes
237
238* Tue Nov 21 2000 Owen Taylor <otaylor@redhat.com>
239- Add 'Raleigh' theme
240
241* Fri Aug 11 2000 Jonathan Blandford <jrb@redhat.com>
242- Up Epoch and release
243
244* Thu Jul 13 2000 Owen Taylor <otaylor@redhat.com>
245- Go back to real gtk-engines-0.10.tar.gz instead of hosed
246  cvs snapshot that someone had inserted.
247
248* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
249- automatic rebuild
250
251* Mon Jun 19 2000 Dave Mason <dcm@redhat.com>
252- Removed many themes to speed up control center and get rid of ugly themes
253
254* Sat Jun 17 2000 Matt Wilson <msw@redhat.com>
255- defattr files 644 and dirs 755, list attr of 755 for libraries explicitly
256- use %%makeinstall
257- remove spec file stupidism (defining docdir, using own prefix macro, rel, ver, etc)
258
259* Tue May 16 2000 Dave Mason <dcm@redhat.com>
260- fixed Tiger, RatsTheme, OldWood, and LCD themes as they had no gtk subdirectory
261
262* Tue Feb 22 2000 Bill Nottingham <notting@redhat.com>
263- sanitize various things (permissions, .xv thumbnails)
264
265* Thu Feb 10 2000 Preston Brown <pbrown@redhat.com>
266- remove backup files from package
267
268* Tue Jan 25 2000 Owen Taylor <otaylor@redhat.com>
269- Update to 0.10 (fixing problem with text in eventboxes
270  becoming garbled)
271
272* Wed Sep 15 1999 Elliot Lee <sopwith@redhat.com>
273- Misc fixes from DrMike suggestions
274
275* Thu Sep 09 1999 Elliot Lee <sopwith@redhat.com>
276- Update to 0.6, etc.
277
278* Wed Apr 14 1999 Michael Fulbright <drmike@redhat.com>
279- removed Odo (has issues)
280
281* Fri Apr 9 1999 The Rasterman <raster@redhat.com>
282- patched metal theme - fixed handlebox redraw.
283
284* Wed Mar 31 1999 Michael Fulbright <drmike@redhat.com>
285- removed some themes that were misbehaving
286
287* Tue Mar 16 1999 Michael Fulbright <drmike@redhat.com>
288- removed enlightened themes, seems to be defective
289
290* Thu Mar 11 1999 Michael Fulbright <drmike@redhat.com>
291- removed Default theme data, this comes with gtk+ package
292
293* Wed Mar 10 1999 Michael Fulbright <drmike@redhat.com>
294- added extra gtk themes
295
296* Thu Mar 04 1999 Michael Fulbright <drmike@redhat.com>
297- version 0.5
298
299* Fri Feb 12 1999 Michael Fulbright <drmike@redhat.com>
300- version 0.4
301
302* Wed Feb 03 1999 Michael Fulbright <drmike@redhat.com>
303- version 0.3
304
305* Mon Dec 18 1998 Michael Fulbright <drmike@redhat.com>
306- version 0.2
307
308* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
309- rebuild because gtk+ version changed
310
311* Wed Dec 16 1998 Michael Fulbright <drmike@redhat.com>
312- in preparation for GNOME freeze
313
314* Fri Nov 20 1998 Michael Fulbright <drmike@redhat.com>
315- First try at a spec file
Note: See TracBrowser for help on using the repository browser.