[liblastfm] - liblastfm-0.3.2

Rex Dieter rdieter at fedoraproject.org
Fri Sep 17 12:39:27 UTC 2010


commit 8c0cbecb6139951dc78c36d1dbc1e6c768ea9adc
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Sep 17 07:44:49 2010 -0500

    - liblastfm-0.3.2

 .gitignore                  |    2 +-
 liblastfm-0.3.0-qmake.patch |   19 -------------------
 liblastfm-0.3.2-qmake.patch |   31 +++++++++++++++++++++++++++++++
 liblastfm.spec              |   17 +++++++++++------
 sources                     |    2 +-
 5 files changed, 44 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 727ffb3..a1e99f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-liblastfm-0.3.0.tar.bz2
+/mxcl-liblastfm-0.3.2-0-gc64ed83.tar.gz
diff --git a/liblastfm-0.3.2-qmake.patch b/liblastfm-0.3.2-qmake.patch
new file mode 100644
index 0000000..337527f
--- /dev/null
+++ b/liblastfm-0.3.2-qmake.patch
@@ -0,0 +1,31 @@
+diff -up mxcl-liblastfm-3539836/src/fingerprint/fingerprint.pro.qmake mxcl-liblastfm-3539836/src/fingerprint/fingerprint.pro
+--- mxcl-liblastfm-3539836/src/fingerprint/fingerprint.pro.qmake	2010-09-11 09:16:54.000000000 -0500
++++ mxcl-liblastfm-3539836/src/fingerprint/fingerprint.pro	2010-09-17 07:34:57.620666383 -0500
+@@ -6,7 +6,7 @@ include( _files.qmake )
+ DEFINES += LASTFM_OHAI_QMAKE
+ 
+ INSTALLS = target
+-target.path = /lib
++target.path = /$$(LIB)
+ 
+ mac:CONFIG( app_bundle ) {
+     LIBS += libfftw3f.a libsamplerate.a -L/opt/local/include
+@@ -25,4 +25,4 @@ mac:CONFIG( app_bundle ) {
+         # precision, and I'm not sure if that matters or not
+         PKGCONFIG += fftw3f
+     }
+-}
+\ No newline at end of file
++}
+diff -up mxcl-liblastfm-3539836/src/lastfm.pro.qmake mxcl-liblastfm-3539836/src/lastfm.pro
+--- mxcl-liblastfm-3539836/src/lastfm.pro.qmake	2010-09-11 09:16:54.000000000 -0500
++++ mxcl-liblastfm-3539836/src/lastfm.pro	2010-09-17 07:34:41.153388690 -0500
+@@ -3,7 +3,7 @@ QT = core network xml
+ include( _files.qmake )
+ 
+ INSTALLS = target
+-target.path = /lib
++target.path = /$$(LIB)
+ 
+ win32{
+     DEFINES += LASTFM_OHAI_QMAKE _ATL_DLL 
diff --git a/liblastfm.spec b/liblastfm.spec
index 086b336..f196b06 100644
--- a/liblastfm.spec
+++ b/liblastfm.spec
@@ -1,16 +1,17 @@
 
 Name:		liblastfm
-Version:	0.3.0
-Release:	2%{?dist}
+Version:	0.3.2
+Release:	0.1%{?dist}
 Summary:	Libraries to integrate Last.fm services
 
 Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		http://github.com/mxcl/liblastfm/tree/master 
-Source0:	http://cdn.last.fm/src/liblastfm-%{version}.tar.bz2
+# redirect from http://github.com/mxcl/liblastfm/tarball/%{version}
+Source0:	http://download.github.com/mxcl-liblastfm-%{version}-0-gc64ed83.tar.gz
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
-Patch1: liblastfm-0.3.0-qmake.patch
+Patch1: liblastfm-0.3.2-qmake.patch
 
 BuildRequires: fftw3-devel
 BuildRequires: libsamplerate-devel
@@ -30,7 +31,8 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
 
 
 %prep
-%setup -q
+# wtf ?  -- Rex
+%setup -q -n mxcl-liblastfm-3539836
 
 %patch1 -p1 -b .qmake
 
@@ -76,13 +78,16 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Sep 17 2010 Rex Dieter <rdieter at fedoraproject.org> 0.3.2-1
+- liblastfm-0.3.2
+
 * Tue Jun 30 2009 Rex Dieter <rdieter at fedoraproject.org> 0.3.0-2
 - rpmlint clean(er)
 - BR: libsamplerate-devel
 - -devel: fix Requires (typo, +%%?_isa)
 
 * Tue Jun 09 2009 Rex Dieter <rdieter at fedoraproject.org> 0.3.0-1
-- liblfastfm-0.3.0
+- liblastfm-0.3.0
 
 * Tue May 05 2009 Rex Dieter <rdieter at fedoraproject.org> 0.2.1-1
 - liblastfm-0.2.1, first try
diff --git a/sources b/sources
index 9542102..d737e9e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f73222ebc31635941832b01e7a494b6  liblastfm-0.3.0.tar.bz2
+0656b907fc743bc8626ff800ae8d5eed  mxcl-liblastfm-0.3.2-0-gc64ed83.tar.gz


More information about the scm-commits mailing list