rpms/cowbell/devel .cvsignore, 1.4, 1.5 cowbell.spec, 1.14, 1.15 sources, 1.5, 1.6

Sindre Pedersen Bjørdal sindrepb at fedoraproject.org
Thu Dec 11 05:20:55 UTC 2008


Author: sindrepb

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

Modified Files:
	.cvsignore cowbell.spec sources 
Log Message:
bugfixes, cleanups


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	19 May 2008 12:18:24 -0000	1.4
+++ .cvsignore	11 Dec 2008 05:20:24 -0000	1.5
@@ -1,2 +1 @@
-cowbell-0.3-0.svn34.1.fc10.src.rpm
-cowbell-0.3-0svn34.tar.bz2
+cowbell-svn48.tar.bz2


Index: cowbell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/devel/cowbell.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- cowbell.spec	19 May 2008 12:19:46 -0000	1.14
+++ cowbell.spec	11 Dec 2008 05:20:24 -0000	1.15
@@ -1,27 +1,27 @@
+%define                 debug_package %{nil}
+
 Name:           cowbell
 Version:        0.3
-Release:        0.svn34.4%{?dist}
+Release:        0.svn48.1%{?dist}
 Summary:        Music organazier
 
 Group:         	Applications/Multimedia 
 License:       	GPLv2+ 
 URL:           	http://more-cowbell.org/ 
 #svn checkout
-Source0:       	%{name}-%{version}-svn34.tar.bz2
-#fixes libdir for x86_64
-Patch0:         cowbell-0.3-libdir.patch
-Patch1:         cowbell-0.3-AboutDialog.patch
+#svn co -r 48 http://svn.gnome.org/svn/cowbell/trunk cowbell && tar -cvjf cowbell-svn48.tar.bz2 cowbell
+Source0:       	%{name}-svn48.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# We only have mono on these arches:
-ExclusiveArch: %ix86 x86_64 ppc ia64 armv4l sparc alpha
+# Various Mono dependencies are not available for ppc64; see bug 241850.
+ExcludeArch:    ppc64
 
 BuildRequires:  gnome-common, automake, autoconf, libtool, intltool
 BuildRequires: 	mono-devel, gtk-sharp2-devel, gtk-sharp2-gapi
 BuildRequires: 	taglib-sharp-devel 
 BuildRequires:  scrollkeeper, desktop-file-utils, gettext
 BuildRequires:	perl-XML-Parser
-Requires:	mono-core, gtk-sharp2
+Requires:	mono-core, gtk-sharp2, taglib-sharp
 Requires(post): scrollkeeper, desktop-file-utils
 Requires(postun): scrollkeeper, desktop-file-utils
 
@@ -34,13 +34,6 @@
 
 %prep
 %setup -qn cowbell
-%patch0 -p1
-%patch1 -p1
-
-#fix cowbell multiarch
-#cat cowbell.in | sed s,LIBDIR,%{_libdir}, > cowbell.in.new
-#rm cowbell.in 
-#mv cowbell.in.new cowbell.in
 
 %build
 ./autogen.sh
@@ -90,12 +83,17 @@
 %doc AUTHORS COPYING NEWS README
 %{_bindir}/cowbell
 %{_libdir}/cowbell
-%{_datadir}/icons/hicolor/48x48/apps/cowbell.png
+%{_datadir}/icons/hicolor/*/apps/cowbell.*
 %{_datadir}/applications/*.desktop
-%{_datadir}/icons/hicolor/scalable/apps/cowbell.svg
 
 
 %changelog
+* Tue May 13 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.3.0-0.svn48.1
+- new svn snapshot, fix x86_64 libdir bug, for real this time, promise! #442338
+- Add missing taglib-sharp dependency, #460892
+- Spec cleanups, patches removed (commited upstream)
+- Don't build debuginfo package
+
 * Tue May 13 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.3-0.svn34.4
 - Use svn trunk
 - fix multiarch issues


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	19 May 2008 12:25:44 -0000	1.5
+++ sources	11 Dec 2008 05:20:24 -0000	1.6
@@ -1 +1 @@
-6d9aa28f1afe3a30d7310b1d06b97b99  cowbell-0.3-0svn34.tar.bz2
+49ae3013e44de3122b759e900a095967  cowbell-svn48.tar.bz2




More information about the fedora-extras-commits mailing list