[libechonest] 2.0.3

Rex Dieter rdieter at fedoraproject.org
Sun Mar 24 18:27:13 UTC 2013


commit 1e46f75d48df2e5465a5ff4549a319d9deb553e3
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Sun Mar 24 13:26:47 2013 -0500

    2.0.3

 .gitignore       |    2 +-
 libechonest.spec |   22 ++++++----------------
 sources          |    2 +-
 3 files changed, 8 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e47efde..4c6fba7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-/libechonest-2.0.2.tar.bz2
+/libechonest-2.0.3.tar.bz2
diff --git a/libechonest.spec b/libechonest.spec
index d577da1..4652c4f 100644
--- a/libechonest.spec
+++ b/libechonest.spec
@@ -1,20 +1,16 @@
 Name:		libechonest
-Version: 	2.0.2
-Release:	2%{?dist}
+Version: 	2.0.3
+Release:	1%{?dist}
 Summary:	C++ wrapper for the Echo Nest API
 
-Group:		System Environment/Libraries
 License:	GPLv2+
 URL:		https://projects.kde.org/projects/playground/libs/libechonest
 Source0:	http://files.lfranchi.com/libechonest-%{version}.tar.bz2
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	cmake
 BuildRequires:	pkgconfig(QJson)
 BuildRequires:	pkgconfig(QtNetwork)
 
-## upstream patches
-
 
 %description
 libechonest is a collection of C++/Qt classes designed to make a developer's
@@ -22,9 +18,7 @@ life easy when trying to use the APIs provided by The Echo Nest.
 
 %package	devel
 Summary:	Development files for %{name}
-Group:		Development/Libraries
 Requires:	%{name}%{?_isa} = %{version}-%{release}
-
 %description	devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
@@ -44,14 +38,9 @@ make %{?_smp_mflags} -C %{_target_platform}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %check
 export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
 test "$(pkg-config --modversion libechonest)" = "%{version}"
@@ -59,23 +48,24 @@ test "$(pkg-config --modversion libechonest)" = "%{version}"
 # besides, there's several known-failures yet anyway -- rex
 #make test -C %%{_target_platform}
 
-%post -p /sbin/ldconfig
 
+%post -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README TODO
 %{_libdir}/libechonest.so.2*
 
 %files devel
-%defattr(-,root,root,-)
 %{_includedir}/echonest/
 %{_libdir}/libechonest.so
 %{_libdir}/pkgconfig/libechonest.pc
 
 
 %changelog
+* Sun Mar 24 2013 Rex Dieter <rdieter at fedoraproject.org> 2.0.3-1
+- 2.0.3
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index ecebe05..67008a6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1805f3a59ad8f841bcdf7f2c9300818  libechonest-2.0.2.tar.bz2
+88b7524401d835c2e85593cfa096327d  libechonest-2.0.3.tar.bz2


More information about the scm-commits mailing list