[dataquay] Make -devel subpackage pull in pkgconfig(redland) as well

Michel Alexandre Salim salimma at fedoraproject.org
Fri Nov 2 15:47:45 UTC 2012


commit c4790cbe56d039a86482a9e745db0f3df97b3812
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Fri Nov 2 22:47:30 2012 +0700

    Make -devel subpackage pull in pkgconfig(redland) as well

 dataquay.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/dataquay.spec b/dataquay.spec
index 7942c31..ba57fd2 100644
--- a/dataquay.spec
+++ b/dataquay.spec
@@ -7,7 +7,7 @@
 #
 Name:           dataquay
 Version:        0.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Simple RDF for C++ and Qt applications
 
 # README says BSD but this is more similar to MIT text
@@ -47,6 +47,7 @@ developers for general use.
 %package        devel
 Summary:        Development files for %{name}
 Requires:       %{name}%{?_isa} = %{version}-%{release}
+Requires:       redland-devel%{?_isa}
 
 %description    devel
 The %{name}-devel package contains libraries and header files for
@@ -90,6 +91,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Fri Nov  2 2012 Michel Salim <salimma at fedoraproject.org> - 0.9-3
+- Make -devel subpackage pull in pkgconfig(redland) as well
+
 * Tue Oct  9 2012 Michel Salim <salimma at fedoraproject.org> - 0.9-2
 - Add note with workaround for building in mock for bug #857709
 


More information about the scm-commits mailing list