[libkgapi] devel: track files closer

Rex Dieter rdieter at fedoraproject.org
Sun Jun 10 13:21:13 UTC 2012


commit 4dd5fc0a5fc10f37ef4349c31eb3fc509db49e6e
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Jun 10 08:24:07 2012 -0500

    devel: track files closer
    
    - pkgconfig-style deps

 libkgapi.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/libkgapi.spec b/libkgapi.spec
index 5882f84..60cb51a 100644
--- a/libkgapi.spec
+++ b/libkgapi.spec
@@ -2,7 +2,7 @@
 Name:		libkgapi
 Version:	0.4.0
 #Release:	1.20120530git%%{git_commit}%%{?dist}
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Library to access to Google services
 Group:		Development/Libraries
 
@@ -23,7 +23,7 @@ Source0:	http://download.kde.org/stable/%{name}/%{version}/src/%{name}-%{version
 
 BuildRequires:	kdepimlibs-devel 
 BuildRequires:	kdelibs4-devel 
-BuildRequires:	qjson-devel
+BuildRequires:	pkgconfig(QJson)
 
 Obsoletes:	libkgoogle < 0.3.2
 Provides:	libkgoogle = %{version}-%{release}
@@ -73,12 +73,16 @@ make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
 
 %files devel
 %{_kde4_includedir}/libkgapi/
-%{_libdir}/pkgconfig/*.pc
-%{_libdir}/*.so
+%{_libdir}/pkgconfig/libkgapi.pc
+%{_libdir}/libkgapi.so
 %{_libdir}/cmake/LibKGAPI/
 
 
 %changelog
+* Sun Jun 10 2012 Rex Dieter <rdieter at fedoraproject.org> 0.4.0-4
+- -devel: track files closer
+- pkgconfig-style deps
+
 * Thu Jun 07 2012 Mario Santagiuliana <fedora at marionline.it> 0.4.0-3
 - Update spec file following Gregor Tätzner request:
 https://bugzilla.redhat.com/show_bug.cgi?id=817622#c8


More information about the scm-commits mailing list