[source-highlight-qt] fix req in -devel subpackage

terjeros terjeros at fedoraproject.org
Thu Mar 7 21:44:36 UTC 2013


commit b4920af23fb3590205cfbe940e3062be31f626f2
Author: Terje Røsten <terje.rosten at ntnu.no>
Date:   Thu Mar 7 22:44:33 2013 +0100

    fix req in -devel subpackage

 source-highlight-qt.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/source-highlight-qt.spec b/source-highlight-qt.spec
index 2891143..94a5390 100644
--- a/source-highlight-qt.spec
+++ b/source-highlight-qt.spec
@@ -1,7 +1,7 @@
 Summary:       Library for performing syntax highlighting in Qt documents
 Name:          source-highlight-qt
 Version:       0.2.3
-Release:       2%{?dist}
+Release:       3%{?dist}
 License:       GPLv3
 URL:           http://srchiliteqt.sourceforge.net/
 Source0:       http://downloads.sourceforge.net/project/srchiliteqt/source-highlight-qt/source-highlight-qt-%{version}.tar.gz
@@ -22,6 +22,8 @@ Source-highlight might be useful.
 Summary:       Header files, libraries and development documentation for %{name}
 Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
+Requires:      source-highlight-devel
+Requires:      qt-devel
 
 %description   devel
 This package contains the header files, static libraries and
@@ -63,6 +65,9 @@ make check
 %{_libdir}/pkgconfig/source-highlight-qt4.pc
 
 %changelog
+* Thu Mar 07 2013 Terje Rosten <terje.rosten at ntnu.no> - 0.2.3-3
+- fix req in -devel subpackage
+
 * Fri Mar 01 2013 Terje Rosten <terje.rosten at ntnu.no> - 0.2.3-2
 - enable tests
 - remove buildroot cleaning


More information about the scm-commits mailing list