summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 08:26:14 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 08:26:14 +0000
commitd98fafebeea57c6912f70e4c855158f26dcd98bb (patch)
tree9cc96912ac9e1731d6e44599a4041c0cf18fe595
parent1439473b74f7aedf100d3a09da4672dfc583d53b (diff)
downloadmetacity-d98fafebeea57c6912f70e4c855158f26dcd98bb.tar.gz
metacity-d98fafebeea57c6912f70e4c855158f26dcd98bb.tar.xz
metacity-d98fafebeea57c6912f70e4c855158f26dcd98bb.zip
auto-import changelog data from metacity-2.3.987-1.src.rpmmetacity-2_3_987-1RHL-7_3-split
Mon Jun 10 2002 Havoc Pennington <hp@redhat.com> - 2.3.987 - default to redhat theme Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Tue Jun 04 2002 Havoc Pennington <hp@redhat.com> - 2.3.610.90 cvs snap Sun May 26 2002 Tim Powers <timp@redhat.com> - automated rebuild Mon May 20 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment Fri May 17 2002 Havoc Pennington <hp@redhat.com> - 2.3.377 Thu May 02 2002 Havoc Pennington <hp@redhat.com> - 2.3.233 Thu Apr 25 2002 Havoc Pennington <hp@redhat.com> - rebuild in different environment - add gconf schemas boilerplate Mon Apr 15 2002 Havoc Pennington <hp@pobox.com> - 2.3.89 Tue Oct 30 2001 Havoc Pennington <hp@redhat.com> - 2.3.34 Sat Oct 13 2001 Havoc Pennington <hp@redhat.com> - 2.3.21 Mon Sep 17 2001 Havoc Pennington <hp@redhat.com> - 2.3.8 - 2.3.13 Wed Sep 05 2001 Havoc Pennington <hp@redhat.com> - Initial build.
-rw-r--r--.cvsignore1
-rw-r--r--metacity.spec104
-rw-r--r--sources1
3 files changed, 106 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore
index e69de29..454dd1e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -0,0 +1 @@
+metacity-2.3.987.tar.gz
diff --git a/metacity.spec b/metacity.spec
new file mode 100644
index 0000000..ac1c84f
--- /dev/null
+++ b/metacity.spec
@@ -0,0 +1,104 @@
+Summary: Metacity window manager
+Name: metacity
+Version: 2.3.987
+Release: 1
+URL: http://people.redhat.com/~hp/metacity/
+Source0: %{name}-%{version}.tar.gz
+License: GPL
+Group: User Interface/Desktops
+BuildRoot: %{_tmppath}/%{name}-root
+BuildRequires: gtk2-devel >= 2.0.3-3
+BuildRequires: pango-devel >= 1.0.99
+BuildRequires: fontconfig
+BuildRequires: Xft
+BuildRequires: GConf2-devel >= 1.1.11
+
+Patch0: metacity-2.3.987-default-theme.patch
+
+%description
+
+Metacity is a simple window manager that integrates nicely with
+GNOME 2.
+
+%prep
+%setup -q
+
+%patch0 -p1 -b .default-theme
+
+%build
+%configure
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+%makeinstall
+unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+
+export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
+SCHEMAS="metacity.schemas"
+for S in $SCHEMAS; do
+ gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S > /dev/null
+done
+
+%files
+%defattr(-,root,root)
+%doc README AUTHORS COPYING NEWS HACKING theme-format.txt
+%{_bindir}/*
+%{_libexecdir}/*
+%{_datadir}/gnome/wm-properties/metacity.desktop
+%{_sysconfdir}/gconf/schemas/*.schemas
+%{_datadir}/metacity
+%{_datadir}/pixmaps
+%{_datadir}/control-center-2.0
+
+%changelog
+* Mon Jun 10 2002 Havoc Pennington <hp@redhat.com>
+- 2.3.987
+- default to redhat theme
+
+* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
+- rebuild in different environment
+
+* Tue Jun 4 2002 Havoc Pennington <hp@redhat.com>
+- 2.3.610.90 cvs snap
+
+* Sun May 26 2002 Tim Powers <timp@redhat.com>
+- automated rebuild
+
+* Mon May 20 2002 Havoc Pennington <hp@redhat.com>
+- rebuild in different environment
+
+* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
+- 2.3.377
+
+* Thu May 2 2002 Havoc Pennington <hp@redhat.com>
+- 2.3.233
+
+* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
+- rebuild in different environment
+- add gconf schemas boilerplate
+
+* Mon Apr 15 2002 Havoc Pennington <hp@pobox.com>
+- 2.3.89
+
+* Tue Oct 30 2001 Havoc Pennington <hp@redhat.com>
+- 2.3.34
+
+* Fri Oct 13 2001 Havoc Pennington <hp@redhat.com>
+- 2.3.21
+
+* Mon Sep 17 2001 Havoc Pennington <hp@redhat.com>
+- 2.3.8
+- 2.3.13
+
+* Wed Sep 5 2001 Havoc Pennington <hp@redhat.com>
+- Initial build.
+
+
diff --git a/sources b/sources
index e69de29..190242e 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+f13b9484893cdf0e0716c6becde8cdaf metacity-2.3.987.tar.gz