From 7527670eef05a3db60c62645be61171c164ebc60 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Tue, 16 Apr 2002 02:12:07 +0000 Subject: [PATCH] spec file, copying to home machine --- metacity.spec | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 metacity.spec diff --git a/metacity.spec b/metacity.spec new file mode 100644 index 000000000..1481b96ec --- /dev/null +++ b/metacity.spec @@ -0,0 +1,52 @@ +Summary: Metacity window manager +Name: metacity +Version: 2.3.34 +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 >= 1.3.10 + +%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 +%makeinstall + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root) +%doc README AUTHORS COPYING NEWS +%{_bindir}/metacity +%{_bindir}/metacity-restart +%{_datadir}/gnome/wm-properties/metacity.desktop + +%changelog +* Tue Oct 30 2001 Havoc Pennington +- 2.3.34 + +* Fri Oct 13 2001 Havoc Pennington +- 2.3.21 + +* Mon Sep 17 2001 Havoc Pennington +- 2.3.8 +- 2.3.13 + +* Wed Sep 5 2001 Havoc Pennington +- Initial build. + +