[dcmtk] Added more requires to devel package as per BZ922937. Added _isa to explicit requires

mrceresa mrceresa at fedoraproject.org
Wed Jul 10 07:51:53 UTC 2013


commit 41c75451fc40fd454adbb139ac25ed6f789a10d8
Author: Mario Ceresa <mario.ceresa at alma3d.com>
Date:   Wed Jul 10 09:51:36 2013 +0200

    Added more requires to devel package as per BZ922937. Added _isa to explicit requires

 dcmtk.spec |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/dcmtk.spec b/dcmtk.spec
index 6b311e2..47110cf 100644
--- a/dcmtk.spec
+++ b/dcmtk.spec
@@ -1,7 +1,7 @@
 Name: dcmtk
 Summary: Offis DICOM Toolkit (DCMTK)
 Version: 3.6.0
-Release: 13%{?dist}
+Release: 14%{?dist}
 License: BSD
 Group: Development/Libraries
 Source: ftp://dicom.offis.de/pub/dicom/offis/software/dcmtk/dcmtk360/dcmtk-3.6.0.tar.gz
@@ -43,8 +43,10 @@ Install DCMTK if you are working with DICOM format medical image files.
 %package devel
 Summary: Development Libraries and Headers for dcmtk
 Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
-Requires: CharLS-devel
+Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: CharLS-devel%{?_isa}
+Requires: libpng-devel%{?_isa}
+Requires: libtiff-devel%{?_isa}
 
 %description devel
 Development Libraries and Headers for dcmtk.  You only need to install
@@ -137,6 +139,10 @@ rm -rf $RPM_BUILD_ROOT
 %postun -p /sbin/ldconfig
 
 %changelog
+* Wed Jul 10 2013 Mario Ceresa <mrceresa AT fedoraproject DOT org> - 3.6.0-14
+- Added more requires to devel package as per BZ922937
+- Added _isa to explicit requires
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.6.0-13
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -193,4 +199,4 @@ rm -rf $RPM_BUILD_ROOT
 - tlslayer.cc patch for openssl 1.0 
 
 * Thu Feb 02 2006 Andy Loening <loening @ alum dot mit dot edu> 3.5.4-1
-- initial build
\ No newline at end of file
+- initial build


More information about the scm-commits mailing list