SPECS: banshee.spec - up to 0.12.1 - TODO: check BR's

deejay1 deejay1 at pld-linux.org
Sun Jul 1 14:47:48 CEST 2007


Author: deejay1                      Date: Sun Jul  1 12:47:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.12.1
- TODO: check BR's

---- Files affected:
SPECS:
   banshee.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/banshee.spec
diff -u SPECS/banshee.spec:1.9 SPECS/banshee.spec:1.10
--- SPECS/banshee.spec:1.9	Mon Feb 12 22:23:48 2007
+++ SPECS/banshee.spec	Sun Jul  1 14:47:43 2007
@@ -7,24 +7,22 @@
 
 Summary:	A Mono/GStreamer Based Music Player
 Summary(pl.UTF-8):	Oparty na Mono/GStreamerze odtwarzacz muzyki
-Name: 		banshee
-Version: 	0.11.0
-Release: 	0.1
-License: 	GPL
+Name:		banshee
+Version:	0.12.1
+Release:	0.1
+License:	GPL
 Group:		Applications/Multimedia
-Source0: 	http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
-# Source0-md5:	f54e1d87a2bf2f239f1420eeba9d15eb
-Patch0:		%{name}-dbus.patch
-URL: 		http://banshee-project.org/
+Source0:	http://banshee-project.org/files/banshee/%{name}-%{version}.tar.gz
+# Source0-md5:	6bcfe0a4ca92e6cce86244938f004b8c
+URL:		http://banshee-project.org/
 BuildRequires:	GConf2-devel
 BuildRequires:	autoconf >= 2.13
 BuildRequires:	automake
 BuildRequires:	dbus-devel >= 0.93
 BuildRequires:	dbus-glib-devel >= 0.71
 BuildRequires:	dotnet-avahi-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:	dotnet-gtk-sharp2-devel >= 2.10.0
 BuildRequires:	gnome-desktop-devel >= 2.16.0
 BuildRequires:	gstreamer-cdparanoia
 BuildRequires:	gstreamer-devel >= 0.10.3
@@ -56,10 +54,9 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-%{__aclocal}
+%{__aclocal} -I build/m4/banshee -I build/m4/shamrock
 %{__libtoolize}
 %{__automake}
 %{__autoconf}
@@ -92,34 +89,27 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-umask 022
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
-SCHEMAS="banshee.schemas banshee-notificationareaicon.schemas audioscrobbler.schemas daap.schemas metadatasearch.schemas mmkeys.schemas"
+%update_desktop_database_post
+SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscrobbler.schemas banshee-plugin-daap.schemas banshee-plugin-metadatasearcher.schemas banshee-plugin-minimode.schemas banshee-plugin-mmkeys.schemas banshee-plugin-notificationarea.schemas banshee-plugin-podcast.schemas banshee-plugin-radio.schemas banshee-plugin-recommendation.schemas"
 for S in $SCHEMAS; do
 	%gconf_schema_install $S
 done
 
 %preun
-SCHEMAS="banshee.schemas banshee-notificationareaicon.schemas audioscrobbler.schemas daap.schemas metadatasearch.schemas mmkeys.schemas"
+SCHEMAS="banshee-core.schemas banshee-interface.schemas banshee-plugin-audioscrobbler.schemas banshee-plugin-daap.schemas banshee-plugin-metadatasearcher.schemas banshee-plugin-minimode.schemas banshee-plugin-mmkeys.schemas banshee-plugin-notificationarea.schemas banshee-plugin-podcast.schemas banshee-plugin-radio.schemas banshee-plugin-recommendation.schemas"
 for S in $SCHEMAS; do
 	%gconf_schema_install $S
 done
 
 %postun
-umask 022
-[ ! -x /usr/bin/update-desktop-database ] || /usr/bin/update-desktop-database >/dev/null 2>&1 ||:
+%update_desktop_database_postun
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
-%doc AUTHORS COPYING ChangeLog NEWS README 
-%{_sysconfdir}/gconf/schemas/daap.schemas
-%{_sysconfdir}/gconf/schemas/metadatasearch.schemas
-%{_sysconfdir}/gconf/schemas/banshee.schemas
-%{_sysconfdir}/gconf/schemas/banshee-notificationareaicon.schemas
-%{_sysconfdir}/gconf/schemas/audioscrobbler.schemas
-%{_sysconfdir}/gconf/schemas/mmkeys.schemas
+%doc AUTHORS COPYING ChangeLog NEWS README
+%{_sysconfdir}/gconf/schemas/*.schemas
 %attr(755,root,root) %{_bindir}/banshee
-%attr(755,root,root) %{_bindir}/banshee-import
+%{_datadir}/banshee
 %{_pkgconfigdir}/banshee.pc
 %dir %{_libdir}/banshee
 %{_libdir}/banshee/*.dll
@@ -141,6 +131,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007/07/01 12:47:43  deejay1
+- up to 0.12.1
+- TODO: check BR's
+
 Revision 1.9  2007/02/12 21:23:48  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/banshee.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list