rpms/banshee/devel .cvsignore, 1.32, 1.33 banshee.spec, 1.89, 1.90 sources, 1.32, 1.33

chkr chkr at fedoraproject.org
Wed Feb 3 00:35:00 UTC 2010


Author: chkr

Update of /cvs/pkgs/rpms/banshee/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24666

Modified Files:
	.cvsignore banshee.spec sources 
Log Message:
* Wed Feb 03 2010 Christian Krause <chkr at fedoraproject.org> - 1.5.3-1
- Update to final 1.5.3 release
- Remove upstreamed patch (last.fm integration)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/devel/.cvsignore,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- .cvsignore	16 Dec 2009 23:14:52 -0000	1.32
+++ .cvsignore	3 Feb 2010 00:35:00 -0000	1.33
@@ -1 +1 @@
-banshee-20091216.tar.bz2
+banshee-1-1.5.3.tar.bz2


Index: banshee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/devel/banshee.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -p -r1.89 -r1.90
--- banshee.spec	16 Dec 2009 23:14:52 -0000	1.89
+++ banshee.spec	3 Feb 2010 00:35:00 -0000	1.90
@@ -1,13 +1,13 @@
 %global mono_shared %{_builddir}/%{?buildsubdir}
 %global mainver 1.5.3
 
-%global gitdate 20091216
-%global gitcommit 8e29a44269cd4b2a27822e62815f5bc6e22dfb58
+#%global gitdate 20091216
+#%global gitcommit 8e29a44269cd4b2a27822e62815f5bc6e22dfb58
 
 Name:    banshee
 Version: %{mainver}%{?patchver}
-Release: 0.1.%{gitdate}git%{?dist}
-#Release: 1%{?dist}
+#Release: 0.1.%{gitdate}git%{?dist}
+Release: 1%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 
 Group:   Applications/Multimedia
@@ -16,17 +16,13 @@ URL:     http://banshee-project.org/
 
 # based on libdrm's make-git-snapshot.sh 
 # sh banshee-make-git-snapshot.sh <gitcommit> <gitdate>
-Source0: %{name}-%{gitdate}.tar.bz2
-#Source0: http://download.banshee-project.org/banshee/stable/%{mainver}/banshee-1-%{version}.tar.bz2
+#Source0: %{name}-%{gitdate}.tar.bz2
+Source0: http://download.banshee-project.org/banshee/stable/%{mainver}/banshee-1-%{version}.tar.bz2
 Source1: README.Fedora
-Source2: %{name}-make-git-snapshot.sh
+#Source2: %{name}-make-git-snapshot.sh
 
 # for snapshots only: don't run configure at the end of autogen.sh
-Patch0:  %{name}-noconf.patch
-
-# fix broken last.fm integration
-# https://bugzilla.gnome.org/show_bug.cgi?id=604783
-Patch1: %{name}-20091216-last.fm.patch
+#Patch0:  %{name}-noconf.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -68,9 +64,6 @@ BuildRequires: gettext-devel intltool pe
 BuildRequires: boo-devel
 %endif
 
-# monotorrent-dbus not in Fedora yet
-
-%if 0%{?fedora} >= 11
 # Building with nunit installed causes banshee to require it at runtime
 #BuildRequires: mono-nunit-devel
 
@@ -80,8 +73,6 @@ BuildRequires: boo-devel
 BuildRequires: clutter-devel
 %endif # F-12 and up
 
-%endif # F-11 and up
-
 BuildRequires: desktop-file-utils
 
 # Snapshots only
@@ -115,7 +106,7 @@ developing extensions for %{name}.
 %package        musicbrainz
 Summary:        MusicBrainz libraries for the Banshee Media Framework
 Group:          System Environment/Libraries
-
+Requires:       %{name} = %{version}-%{release}
 %description    musicbrainz
 Banshee allows you to import CDs, sync your music collection to an iPod,
 play music directly from an iPod, create playlists with songs from your
@@ -140,17 +131,16 @@ developing applications that use %{name}
 
 
 %prep
-#%setup -q -n %{name}-1-%{version}
-%setup -q -n %{name}-%{gitdate}
+%setup -q -n %{name}-1-%{version}
+#%setup -q -n %{name}-%{gitdate}
 # Snapshots only
-%patch0 -p1 -b .noconf
-%patch1 -p1 -b .lastfm-fix
+#%patch0 -p1 -b .noconf
 cp -p %{SOURCE1} .
 
 %build
 export MONO_SHARED_DIR=%mono_shared
 # Snapshots only
-./autogen.sh
+#./autogen.sh
 %configure  --disable-docs --enable-mtp --enable-ipod --enable-podcast \
 %ifnarch %ix86 x86_64 sparc
             --disable-boo \
@@ -160,9 +150,7 @@ export MONO_SHARED_DIR=%mono_shared
 make %{?_smp_mflags}
 
 %check
-%if 0%{?fedora} >= 11
 make check
-%endif
 
 %install
 %{__rm} -rf %{buildroot}
@@ -203,7 +191,7 @@ fi
 %files -f %{name}-1.lang
 %defattr(-,root,root,-)
 # ChangeLog not in snapshot
-# %doc ChangeLog
+%doc ChangeLog
 %doc COPYING AUTHORS README README.Fedora NEWS
 %{_bindir}/banshee-1
 %{_bindir}/muinshee
@@ -232,6 +220,10 @@ fi
 
 
 %changelog
+* Wed Feb 03 2010 Christian Krause <chkr at fedoraproject.org> - 1.5.3-1
+- Update to final 1.5.3 release
+- Remove upstreamed patch (last.fm integration)
+
 * Wed Dec 16 2009 Christian Krause <chkr at fedoraproject.org> - 1.5.3-0.1.20091216git
 - Update to latest snapshot to pick up DeviceKit-disks integration
   to fix iPod support (BZ 495240)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/devel/sources,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -p -r1.32 -r1.33
--- sources	16 Dec 2009 23:14:52 -0000	1.32
+++ sources	3 Feb 2010 00:35:00 -0000	1.33
@@ -1 +1 @@
-ec079910af580ddbe9910856ca7b8f24  banshee-20091216.tar.bz2
+953124a1be0e9299f092dbf2f9742376  banshee-1-1.5.3.tar.bz2



More information about the scm-commits mailing list