[Rhythmbox-devel] Patch for spec.in
- From: William Jon McCann <mccannwj pha jhu edu>
- To: rhythmbox-devel gnome org
- Subject: [Rhythmbox-devel] Patch for spec.in
- Date: Wed, 13 Aug 2003 13:10:01 -0400
Hi,
Here is a patch to update the dependencies and files in the spec file.
Is this ok to commit?
Jon
? lib/egg/Makefile.in
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/rhythmbox/ChangeLog,v
retrieving revision 1.612
diff -u -r1.612 ChangeLog
--- ChangeLog 13 Aug 2003 15:45:24 -0000 1.612
+++ ChangeLog 13 Aug 2003 16:57:05 -0000
@@ -1,3 +1,7 @@
+2003-08-13 William Jon McCann <mccann@jhu.edu>
+
+ * rhythmbox.spec.in: Updated dependencies and installed files.
+
2003-08-13 Colin Walters <walters@verbum.org>
* configure.ac: Disable optimization by default if we're using
Index: rhythmbox.spec.in
===================================================================
RCS file: /cvs/gnome/rhythmbox/rhythmbox.spec.in,v
retrieving revision 1.8
diff -u -r1.8 rhythmbox.spec.in
--- rhythmbox.spec.in 15 Dec 2002 23:07:09 -0000 1.8
+++ rhythmbox.spec.in 13 Aug 2003 16:57:05 -0000
@@ -1,16 +1,28 @@
+%define gstreamer_version 0.5.0
+%define libvorbis_version 1.0
+%define gtk2_version 2.2.0
+%define libgnomeui_version 2.2.0
+
Name: rhythmbox
Summary: Music Management Application
Version: @VERSION@
Release: 1
License: GPL
-Group: Development/Libraries
+Group: Applications/Multimedia
Source: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
-Requires: gtk2 >= 2.0.3
-Requires: libgnomeui >= 2.0.0
-Requires: eel2 >= 2.0.0
-Requires: monkey-media >= @MONKEYMEDIA_REQUIRED@
-Requires: lirc >= 0.6.5
+Requires: gtk2 >= %{gtk2_version}
+Requires: libgnomeui >= %{libgnomeui_version}
+Requires: gstreamer >= %{gstreamer_version}
+Requires: gstreamer-plugins >= %{gstreamer_version}
+Requires: libvorbis >= %{libvorbis_version}
+
+Prereq: GConf2
+Prereq: /usr/bin/gconftool-2
+
+BuildRequires: gstreamer-devel >= %{gstreamer_version}
+BuildRequires: gstreamer-plugins-devel >= %{gstreamer_version}
+BuildRequires: gtk2-devel >= %{gtk2_version}
%description
Music Management application with support for ripping audio-cd's,
@@ -51,14 +63,20 @@
%{_datadir}/applications/rhythmbox.desktop
%{_datadir}/application-registry/rhythmbox.applications
%{_datadir}/pixmaps/rhythmbox.png
-%{_datadir}/locale/*/LC_MESSAGES/*
+%{_datadir}/locale/*
%{_datadir}/gnome-2.0/ui/*.xml
-%{_libdir}/bonobo/servers/GNOME_Rhythmbox.server
-%{_datadir}/gnome/help/rhythmbox/C/authors.xml
-%{_datadir}/gnome//help/rhythmbox/C/*
-%{_datadir}/omf/rhythmbox/rhythmbox-C.omf
+%{_datadir}/idl/Rhythmbox.idl
+%{_libdir}/bonobo/librb-nautilus-context-menu.*
+%{_libdir}/bonobo/servers/*
+%{_libdir}/pkgconfig/*
+%{_includedir}/Rhythmbox.h
+#%{_datadir}/gnome/help/rhythmbox/C/*
+#%{_datadir}/omf/rhythmbox/rhythmbox-C.omf
%changelog
+* Wed Aug 13 2003 William Jon McCann <mccann@jhu.edu>
+- Updated dependencies and files
+
* Sun Oct 20 2002 Christian F.K. Schaller <Uraeus@linuxrising.org>
- Added documentation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]