rpms/banshee/F-9 README.Fedora, NONE, 1.1 .cvsignore, 1.20, 1.21 banshee.spec, 1.52, 1.53 sources, 1.20, 1.21

Michel Alexandre Salim salimma at fedoraproject.org
Sun Aug 24 19:47:13 UTC 2008


Author: salimma

Update of /cvs/pkgs/rpms/banshee/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22698/F-9

Modified Files:
	.cvsignore banshee.spec sources 
Added Files:
	README.Fedora 
Log Message:
* Sun Aug 24 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 1.2.1-1
- Update to 1.2.1



--- NEW FILE README.Fedora ---
Attention PPC Users:
Sadly it is not possible to include the boo scripting interface for the ppc
architechure at this point of time.  When boo becomes available for ppc we will
provide an update that enables it.

Thank You,
Fedora Banshee Maintainers


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/F-9/.cvsignore,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- .cvsignore	30 Jul 2008 20:43:30 -0000	1.20
+++ .cvsignore	24 Aug 2008 19:46:43 -0000	1.21
@@ -1 +1 @@
-banshee-1-1.2.0.tar.bz2
+banshee-1-1.2.1.tar.bz2


Index: banshee.spec
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/F-9/banshee.spec,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- banshee.spec	31 Jul 2008 00:22:08 -0000	1.52
+++ banshee.spec	24 Aug 2008 19:46:43 -0000	1.53
@@ -1,15 +1,14 @@
 %define mono_shared %{_builddir}/%{?buildsubdir}
 
 Name:    banshee
-Version: 1.2.0
-Release: 2.1%{?dist}
+Version: 1.2.1
+Release: 1%{?dist}
 Summary: Easily import, manage, and play selections from your music collection
 Group:   Applications/Multimedia
 License: MIT
 URL:     http://banshee-project.org/
 Source0: http://banshee-project.org/files/banshee/banshee-1-%{version}.tar.bz2
-#As we are not shipping the boo interface quite yet, no need for our note to ppc users
-#Source1: README.Fedora
+Source1: README.Fedora
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # We only have mono on these arches:
@@ -27,8 +26,7 @@
 BuildRequires: libmtp-devel >= 0.2.0
 
 # Sharp
-BuildRequires: ipod-sharp-devel avahi-sharp gtk-sharp2-devel
-BuildRequires: taglib-sharp-devel gnome-sharp-devel
+BuildRequires: ipod-sharp-devel avahi-sharp gtk-sharp2-devel taglib-sharp-devel gnome-sharp-devel
 
 # Extra mono deps
 BuildRequires: mono-data mono-data-sqlite mono-addins-devel
@@ -40,13 +38,13 @@
 BuildRequires: gettext-devel perl(XML::Parser)
 
 # No boo-devel for ppc but we owe it to the users to keep banshee up to date
-%ifarch %ix86 x86_64 sparc
+%ifarch  %ix86 x86_64 sparc
 BuildRequires: boo-devel
 %endif
 
 BuildRequires: desktop-file-utils
 
-Requires:      podsleuth
+Requires:      libipoddevice
 
 %description
 Banshee allows you to import CDs, sync your music collection to an iPod,
@@ -64,13 +62,13 @@
 
 %prep
 %setup -q -n %{name}-1-%{version}
-#cp %{SOURCE1} .
+cp -p %{SOURCE1} .
 
 %build
 export MONO_SHARED_DIR=%mono_shared
 %configure  --disable-docs --with-gstreamer-0-10 --disable-helix \
             --enable-external-ndesk-dbus \
-            --enable-ipod --enable-mtp --enable-podcast \
+            --enable-mtp --enable-ipod --enable-podcast \
 %ifnarch %ix86 x86_64 sparc
             --disable-boo \
 %endif
@@ -82,10 +80,13 @@
 export MONO_SHARED_DIR=%mono_shared
 make install DESTDIR=%{buildroot}
 
-desktop-file-install --vendor gnome --delete-original		\
-  --dir $RPM_BUILD_ROOT%{_datadir}/applications			\
-  --add-category X-Fedora					\
-  --add-only-show-in=GNOME                                      \
+# clean-up .a archives
+rm %{buildroot}%{_libdir}/banshee-1/gstreamer-*/lib*.a
+
+desktop-file-install --vendor gnome --delete-original \
+  --dir $RPM_BUILD_ROOT%{_datadir}/applications \
+  --add-category X-Fedora \
+  --add-only-show-in=GNOME \
   %{buildroot}%{_datadir}/applications/banshee-1.desktop
 
 %find_lang %name-1
@@ -113,7 +114,7 @@
 
 %files -f %{name}-1.lang
 %defattr(-,root,root,-)
-%doc COPYING AUTHORS ChangeLog README NEWS
+%doc COPYING AUTHORS ChangeLog README README.Fedora NEWS
 %{_bindir}/banshee-1
 %{_libdir}/banshee-1
 %{_datadir}/applications/*.desktop
@@ -129,6 +130,9 @@
 %{_libdir}/pkgconfig/banshee-1-*.pc
 
 %changelog
+* Sun Aug 24 2008 Michel Alexandre Salim <salimma at fedoraproject.org> - 1.2.1-1
+- Update to 1.2.1
+
 * Thu Jul 31 2008 Nigel Jones <dev at nigelj.com> - 1.2.0-2.1
 - ifarching foo broke... now fixed
 
@@ -139,18 +143,27 @@
 - Update to 1.2.0 (new upstream release)
 - Refer to: http://banshee-project.org/download/archives/1.2.0/ for more details
 
-* Sun Jun 8 2008 Nigel Jones <dev at nigelj.com> - 1.0.0-1
+* Fri Jul 4 2008 Nigel Jones <dev at nigelj.com> - 1.0.0-2
+- Bump for new gnome-sharp
+
+* Fri Jun 6 2008 Nigel Jones <dev at nigelj.com> - 1.0.0-1
 - Banshee goes GOLD!
 
+* Wed Jun 4 2008 Nigel Jones <dev at nigelj.com> - 0.99.3-2
+- Disable boo (again) - Broken dependencies and 'issues'
+
 * Sat May 30 2008 Nigel Jones <dev at nigelj.com> - 0.99.3-1
-- New Upstream Release (0.99.3) - Beta 3
+- New Upstream Release (0.99.3) - RC 1
+
+* Tue May 27 2008 Nigel Jones <dev at nigelj.com> - 0.99.2-3
+- Rebuild for new gtk-sharp2
+
+* Sat May 24 2008 Nigel Jones <dev at nigelj.com> - 0.99.2-2
+- Rebuild & correct BR
 
 * Fri May 23 2008 Nigel Jones <dev at nigelj.com> - 0.99.2-1
 - New Upstream Release (0.99.2) - Beta 2
-- Still no boo (testing w/ rawhide for one release first), but podcast support enabled
-
-* Tue May 13 2008 Nigel Jones <dev at nigelj.com> - 0.99.1-2
-- Enable iPod support & Req: podsleuth!
+- Enable podcast & boo
 
 * Sat May 5 2008 Nigel Jones <dev at nigelj.com> - 0.99.1-1.1
 - Fix brainfart...  Comment out the cp for Source1 which I moved out of the way


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/banshee/F-9/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	30 Jul 2008 20:43:30 -0000	1.20
+++ sources	24 Aug 2008 19:46:43 -0000	1.21
@@ -1 +1 @@
-1f651fa626b188adba35bcdac5d7f686  banshee-1-1.2.0.tar.bz2
+4537d105352b465049953f72da34d3d8  banshee-1-1.2.1.tar.bz2




More information about the fedora-extras-commits mailing list