From 6ed8b4a91ed92d8b7d31618b845be1b3dcbff15f Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 9 Nov 2010 13:11:29 +0100 Subject: [PATCH 1/1] RPM 1.2.3-2. Depend on YAZ 4.1.0 --- yazpp.spec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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. -- 1.7.10.4