I'm tired, so I won't go on a _real_ long rant here : )
This patch changes part of the buildrequires in the latest xmms.spec.
This change is to keep compatibility with Ximian GNOME.
Ximian GNOME is a popular _distribution_ of GNOME. Mandrake is also a
popular distribution of GNU/Linux. Distributions that have such
popularity should not have a granular compatibility issue IMHO, and IMHO
it does. It has gotten better on both sides over the few years, but it
needs to get smooth IMHO.
Some people love Mandrake GNU/Linux, but they also prefer Ximian gnome.
Installation and removal of both sets of packages (libs and all) that
consist of that desktop should be a breeze, and so should building
packages that depend around those desktop packages (libs and all).
Anyway, here's the patch, nice and small : )
/* Begin Patch */
--- xmms.spec Fri Jan 11 00:46:46 2002
+++ xmms.spec.sqa Sat Mar 2 07:44:03 2002
@@ -4,10 +4,11 @@
%define lib_major 1
%define lib_name %{lib_name_orig}%{lib_major}
+
Name: xmms
Summary: The Sound player with the WinAmp GUI
Version: 1.2.6
-Release: 2mdk
+Release: 3mdk
License: GPL
Group: Sound
Icon: xmms-logo.xpm
@@ -44,7 +45,8 @@
Packager: Guillaume Cottenceau <[EMAIL PROTECTED]>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libpanel_applet-devel libglib-devel libgtk+-devel libxml-devel
libvorbis-devel libogg-devel
+BuildRequires: gnome-core-devel
+BuildRequires: libglib-devel libgtk+-devel libxml-devel libvorbis-devel libogg-devel
BuildRequires: db1-devel libmikmod-devel XFree86-devel XFree86-static-libs
libesound-devel
BuildRequires: gettext ORBit-devel gnome-libs-devel
Requires: %{lib_name} = %{version}-%{release}
@@ -325,6 +327,10 @@
%endif
%changelog
+* Sat Mar 2 2002 Bryan Paxton <[EMAIL PROTECTED]> 1.2.6-3mdk
+- Revert from libpanel_applet0-devel to gnome-core-devel on Build Requires.
+ (Keep it Ximian GNOME friendly)
+
* Fri Jan 11 2002 Geoffrey Lee <[EMAIL PROTECTED]> 1.2.6-2mdk
- Quick Hack: Put all of the locales back into 1.2.6 (gc is a sucker ;p).
- Really no more rpath (nuked the final one in opengl_spectrum).
/* End of patch */
--
Bryan Paxton
Public PGP key: http://www.deadhorse.net/bpaxton.gpg
"Heedfulness: the path to the Deathless.
Heedlessness: the path to death.
The heedful do not die.
The heedless are as if already dead." -- Dhp. 21-24
--- xmms.spec Fri Jan 11 00:46:46 2002
+++ xmms.spec.sqa Sat Mar 2 07:44:03 2002
@@ -4,10 +4,11 @@
%define lib_major 1
%define lib_name %{lib_name_orig}%{lib_major}
+
Name: xmms
Summary: The Sound player with the WinAmp GUI
Version: 1.2.6
-Release: 2mdk
+Release: 3mdk
License: GPL
Group: Sound
Icon: xmms-logo.xpm
@@ -44,7 +45,8 @@
Packager: Guillaume Cottenceau <[EMAIL PROTECTED]>
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: libpanel_applet-devel libglib-devel libgtk+-devel libxml-devel
libvorbis-devel libogg-devel
+BuildRequires: gnome-core-devel
+BuildRequires: libglib-devel libgtk+-devel libxml-devel libvorbis-devel libogg-devel
BuildRequires: db1-devel libmikmod-devel XFree86-devel XFree86-static-libs
libesound-devel
BuildRequires: gettext ORBit-devel gnome-libs-devel
Requires: %{lib_name} = %{version}-%{release}
@@ -325,6 +327,10 @@
%endif
%changelog
+* Sat Mar 2 2002 Bryan Paxton <[EMAIL PROTECTED]> 1.2.6-3mdk
+- Revert from libpanel_applet0-devel to gnome-core-devel on Build Requires.
+ (Keep it Ximian GNOME friendly)
+
* Fri Jan 11 2002 Geoffrey Lee <[EMAIL PROTECTED]> 1.2.6-2mdk
- Quick Hack: Put all of the locales back into 1.2.6 (gc is a sucker ;p).
- Really no more rpath (nuked the final one in opengl_spectrum).