summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Fox <drfickle@k-lug.org>2002-08-21 03:52:52 +0000
committerSteve Fox <drfickle@src.gnome.org>2002-08-21 03:52:52 +0000
commit0ac034ad4c58b19e4fd28c82ec52b5d68d534ae6 (patch)
tree90237b97462612a9909c537af2adbf9c258c8bb3
parent8d36bbd7abf271a9b51168adc24cd12c93a8b650 (diff)
downloadmetacity-0ac034ad4c58b19e4fd28c82ec52b5d68d534ae6.tar.gz
metacity-0ac034ad4c58b19e4fd28c82ec52b5d68d534ae6.tar.bz2
Remove in favor of auto-generated spec file
2002-08-20 Steve Fox <drfickle@k-lug.org> * metacity.spec: Remove in favor of auto-generated spec file
-rw-r--r--metacity.spec76
1 files changed, 0 insertions, 76 deletions
diff --git a/metacity.spec b/metacity.spec
deleted file mode 100644
index f4d11e8..0000000
--- a/metacity.spec
+++ /dev/null
@@ -1,76 +0,0 @@
-Summary: Metacity window manager
-Name: metacity
-Version: 2.3.233
-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.0
-BuildRequires: GConf2-devel >= 1.1.9
-
-%description
-
-Metacity is a simple window manager that integrates nicely with
-GNOME 2.
-
-%prep
-%setup -q
-
-%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
-
-%changelog
-* 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.
-
-