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

Revision 9791, 14.3 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

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