summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@fedoraproject.org>2012-11-01 09:57:42 +0700
committerMichel Alexandre Salim <salimma@fedoraproject.org>2012-11-01 09:57:42 +0700
commitfbef4f1562fe976bcb522b929f42d141d655ca20 (patch)
tree3b6b9912f2c3b4b76a632c0c302c2663383ed84d
parent8f6d9215fbc473fbe1053faade665177dbcbfe54 (diff)
dataquay: devel now depends on pkgconfig
-rw-r--r--media/dataquay.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/media/dataquay.spec b/media/dataquay.spec
index 7942c31..edea02c 100644
--- a/media/dataquay.spec
+++ b/media/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: pkgconfig
%description devel
The %{name}-devel package contains libraries and header files for
@@ -90,6 +91,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
+* Thu Nov 1 2012 Michel Salim <salimma@fedoraproject.org> - 0.9-3
+- Development subpackage now depends on pkgconfig for directory ownership
+
* Tue Oct 9 2012 Michel Salim <salimma@fedoraproject.org> - 0.9-2
- Add note with workaround for building in mock for bug #857709