source: trunk/third/metacity/metacity.spec @ 18717

Revision 18717, 1.8 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18716, which included commits to RCS files with non-trunk default branches.
Line 
1%define ver 2.4.21
2%define RELEASE 1
3%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE}
4
5Summary: Metacity window manager
6Name: metacity
7Version: %ver
8Release: %rel
9URL: http://people.redhat.com/~hp/metacity/
10Source0: %{name}-%{version}.tar.gz
11License: GPL
12Group: User Interface/Desktops
13BuildRoot: %{_tmppath}/%{name}-root
14BuildRequires: gtk2-devel >= 2.0.0
15BuildRequires: GConf2-devel >= 1.1.9
16
17%description
18
19Metacity is a simple window manager that integrates nicely with
20GNOME 2.
21
22%prep
23%setup -q
24
25%build
26%configure
27make %{?_smp_mflags}
28
29%install
30rm -rf $RPM_BUILD_ROOT
31
32export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
33%makeinstall
34unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%post
40
41export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
42SCHEMAS="metacity.schemas"
43for S in $SCHEMAS; do
44  gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
45done
46
47%files
48%defattr(-,root,root)
49%doc README AUTHORS COPYING NEWS HACKING theme-format.txt
50%{_bindir}/*
51%{_libexecdir}/*
52%{_datadir}/gnome/wm-properties/*
53%{_sysconfdir}/gconf/schemas/*.schemas
54%{_datadir}/control-center-2.0/capplets/*
55%{_datadir}/metacity
56%{_datadir}/pixmaps/*
57%{_datadir}/themes/*
58
59%changelog
60* Tue Aug 20 2002 Steve Fox <drfickle@k-lug.org>
61- Autoconf-ize the spec file to magic updates
62- Include missing dirs
63
64* Thu May  2 2002 Havoc Pennington <hp@redhat.com>
65- 2.3.233
66
67* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
68- rebuild in different environment
69- add gconf schemas boilerplate
70
71* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
72- 2.3.89
73
74* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
75- 2.3.34
76
77* Fri Oct 13 2001 Havoc Pennington <hp@redhat.com>
78- 2.3.21
79
80* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
81- 2.3.8
82- 2.3.13
83
84* Wed Sep  5 2001 Havoc Pennington <hp@redhat.com>
85- Initial build.
86
87
Note: See TracBrowser for help on using the repository browser.