SPECS: banshee.spec - updated to 0.11.0 - added dbus patch (map to...
grzegol
grzegol at pld-linux.org
Thu Sep 21 22:38:00 CEST 2006
Author: grzegol Date: Thu Sep 21 20:38:00 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 0.11.0
- added dbus patch (map to proper libdbus version)
- temporary disabled docs (doesn't build)
- rel. 0.1
---- Files affected:
SPECS:
banshee.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/banshee.spec
diff -u SPECS/banshee.spec:1.6 SPECS/banshee.spec:1.7
--- SPECS/banshee.spec:1.6 Sat Sep 9 18:05:49 2006
+++ SPECS/banshee.spec Thu Sep 21 22:37:55 2006
@@ -8,34 +8,36 @@
Summary: A Mono/GStreamer Based Music Player
Summary(pl): Oparty na Mono/GStreamerze odtwarzacz muzyki
Name: banshee
-Version: 0.10.12
+Version: 0.11.0
Release: 0.1
License: GPL
Group: Applications/Multimedia
Source0: http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
-# Source0-md5: 13806b7dee6444013dcb1436b4cf0e78
+# Source0-md5: f54e1d87a2bf2f239f1420eeba9d15eb
+Patch0: %{name}-dbus.patch
URL: http://banshee-project.org/
BuildRequires: GConf2-devel
BuildRequires: autoconf >= 2.13
BuildRequires: automake
-BuildRequires: dbus-devel >= 0.60
+BuildRequires: dbus-devel >= 0.93
+BuildRequires: dbus-glib-devel >= 0.71
BuildRequires: dotnet-avahi-devel
-BuildRequires: dotnet-dbus-sharp-devel
-BuildRequires: dotnet-gtk-sharp2-devel >= 2.8.0
-BuildRequires: dotnet-gnome-sharp-devel >= 2.8.0
-BuildRequires: gnome-desktop-devel
+BuildRequires: dotnet-dbus-sharp-devel >= 0.63
+BuildRequires: dotnet-gtk-sharp2-devel >= 2.10.0
+BuildRequires: dotnet-gnome-sharp-devel >= 2.16.0
+BuildRequires: gnome-desktop-devel >= 2.16.0
BuildRequires: gstreamer-cdparanoia
BuildRequires: gstreamer-devel >= 0.10.3
BuildRequires: gstreamer-gnomevfs
BuildRequires: gstreamer-plugins-base-devel >= 0.10.3
-BuildRequires: gtk+2-devel >= 2.8.0
+BuildRequires: gtk+2-devel >= 2.10.3
BuildRequires: hal-devel >= 0.5.2
-BuildRequires: intltool >= 0.21
-BuildRequires: libtool
+BuildRequires: intltool >= 0.35
BuildRequires: libmusicbrainz-devel >= 2.1.1
+BuildRequires: libtool
BuildRequires: mono-csharp >= 1.1.13
BuildRequires: monodoc
-BuildRequires: nautilus-cd-burner-devel >= 2.12.0
+BuildRequires: nautilus-cd-burner-devel >= 2.16.0
BuildRequires: pkgconfig
BuildRequires: sqlite3-devel
Requires: gstreamer-cdparanoia >= 0.10.3
@@ -54,6 +56,7 @@
%prep
%setup -q
+%patch0 -p1
%build
%{__aclocal}
@@ -68,7 +71,8 @@
--disable-vlc \
--enable-gstreamer \
--enable-avahi \
- --disable-schemas-install
+ --disable-schemas-install \
+ --disable-docs
%{__make}
%install
@@ -78,7 +82,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv $RPM_BUILD_ROOT%{_docdir}/%{name}/* $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
+#mv $RPM_BUILD_ROOT%{_docdir}/%{name}/* $RPM_BUILD_ROOT%{_libdir}/monodoc/sources
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}/*.{la,a}
@@ -115,6 +119,7 @@
%{_sysconfdir}/gconf/schemas/audioscrobbler.schemas
%{_sysconfdir}/gconf/schemas/mmkeys.schemas
%attr(755,root,root) %{_bindir}/banshee
+%attr(755,root,root) %{_bindir}/banshee-import
%{_pkgconfigdir}/banshee.pc
%dir %{_libdir}/banshee
%{_libdir}/banshee/*.dll
@@ -122,10 +127,10 @@
%{_libdir}/banshee/*.exe
%{_libdir}/banshee/*.mdb
%{_libdir}/banshee/*.config
-#%{_libdir}/banshee/Banshee.Dap
+%{_libdir}/banshee/Banshee.Dap
%{_libdir}/banshee/Banshee.MediaEngine
%{_libdir}/banshee/Banshee.Plugins
-%{_libdir}/monodoc/sources/*
+#%{_libdir}/monodoc/sources/*
%{_desktopdir}/banshee.desktop
%{_iconsdir}/hicolor/*/*/*
%{_datadir}/dbus-1/services/org.gnome.Banshee.service
@@ -136,6 +141,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/09/21 20:37:55 grzegol
+- updated to 0.11.0
+- added dbus patch (map to proper libdbus version)
+- temporary disabled docs (doesn't build)
+- rel. 0.1
+
Revision 1.6 2006/09/09 16:05:49 grzegol
- updated to 0.10.12
- updated TODO
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/banshee.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list