summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 08:30:20 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 08:30:20 +0000
commit7c2e0c1f9caca92052f6c97b3b1da2a4ff49e532 (patch)
treea8a7600463ae1d795c2c494ee3fb65a1f10d1885
parentc24433031c8484e3c8f6a23ad38ced7f4744cf42 (diff)
downloadmetacity-7c2e0c1f9caca92052f6c97b3b1da2a4ff49e532.tar.gz
metacity-7c2e0c1f9caca92052f6c97b3b1da2a4ff49e532.tar.xz
metacity-7c2e0c1f9caca92052f6c97b3b1da2a4ff49e532.zip
auto-import changelog data from metacity-2.6.3-1.src.rpmmetacity-2_6_3-1FC-2-splitFC-1-split
Mon Oct 27 2003 Havoc Pennington <hp@redhat.com> 2.6.3-1 - 2.6.3 Wed Oct 01 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1 - 2.6.2 Thu Sep 04 2003 Havoc Pennington <hp@redhat.com> 2.5.3-3 - put reduced resources patch back in Fri Aug 22 2003 Elliot Lee <sopwith@redhat.com> 2.5.3-2 - Work around libXrandr need for extra $LIBS Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.5.3-1 - update for gnome 2.3 Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-7 - rebuild Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-6 - backport the "reduced_resources" patch with wireframe Mon Jul 07 2003 Christopher Blizzard <blizzard@redhat.com> 2.4.55-4 - add patch to fix mouse down problems in mozilla Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com> - rebuilt Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-2 - rebuild Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-1 - 2.4.55 Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de> - add proper ldconfig calls for shared libs
-rw-r--r--.cvsignore2
-rw-r--r--metacity.spec58
-rw-r--r--sources2
3 files changed, 54 insertions, 8 deletions
diff --git a/.cvsignore b/.cvsignore
index a48e2a4..a7ad41f 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1 +1 @@
-metacity-2.4.34.tar.bz2
+metacity-2.6.3.tar.bz2
diff --git a/metacity.spec b/metacity.spec
index bcdc47f..dfcee3f 100644
--- a/metacity.spec
+++ b/metacity.spec
@@ -2,9 +2,9 @@
Summary: Metacity window manager
Name: metacity
-Version: 2.4.34
-Release: 3
-URL: http://people.redhat.com/~hp/metacity/
+Version: 2.6.3
+Release: 1
+URL: http://ftp.gnome.org/pub/gnome/sources/metacity/
Source0: %{name}-%{version}.tar.bz2
License: GPL
Group: User Interface/Desktops
@@ -17,13 +17,14 @@ BuildRequires: desktop-file-utils >= 0.3
BuildRequires: libglade2-devel >= 2.0.0
BuildRequires: intltool >= 0.22
BuildRequires: startup-notification-devel >= 0.5
+BuildRequires: libtool automake14 autoconf
Requires: redhat-artwork >= 0.62
Patch0: metacity-2.3.987-default-theme.patch
Patch1: metacity-2.3.987.92-system-font.patch
Patch2: metacity-2.4.13.90-ctrlaltdel.patch
-Patch3: metacity-2.4.34-multihead-constraints.patch
+Patch3: metacity-2.5.3-reduced-resources.patch
%description
@@ -36,9 +37,16 @@ GNOME 2.
%patch0 -p1 -b .default-theme
%patch1 -p1 -b .system-font
%patch2 -p1 -b .ctrlaltdel
-%patch3 -p0 -b .multihead-constraints
+%patch3 -p0 -b .reduced-resources
%build
+
+libtoolize --copy --force
+aclocal-1.4
+automake-1.4
+autoconf
+
+export LIBS="-L/usr/X11R6/%{_lib} -lXext -lX11"
%configure
## intltool munges metacity.schemas in UTF-8 locale
@@ -76,13 +84,15 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
rm -rf $RPM_BUILD_ROOT
%post
-
+/sbin/ldconfig
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
+%postun -p /sbin/ldconfig
+
%files -f %{gettext_package}.lang
%defattr(-,root,root)
%doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd
@@ -99,6 +109,42 @@ done
%{_libdir}/pkgconfig/*
%changelog
+* Mon Oct 27 2003 Havoc Pennington <hp@redhat.com> 2.6.3-1
+- 2.6.3
+
+* Wed Oct 1 2003 Havoc Pennington <hp@redhat.com> 2.6.2-1
+- 2.6.2
+
+* Thu Sep 4 2003 Havoc Pennington <hp@redhat.com> 2.5.3-3
+- put reduced resources patch back in
+
+* Fri Aug 22 2003 Elliot Lee <sopwith@redhat.com> 2.5.3-2
+- Work around libXrandr need for extra $LIBS
+
+* Fri Aug 15 2003 Alexander Larsson <alexl@redhat.com> 2.5.3-1
+- update for gnome 2.3
+
+* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-7
+- rebuild
+
+* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.4.55-6
+- backport the "reduced_resources" patch with wireframe
+
+* Mon Jul 07 2003 Christopher Blizzard <blizzard@redhat.com> 2.4.55-4
+- add patch to fix mouse down problems in mozilla
+
+* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
+- rebuilt
+
+* Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-2
+- rebuild
+
+* Thu May 29 2003 Havoc Pennington <hp@redhat.com> 2.4.55-1
+- 2.4.55
+
+* Wed May 14 2003 Florian La Roche <Florian.LaRoche@redhat.de>
+- add proper ldconfig calls for shared libs
+
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
diff --git a/sources b/sources
index 6fa9bbb..28a43c0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-69650ff5719b958b20f9969902f3f68d metacity-2.4.34.tar.bz2
+370e54af48136a43dcae3596069af791 metacity-2.6.3.tar.bz2