notting pushed to gwenhywfar (f22). "- hardcode some dependencies in -devel package to work around #1207945"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 1 14:54:55 UTC 2015


>From a8081c2705f98be35ceee222a9685f0c24445aa6 Mon Sep 17 00:00:00 2001
From: Bill Nottingham <notting at splat.cc>
Date: Wed, 1 Apr 2015 10:35:41 -0400
Subject: - hardcode some dependencies in -devel package to work around
 #1207945


diff --git a/gwenhywfar.spec b/gwenhywfar.spec
index 413de1a..fc79584 100644
--- a/gwenhywfar.spec
+++ b/gwenhywfar.spec
@@ -4,7 +4,7 @@
 Summary: A multi-platform helper library for other libraries
 Name: gwenhywfar
 Version: 4.13.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 # Download is PHP form at http://www.aquamaniac.de/sites/download/packages.php
 Source: %{name}-%{ver}.tar.gz
 Group: System Environment/Libraries
@@ -26,7 +26,10 @@ and AqBanking/AqHBCI, the German online banking libraries.
 %package devel
 Summary: Gwenhywfar development kit
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+# Workaround for #1207945
+Requires: %{name}-gui-qt4%{?_isa} = %{version}-%{release}
+Requires: %{name}-gui-gtk2%{?_isa} = %{version}-%{release}
 Requires: pkgconfig
 %description devel
 This package contains gwenhywfar-config and header files for writing and
@@ -115,6 +118,9 @@ find $RPM_BUILD_ROOT -name *.la -exec rm -f {} \;
 %{_libdir}/libgwengui-cpp.so.*
 
 %changelog
+* Wed Apr  1 2015 Bill Nottingham <notting at splat.cc> - 4.13.1-2
+- hardcode some dependencies in -devel package to work around #1207945
+
 * Mon Mar 23 2015 Robert Scheck <robert at fedoraproject.org> - 4.13.1-1
 - update to latest upstream
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/gwenhywfar.git/commit/?h=f22&id=a8081c2705f98be35ceee222a9685f0c24445aa6


More information about the scm-commits mailing list