[gdcm] Update to 2.4.3

sebp sebp at fedoraproject.org
Mon Aug 4 12:59:55 UTC 2014


commit 2f2f8a8ad57ebb9b2c105f86fdecd8aca0954469
Author: Sebastian Pölsterl <poelster at in.tum.de>
Date:   Mon Aug 4 08:55:04 2014 -0400

    Update to 2.4.3

 .gitignore |    1 +
 gdcm.spec  |   15 +++++++--------
 sources    |    2 +-
 3 files changed, 9 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1f699c2..784b646 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /gdcm-2.4.0.tar.bz2
 /gdcm-2.4.1.tar.bz2
 /gdcm-2.4.2.tar.bz2
+/gdcm-2.4.3.tar.bz2
diff --git a/gdcm.spec b/gdcm.spec
index 69165d4..58eb931 100644
--- a/gdcm.spec
+++ b/gdcm.spec
@@ -5,8 +5,8 @@
 }
 
 Name:		gdcm
-Version:	2.4.2
-Release:	3%{?dist}
+Version:	2.4.3
+Release:	1%{?dist}
 Summary:	Grassroots DiCoM is a C++ library to parse DICOM medical files
 Group:		System Environment/Libraries
 License:	BSD
@@ -220,11 +220,6 @@ make install DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform}
 mv $RPM_BUILD_ROOT%{_libdir}/%{name}/*.cmake $RPM_BUILD_ROOT%{_datadir}/%{name}/
 rmdir $RPM_BUILD_ROOT%{_libdir}/%{name}
 
-# adding to installed docs in order to avoid using %%doc magic
-for f in AUTHORS Copyright.txt README.Copyright.txt README.txt ; do
-    cp -p $f ${RPM_BUILD_ROOT}%{_docdir}/%{name}/${f}
-done
-
 ## Cleaning Example dir from cmake cache files + remove 0-length files
 find %{_builddir}/%{?buildsubdir}/Examples -depth -name CMakeFiles | xargs rm -rf
 find %{_builddir}/%{?buildsubdir}/Examples -depth -size 0 | xargs rm -rf
@@ -244,7 +239,7 @@ make test -C %{_target_platform} || exit 0
 
 %files
 %dir %{_docdir}/%{name}
-%{_docdir}/%{name}/Copyright.txt
+%doc Copyright.txt
 %{_mandir}/man1/*.1*
 %{_bindir}/*
 %{_libdir}/*.so.*
@@ -253,6 +248,7 @@ make test -C %{_target_platform} || exit 0
 
 %files doc
 %{_docdir}/%{name}/
+%doc AUTHORS Copyright.txt README.Copyright.txt README.txt
 
 %files devel
 %{_includedir}/%{name}/
@@ -269,6 +265,9 @@ make test -C %{_target_platform} || exit 0
 %{python3_sitearch}/*
 
 %changelog
+* Mon Aug 04 2014 Sebastian Pölsterl <sebp at k-d-w.org> - 2.4.3-1
+- Update to 2.4.3
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index da87e6f..2813261 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-bb88d063e776c7aebf5931d0947f7eb9  gdcm-2.4.2.tar.bz2
+d378eff34554964d9146a6d1358651a2  gdcm-2.4.3.tar.bz2
 9e73255514b7406f365b615319ed9699  gdcmData.tar.gz


More information about the scm-commits mailing list