[packages/libechonest] up to 2.3.1

glen glen at pld-linux.org
Mon Sep 12 22:57:44 CEST 2016


commit 698a1b2eb7ea59b656f54bff9253eb64fb1f66b3
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Mon Sep 12 23:57:39 2016 +0300

    up to 2.3.1

 libechonest.spec | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/libechonest.spec b/libechonest.spec
index d52ff69..5f309be 100644
--- a/libechonest.spec
+++ b/libechonest.spec
@@ -4,12 +4,12 @@
 
 Summary:	C++ wrapper for the Echo Nest API
 Name:		libechonest
-Version:	2.1.0
-Release:	2
+Version:	2.3.1
+Release:	1
 License:	GPL v2+
-Source0:	http://files.lfranchi.com/%{name}-%{version}.tar.bz2
-# Source0-md5:	96d98dbc5b3b155b277a9901d1133c5e
 Group:		Libraries
+Source0:	http://files.lfranchi.com/%{name}-%{version}.tar.bz2
+# Source0-md5:	d8c60545b056145dc66882971a0acf9c
 URL:		https://projects.kde.org/projects/playground/libs/libechonest
 BuildRequires:	QtNetwork-devel
 BuildRequires:	cmake
@@ -25,15 +25,16 @@ BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %endif
 
 %description
-libechonest is a collection of C++/Qt classes designed to make a
+libechonest is a collection of Qt4 classes designed to make a
 developer's life easy when trying to use the APIs provided by The Echo
 Nest.
 
-%package	devel
+%package devel
 Summary:	Development files for %{name}
+Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
-%description	devel
+%description devel
 The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
@@ -41,8 +42,8 @@ developing applications that use %{name}.
 %setup -q
 
 %build
-install -d %{_target_platform}
-cd %{_target_platform}
+install -d build-qt4
+cd build-qt4
 %cmake ..
 %{__make}
 
@@ -54,7 +55,7 @@ test "$(pkg-config --modversion libechonest)" = "%{version}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} -C %{_target_platform} install/fast \
+%{__make} -C build-qt4 install/fast \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -67,8 +68,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING README TODO
 %attr(755,root,root) %{_libdir}/libechonest.so.*.*.*
-# yes, SONAME is "libechonest.so.2.1"
-%ghost %{_libdir}/libechonest.so.2.1
+# yes, SONAME is "libechonest.so.2.3"
+%ghost %{_libdir}/libechonest.so.2.3
 
 %files devel
 %defattr(644,root,root,755)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libechonest.git/commitdiff/698a1b2eb7ea59b656f54bff9253eb64fb1f66b3



More information about the pld-cvs-commit mailing list