rpms/cowbell/F-9 cowbell-0.3-AboutDialog.patch, NONE, 1.1 cowbell-0.3-libdir.patch, NONE, 1.1 cowbell-libdir.patch, 1.1, 1.2 cowbell.spec, 1.10, 1.11 sources, 1.2, 1.3

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Wed May 28 18:22:53 UTC 2008


Author: sindrepb

Update of /cvs/pkgs/rpms/cowbell/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6931

Modified Files:
	cowbell-libdir.patch cowbell.spec sources 
Added Files:
	cowbell-0.3-AboutDialog.patch cowbell-0.3-libdir.patch 
Log Message:
Update from svn

cowbell-0.3-AboutDialog.patch:

--- NEW FILE cowbell-0.3-AboutDialog.patch ---
diff -up cowbell/gui/AboutDialog.cs.orig cowbell/gui/AboutDialog.cs
--- cowbell/gui/AboutDialog.cs.orig	2008-05-12 22:29:03.000000000 +0200
+++ cowbell/gui/AboutDialog.cs	2008-05-12 22:29:27.000000000 +0200
@@ -33,7 +33,7 @@ namespace Cowbell.Gui
 		{
 			SetUrlHook (new AboutDialogActivateLinkFunc (UrlFunc));
 
-			ProgramName = Globals.AppName;
+			//ProgramName = Globals.AppName;
 			Version = Globals.AppVersion;
 			Comments = Catalog.GetString ("An elegant music organizer.");
 			Authors = new string[] {"Brad Taylor <brad at getcoded.net>"};

cowbell-0.3-libdir.patch:

--- NEW FILE cowbell-0.3-libdir.patch ---
diff -up cowbell/base/Makefile.am.orig cowbell/base/Makefile.am
--- cowbell/base/Makefile.am.orig	2008-05-13 03:24:13.000000000 +0200
+++ cowbell/base/Makefile.am	2008-05-13 03:25:13.000000000 +0200
@@ -37,7 +37,7 @@ all: $(DLL)
 $(DLL): $(build_sources) $(RESOURCES)
 	$(CSC) /warnaserror /t:library /codepage:utf8 /debug /out:$@ $(REFERENCES) $(build_sources)
 
-cowbelldir = $(prefix)/lib/cowbell
+cowbelldir = $(libdir)/cowbell
 cowbell_DATA = $(DLL)
 
 CLEANFILES = $(DLL) $(DLL).mdb
diff -up cowbell/gui/Makefile.am.orig cowbell/gui/Makefile.am
--- cowbell/gui/Makefile.am.orig	2008-05-13 03:24:20.000000000 +0200
+++ cowbell/gui/Makefile.am	2008-05-13 03:25:20.000000000 +0200
@@ -55,7 +55,7 @@ $(WRAPPER): $(srcdir)/$(WRAPPER).in
 	chmod +x $(WRAPPER)
 
 bin_SCRIPTS = $(WRAPPER)
-cowbelldir = $(prefix)/lib/cowbell
+cowbelldir = $(libdir)/cowbell
 cowbell_DATA = $(ASSEMBLY) $(ASSEMBLY).config
 
 CLEANFILES = $(WRAPPER) $(ASSEMBLY) $(ASSEMBLY).mdb
diff -up cowbell/musicbrainz-sharp/Makefile.am.orig cowbell/musicbrainz-sharp/Makefile.am
--- cowbell/musicbrainz-sharp/Makefile.am.orig	2008-05-13 03:24:30.000000000 +0200
+++ cowbell/musicbrainz-sharp/Makefile.am	2008-05-13 03:25:01.000000000 +0200
@@ -30,7 +30,7 @@ $(DLL): $(build_sources)
 	$(CSC) /warnaserror /t:library /codepage:utf8 /debug /out:$@ $(REFERENCES) $(build_sources)
 	cp $(DLL) ../gui
 
-cowbelldir = $(prefix)/lib/cowbell
+cowbelldir = $(libdir)/cowbell
 cowbell_DATA = $(DLL)
 
 CLEANFILES = $(DLL) $(DLL).mdb

cowbell-libdir.patch:

Index: cowbell-libdir.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/F-9/cowbell-libdir.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cowbell-libdir.patch	23 Apr 2008 09:57:37 -0000	1.1
+++ cowbell-libdir.patch	28 May 2008 18:22:10 -0000	1.2
@@ -5,7 +5,7 @@
  #!/bin/sh
  
 -libdir="@prefix@/lib/cowbell"
-+libdir="@libdir@/cowbell"
++libdir="LIBDIR/cowbell"
  export LD_LIBRARY_PATH=${libdir}${LD_LIBRARY_PATH+:$LD_LIBRARY_PATH}
  
  if [ -e ./@dll@ ] && [ -e ./Makefile.am ]; then


Index: cowbell.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/F-9/cowbell.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- cowbell.spec	23 Apr 2008 09:57:37 -0000	1.10
+++ cowbell.spec	28 May 2008 18:22:10 -0000	1.11
@@ -1,21 +1,24 @@
 Name:           cowbell
-Version:        0.2.7.1
-Release:        10%{?dist}
+Version:        0.3
+Release:        0.svn34.4%{?dist}
 Summary:        Music organazier
 
 Group:         	Applications/Multimedia 
 License:       	GPLv2+ 
 URL:           	http://more-cowbell.org/ 
-Source0:       	http://more-cowbell.org/releases/%{name}-%{version}.tar.gz
+#svn checkout
+Source0:       	%{name}-%{version}-svn34.tar.bz2
 #fixes libdir for x86_64
-Patch0:         cowbell-libdir.patch
+Patch0:         cowbell-0.3-libdir.patch
+Patch1:         cowbell-0.3-AboutDialog.patch
 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
 
+BuildRequires:  gnome-common, automake, autoconf, libtool, intltool
 BuildRequires: 	mono-devel, gtk-sharp2-devel, gtk-sharp2-gapi
-BuildRequires: 	taglib-devel 
+BuildRequires: 	taglib-sharp-devel 
 BuildRequires:  scrollkeeper, desktop-file-utils, gettext
 BuildRequires:	perl-XML-Parser
 Requires:	mono-core, gtk-sharp2
@@ -25,15 +28,22 @@
 
 %description
 Cowbell is an elegant, album-based, music organizer
-written by Brad Taylor in C# for Gtk+. Using TagLib, 
+written by Brad Taylor in C-sharp for Gtk+. Using TagLib, 
 it supports many audio formats including: Mp3, Ogg 
 Vorbis and MusePack
 
 %prep
-%setup -q
+%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
 %configure --disable-static
 make %{?_smp_mflags}
 
@@ -86,6 +96,10 @@
 
 
 %changelog
+* Tue May 13 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.3-0.svn34.4
+- Use svn trunk
+- fix multiarch issues
+
 * Wed Apr 23 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 0.2.7.1-10
 - Fix x86_64 patch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cowbell/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 May 2006 23:09:45 -0000	1.2
+++ sources	28 May 2008 18:22:10 -0000	1.3
@@ -1 +1 @@
-fcf32bcf60be2ca204519192eb26bacc  cowbell-0.2.7.1.tar.gz
+6d9aa28f1afe3a30d7310b1d06b97b99  cowbell-0.3-0svn34.tar.bz2




More information about the fedora-extras-commits mailing list