rpms/metacity/devel metacity.spec,1.144,1.145

Colin Walters (walters) fedora-extras-commits at redhat.com
Wed Feb 6 22:00:19 UTC 2008


Author: walters

Update of /cvs/pkgs/rpms/metacity/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31978

Modified Files:
	metacity.spec 
Log Message:
* Wed Feb  6 2008 Colin Walters <walters at redhat.com> - 2.21.8.svn3554-1
- Drop random macros at top of file; spec files should be as amenable
  to static analysis as possible, easing our way into the bright future
  where our software build process isn't a horrible mismash of a
  preprocessor on shell script, with manual editing required, 
  but something scriptable.
- Update to SVN 3554, to which our patches were designed to apply
- Readd patch metacity-2.21.13-dont-move-windows.patch, which makes
  Firefox behave as those multiple-workspace users desire.



Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/devel/metacity.spec,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- metacity.spec	6 Feb 2008 06:40:07 -0000	1.144
+++ metacity.spec	6 Feb 2008 21:59:26 -0000	1.145
@@ -1,18 +1,14 @@
-%define gettext_package metacity
-
-%define metacity_version 2.21.8
-
-%define metacity_filename metacity-%{metacity_version}
-
 Summary: Metacity window manager
 Name: metacity
-Version: %{metacity_version}
+Version: 2.21.8.svn3554
 Release: 1%{?dist}
 URL: http://download.gnome.org/sources/metacity/
-Source0: http://download.gnome.org/sources/metacity/2.21/%{metacity_filename}.tar.bz2
+Source0: http://download.gnome.org/sources/metacity/2.21/metacity-%{version}.tar.bz2
 Patch0: default-theme.patch
 # http://bugzilla.gnome.org/show_bug.cgi?id=106249
 Patch2: skip-taskbar-tab.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=482354
+Patch3: metacity-2.21.13-dont-move-windows.patch
 License: GPLv2+
 Group: User Interface/Desktops
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -65,9 +61,10 @@
 API. This package exists purely for technical reasons.
 
 %prep
-%setup -q -n %{metacity_filename}
+%setup -q -n metacity-2.21.13
 %patch0 -p1 -b .default-theme
 %patch2 -p1 -b .skip-taskbar-tab
+%patch3 -p0 -b .dont-move-windows
 
 %build
 rm -rf $RPM_BUILD_ROOT
@@ -105,7 +102,7 @@
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
 
-%find_lang %{gettext_package}
+%find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -129,7 +126,7 @@
 
 %postun -p /sbin/ldconfig
 
-%files -f %{gettext_package}.lang
+%files -f %{name}.lang
 %defattr(-,root,root)
 %doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd rationales.txt
 %{_bindir}/metacity
@@ -154,6 +151,16 @@
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Wed Feb  6 2008 Colin Walters <walters at redhat.com> - 2.21.8.svn3554-1
+- Drop random macros at top of file; spec files should be as amenable
+  to static analysis as possible, easing our way into the bright future
+  where our software build process isn't a horrible mismash of a
+  preprocessor on shell script, with manual editing required, 
+  but something scriptable.
+- Update to SVN 3554, to which our patches were designed to apply
+- Readd patch metacity-2.21.13-dont-move-windows.patch, which makes
+  Firefox behave as those multiple-workspace users desire.
+
 * Wed Feb  6 2008 Matthias Clasen <mclasen at redhat.com> - 2.21.8-1
 - Update to 2.21.8
 




More information about the fedora-extras-commits mailing list