source: projects/specs/trunk/m/metacity/metacity-vl.spec @ 2041

Revision 2041, 13.0 KB checked in by Takemikaduchi, 14 years ago (diff)

update to GNOME-2.32.0

Line 
1%define gettext_package metacity
2
3Summary: Metacity window manager
4Summary(ja): Metacity ウインドウマネージャ
5Name: metacity
6Version: 2.30.3
7Release: 1%{?_dist_release}
8URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
9License: GPL
10Group: User Interface/Desktops
11
12Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.30/%{name}-%{version}.tar.bz2
13Source10: metacity-theme-oldvine-2.0.tar.bz2
14Source20: metacity-theme-vine-5.0.tar.bz2
15
16# change default theme to Vine
17Patch0: metacity-2.26.0-default-theme.patch
18# ctrl-alt-del call logout session
19Patch1: metacity-2.26.0-ctrlaltdel.patch
20# change default number of workspace
21Patch2: metacity-2.26.0-num_workspace.patch
22# http://bugzilla.gnome.org/show_bug.cgi?id=558723
23Patch4: stop-spamming-xsession-errors.patch
24
25BuildRoot: %{_tmppath}/%{name}-%{version}-root
26BuildRequires: gtk2-devel >= 2.20
27BuildRequires: pango-devel >= 1.28.0
28BuildRequires: GConf2-devel >= 2.28.0
29BuildRequires: desktop-file-utils >= 0.3
30BuildRequires: intltool >= 0.22
31BuildRequires: startup-notification-devel >= 0.7
32BuildRequires: libtool, automake, autoconf
33BuildRequires: xorg-x11-proto-devel
34BuildRequires: libSM-devel, libICE-devel, libX11-devel
35BuildRequires: libXext-devel, libXinerama-devel, libXrandr-devel
36BuildRequires: libXcursor-devel, libXrender-devel
37BuildRequires: libXcomposite-devel, libXdamage-devel
38BuildRequires: zenity
39BuildRequires: libcanberra-devel
40BuildRequires: libgtop2-devel
41BuildRequires: gnome-doc-utils
42Requires(post): GConf2
43
44%description
45Metacity is a simple window manager that integrates nicely with
46the GNOME desktop.
47
48%package devel
49Summary: Development files for metacity
50Group: Development/Libraries
51Requires: gtk2-devel, libX11-devel
52Requires: pkgconfig
53Requires: %{name} = %{version}-%{release}
54
55%description devel
56This package contains the files needed for compiling programs using
57the metacity-private library. Note that you are not supposed to write
58programs using the metacity-private library, since it is a private
59API. This package exists purely for technical reasons.
60
61%prep
62%setup -q
63
64%patch0 -p1 -b .default-theme
65%patch1 -p1 -b .ctrlaltdel
66%patch2 -p1 -b .num_workspace
67%patch4 -p1 -b .stop-spamming-xsession-errors
68
69%build
70intltoolize --copy --force
71libtoolize --copy --force
72autoreconf
73%configure
74%__make %{?_smp_mflags} INTLTOOL_MERGE=/usr/bin/intltool-merge
75
76%install
77rm -rf $RPM_BUILD_ROOT
78
79export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
80make install DESTDIR=$RPM_BUILD_ROOT
81unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
82
83/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
84/bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
85
86# install Vine Theme (New default theme)
87tar xzvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_datadir}/themes
88# install NeoVine Theme
89tar xzvf %{SOURCE20} -C $RPM_BUILD_ROOT%{_datadir}/themes
90
91%find_lang %{gettext_package}
92
93%clean
94rm -rf $RPM_BUILD_ROOT
95
96%post
97export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
98SCHEMAS="metacity.schemas"
99for S in $SCHEMAS; do
100  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
101done
102
103%files -f %{gettext_package}.lang
104%defattr(-,root,root)
105%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd
106%{_bindir}/metacity
107%{_bindir}/metacity-message
108#{_libexecdir}/*
109%{_sysconfdir}/gconf/schemas/*.schemas
110%{_datadir}/metacity
111%{_datadir}/themes
112%{_libdir}/lib*.so.*
113%{_mandir}/man1/metacity.1.gz
114%{_mandir}/man1/metacity-message.1.gz
115%{_datadir}/gnome-control-center/keybindings/*
116%{_datadir}/applications/metacity.desktop
117%{_datadir}/gnome/wm-properties/metacity-wm.desktop
118%{_datadir}/gnome/help/creating-metacity-themes
119
120%files devel
121%defattr(-,root,root)
122%{_bindir}/metacity-theme-viewer
123%{_bindir}/metacity-window-demo
124%{_includedir}/*
125%{_libdir}/lib*.so
126%{_libdir}/pkgconfig/*
127%{_mandir}/man1/metacity-theme-viewer.1.gz
128%{_mandir}/man1/metacity-window-demo.1.gz
129
130%changelog
131* Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1
132- new upstream release
133
134* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2
135- rebuild with rpm-4.8.1 for pkg-config file
136- add BuildRequires: gnome-doc-utils
137
138* Fri Apr 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-1
139- updated metacity to 2.30.1
140  - fixed crash when right-clicking on window frame
141
142* Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
143- new upstream release
144
145* Mon Nov 02 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.28.0-2
146- add BR: libgtop2-devel
147
148* Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
149- new upstream release
150- dropped Patch5, 6 and 7 (merged into upstream)
151- removed BR: libglade2-devel
152
153* Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.0-4
154- added BuildRequires: zenity, libcanberra-devel
155
156* Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
157- Patch4: don't spam .xsession-errors so hard
158- Patch5: use libcanberra to play the alert sound
159- Patch6: don't force bell
160- Patch7: fix interaction with autohide panels
161
162* Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
163- update Patch0,1,2
164  - apply patches to ".in.in" insread of ".in"
165
166* Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
167- new upstream release
168- split development file to -devel subpackage
169  - remove static libs
170
171* Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
172- new upstream release
173
174* Fri May 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-2
175- rebuild to fix strange color problem.
176
177* Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
178- new upstream release
179
180* Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1
181- new upstream release
182- added Requires(post): GConf2
183
184* Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1
185- new upstream release
186
187* Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.13-0vl1
188- new upstream release
189
190* Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1
191- new upstream release
192
193* Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
194- new upstream release
195- remove Patch20 which is merged in upstream
196- include ClearVine theme as default theme.
197
198* Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1
199- new upstream release
200
201* Fri Apr 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2
202- add Patch20 to make configurable new window focus (bug 326159)
203
204* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
205- new upstream release
206
207* Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.144-0vl1
208- new upstream release
209
210* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1
211- new upstream release
212
213* Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
214- new upstream release
215
216* Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
217- new upstream release
218
219* Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.2-0vl1
220- new upstream release
221
222* Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-0vl1
223- new upstream release
224
225* Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1
226- new upstream release
227
228* Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
229- new upstream version
230- include Vine metacity theme as default theme.
231- update Patch0 to change deafult theme.
232
233* Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl2
234- update NeoVine metacity theme.
235
236* Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl1
237- new upstream release
238
239* Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1
240- new upstream release
241
242* Sun Jun 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
243- new upstream release
244- add BuildRequires: libtoo,automake14, autoconf
245
246* Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.6.3-0vl1
247- new upstream release
248- build with new toolchain
249
250* Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1
251- new upstream release
252
253* Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1
254- new upstream release
255
256* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl2
257- fixed missing locale files
258
259* Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1
260- new upstream release
261
262* Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl2
263- add patch10 to increase workspaces (4->6).
264
265* Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl1
266- new upstream release
267
268* Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.3-0vl1
269- new upstream release
270
271* Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl2
272- update ja.po
273- update NeoVine theme
274
275* Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl1
276- new upstream release
277
278* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
279- fixed typo
280- NeoVine Metatheme moved to gnome-themes package.
281
282* Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1
283- new upstream release
284- add patch2 from rawhide.
285- drop patch1, merged in upstream.
286
287* Fri Jan 31 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.21-0vl2
288- add Patch1 to fix hang on all 64-bit platforms
289
290* Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-0vl1
291- new upstream release
292
293* Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl3
294- update NeoVine metatheme (use gnome default icons)
295
296* Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2
297- update neovine theme
298
299* Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1
300- new upstream release
301
302* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
303- drop patch0 to use system fonts.
304
305* Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6
306- update ja.po
307
308* Fri Dec 27 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl5
309- fixed NeoVine theme
310
311* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl4
312- add NeoVine theme ported from sawfish.
313- use neoVine as default theme. (Patch0)
314
315* Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl3
316- change URL
317- add BuildRequires
318
319* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl2
320- add include files
321
322* Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1
323- build for Vine Linux
324- new upstream release from gnome-2.1.4
325
326* Tue Oct 29 2002 Havoc Pennington <hp@redhat.com>
327- 2.4.3
328- remove patches that have gone upstream
329
330* Tue Aug 27 2002 Havoc Pennington <hp@redhat.com>
331- fix shaded window decorations in Bluecurve theme
332
333* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
334- fix the mplayer-disappears-on-de-fullscreen bug
335
336* Sat Aug 24 2002 Havoc Pennington <hp@redhat.com>
337- add some fixes from CVS for #71163 #72379 #72478 #72513
338
339* Thu Aug 22 2002 Havoc Pennington <hp@redhat.com>
340- patch .schemas.in instead of .schemas so we get right default theme/fonts
341
342* Tue Aug 20 2002 Havoc Pennington <hp@redhat.com>
343- grow size of top resize, and display proper cursor on enter notify
344- require latest intltool to try and fix metacity.schemas by
345  regenerating it in non-UTF-8 locale
346
347* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
348- default to Sans Bold font, fixes #70920 and matches graphic design spec
349
350* Thu Aug 15 2002 Havoc Pennington <hp@redhat.com>
351- 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen
352- more apps that probably intend to be, fix for changing number of
353  workspaces, fix for moving windows in multihead
354
355* Tue Aug 13 2002 Havoc Pennington <hp@redhat.com>
356- update build requires
357
358* Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
359- upgrade to cvs snap 2.4.0.90 with pile of bugfixes from
360  this weekend
361- change default theme to bluecurve and require new redhat-artwork
362
363* Tue Aug  6 2002 Havoc Pennington <hp@redhat.com>
364- 2.4.0
365- themes are moved, require appropriate redhat-artwork
366
367* Thu Aug  1 2002 Havoc Pennington <hp@redhat.com>
368- munge the desktop file to be in toplevel menus and
369  not show in KDE
370
371* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
372- don't use system font by default as metacity's
373  font is now in the system font dialog
374
375* Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
376- 2.3.987.92 cvs snap
377
378* Fri Jul 12 2002 Havoc Pennington <hp@redhat.com>
379- 2.3.987.91 cvs snap
380
381* Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
382- 2.3.987.90 cvs snap
383
384* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
385- automated rebuild
386
387* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
388- rebuild for new libraries
389
390* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
391- rebuild in different environment
392
393* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
394- 2.3.987
395- default to redhat theme
396
397* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
398- rebuild in different environment
399
400* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
401- 2.3.610.90 cvs snap
402
403* Sun May 26 2002 Tim Powers <timp@redhat.com>
404- automated rebuild
405
406* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
407- rebuild in different environment
408
409* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
410- 2.3.377
411
412* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
413- 2.3.233
414
415* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
416- rebuild in different environment
417- add gconf schemas boilerplate
418
419* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
420- 2.3.89
421
422* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
423- 2.3.34
424
425* Fri Oct 13 2001 Havoc Pennington <hp@redhat.com>
426- 2.3.21
427
428* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
429- 2.3.8
430- 2.3.13
431
432* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
433- Initial build.
434
435
Note: See TracBrowser for help on using the repository browser.