From: Adam Dickmeiss Date: Tue, 9 Nov 2010 12:11:29 +0000 (+0100) Subject: RPM 1.2.3-2. Depend on YAZ 4.1.0 X-Git-Tag: v1.2.4~8 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=6ed8b4a91ed92d8b7d31618b845be1b3dcbff15f RPM 1.2.3-2. Depend on YAZ 4.1.0 --- diff --git a/yazpp.spec.in b/yazpp.spec.in index 0713631..c38812e 100644 --- a/yazpp.spec.in +++ b/yazpp.spec.in @@ -1,13 +1,13 @@ Summary: YAZ++ package (main) Name: yazpp Version: @VERSION@ -Release: 1 +Release: 2 License: BSD Group: Applications/Internet Vendor: Index Data ApS Source: yazpp-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: pkgconfig libyaz4-devel +BuildRequires: pkgconfig, libyaz4-devel >= 4.1.0 Packager: Adam Dickmeiss URL: http://www.indexdata.com/yazplusplus @@ -17,7 +17,7 @@ YAZ++ package. %package -n libyazpp4 Summary: YAZ++ and ZOOM library Group: Libraries -Requires: libyaz4 +Requires: libyaz4 >= 4.1.0 %description -n libyazpp4 Libraries for the YAZ++ package. @@ -25,7 +25,7 @@ Libraries for the YAZ++ package. %package -n libyazpp4-devel Summary: Z39.50 Library - development package Group: Development/Libraries -Requires: libyazpp4 = %{version} libyaz4-devel +Requires: libyazpp4 = %{version}, libyaz4-devel %description -n libyazpp4-devel Development libraries and include files for the YAZ++ package.