[thrift/f19] fixed spurious deps and misfiled versioned shlibs

William Christian Benton willb at fedoraproject.org
Wed Oct 16 19:04:36 UTC 2013


commit f1b7191716dc073953a6c7027ed5ff3465b2550f
Author: William Benton <willb at redhat.com>
Date:   Wed Oct 16 14:04:31 2013 -0500

    fixed spurious deps and misfiled versioned shlibs

 thrift.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/thrift.spec b/thrift.spec
index c6c147f..5ebea3a 100644
--- a/thrift.spec
+++ b/thrift.spec
@@ -1,6 +1,6 @@
 %global pkg_version 0.9.1
 %global fb303_version 1.0.0_dev
-%global pkg_rel 8
+%global pkg_rel 9
 
 %global py_version 2.7
 
@@ -127,16 +127,10 @@ BuildRequires:	flex-devel
 
 BuildRequires:	ant
 
-Requires:	openssl
-Requires:	boost
-Requires:	bison
-Requires:	flex
 %ifarch %{mono_arches}
 Requires:	mono-core
 %endif
 
-Requires:	qt4
-
 %if 0%{?want_golang} > 0
 BuildRequires:	golang
 Requires:	golang
@@ -469,12 +463,14 @@ find %{buildroot} -name \*.py -exec grep -q /usr/bin/env {} \; -print | xargs -r
 %doc LICENSE NOTICE
 %{_bindir}/thrift
 %{_libdir}/*.so.*
+%{_libdir}/lib*-%{version}.so
 %{_mandir}/man1/thrift.1.gz
 
 %files devel
 %{_includedir}/thrift
 %exclude %{_includedir}/thrift/fb303
 %{_libdir}/*.so
+%exclude %{_libdir}/lib*-%{version}.so
 %exclude %{_libdir}/libfb303.so
 %{_libdir}/pkgconfig/thrift-z.pc
 %{_libdir}/pkgconfig/thrift-qt.pc
@@ -540,6 +536,10 @@ find %{buildroot} -name \*.py -exec grep -q /usr/bin/env {} \; -print | xargs -r
 
 
 %changelog
+* Wed Oct 16 2013 willb <willb at redhat> - 0.9.1-9
+- Remove spurious dependencies
+- Move some versioned shared libraries from -devel
+
 * Wed Oct 16 2013 Dan HorĂ¡k <dan[at]danny.cz> - 0.9.1-8
 - Mono available only on selected arches
 


More information about the scm-commits mailing list