[libverto-jsonrpc] fix dependencies, use specific header reference

Nathaniel McCallum npmccallum at fedoraproject.org
Mon Feb 13 21:28:14 UTC 2012


commit 171cc6545836b26bb4dc7fbf155d176d77083e10
Author: Nathaniel McCallum <nathaniel at themccallums.org>
Date:   Mon Feb 13 16:28:11 2012 -0500

    fix dependencies, use specific header reference

 libverto-jsonrpc.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/libverto-jsonrpc.spec b/libverto-jsonrpc.spec
index 0b3720d..c6c9e6c 100644
--- a/libverto-jsonrpc.spec
+++ b/libverto-jsonrpc.spec
@@ -1,6 +1,6 @@
 Name:           libverto-jsonrpc
 Version:        0.1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        JSON-RPC support for libverto
 
 License:        MIT
@@ -9,6 +9,7 @@ Source0:        https://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}
 
 BuildRequires:  libverto-devel
 BuildRequires:  json-c-devel
+BuildRequires:  findutils
 
 %description
 A library for doing JSON-RPC over a socket, using the libverto API.
@@ -17,6 +18,7 @@ A library for doing JSON-RPC over a socket, using the libverto API.
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
 Requires:       pkgconfig
+Requires:       json-c-devel
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -43,14 +45,18 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 %{_libdir}/*.so.*
 
 %files devel
-%{_includedir}/*
+%{_includedir}/verto-jsonrpc.h
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
-* Mon Feb 13 2012 Nathaniel McCallum <nathaniel at natemccallum.com> - 0.1.0-2
+* Mon Feb 13 2012 Nathaniel McCallum <npmccallum at redhat.com> - 0.1.0-3
+- Add json-c-devel dependency to -devel
+- Add specific reference to %{_includedir}/verto-jsonrpc.h
+- Add a BuildRequires for findutils
+
+* Mon Feb 13 2012 Nathaniel McCallum <npmccallum at redhat.com> - 0.1.0-2
 - Remove libverto-module-base dependency
 
 * Mon Feb 13 2012 Nathaniel McCallum <npmccallum at redhat.com> - 0.1.0-1
 - Initial package
-


More information about the scm-commits mailing list