hhorak pushed to community-mysql (f22). "Require -libs only when it is build"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 05:11:35 UTC 2015


>From df95dc8b675c9fd9ebdc34b6fdbf9527bed94b6a Mon Sep 17 00:00:00 2001
From: Honza Horak <hhorak at redhat.com>
Date: Fri, 6 Mar 2015 22:45:19 +0100
Subject: Require -libs only when it is build


diff --git a/community-mysql.spec b/community-mysql.spec
index 6d75300..ffc1b0a 100644
--- a/community-mysql.spec
+++ b/community-mysql.spec
@@ -289,7 +289,7 @@ the MySQL server and some accompanying files and directories.
 %package          devel
 Summary:          Files for development of MySQL applications
 Group:            Applications/Databases
-Requires:         %{name}-libs%{?_isa} = %{sameevr}
+%{?with_clibrary:Requires:         %{name}-libs%{?_isa} = %{sameevr}}
 Requires:         openssl-devel%{?_isa}
 %{?with_conflicts:Conflicts:        mariadb-devel}
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/community-mysql.git/commit/?h=f22&id=df95dc8b675c9fd9ebdc34b6fdbf9527bed94b6a


More information about the scm-commits mailing list