Hello community, here is the log from the commit of package dcmtk for openSUSE:Factory checked in at Mon Sep 26 17:02:27 CEST 2011.
-------- --- dcmtk/dcmtk.changes 2011-08-29 10:51:43.000000000 +0200 +++ /mounts/work_src_done/STABLE/dcmtk/dcmtk.changes 2011-09-22 18:18:15.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 22 18:17:07 UTC 2011 - [email protected] + +- Added build of development files. Without these other software + can't make use of this. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- wizard.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dcmtk.spec ++++++ --- /var/tmp/diff_new_pack.f2SJgK/_old 2011-09-26 17:02:14.000000000 +0200 +++ /var/tmp/diff_new_pack.f2SJgK/_new 2011-09-26 17:02:14.000000000 +0200 @@ -19,17 +19,18 @@ Name: dcmtk Version: 3.6.0 -Release: 1 +Release: 3 License: AS IS, BSD, ASL-2.0 Summary: DICOM Toolkit Url: http://dicom.offis.de/dcmtk.php.en Group: Productivity/Scientific/Other Source: dcmtk-3.6.0.tar.bz2 BuildRequires: cmake +BuildRequires: doxygen BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libopenssl-devel -BuildRequires: libpng-devel +BuildRequires: libpng14-compat-devel BuildRequires: libsndfile-devel BuildRequires: libtiff-devel BuildRequires: tcpd-devel @@ -41,6 +42,16 @@ DCMTK is a collection of libraries and applications implementing large parts the DICOM standard. +%package devel +Summary: Development files for %{name} +License: AS IS, BSD, ASL-2.0 +Group: Development/Libraries/C and C++ +Requires: %{name} = %{version} + +%description devel +This package provides development libraries and headers needed to build +software using %{name} + %prep %setup -q -n %{name}-%{version} @@ -49,13 +60,13 @@ make %install -%make_install +make install-all DESTDIR=%{?buildroot} mkdir -p %{buildroot}%{_docdir}/%{name} mv %{buildroot}%{_datadir}/doc/%{name} %{buildroot}%{_docdir}/%{name} -%if 0%{?suse_version} <= 1140 +%if 0%{?suse_version} < 1210 rm -r %{buildroot}%{_docdir}/dcmtk/dcmtk/ %else -%fdupes -s %{buildroot}%{_docdir}/%{name}/ %{buildroot}%{_docdir}/%{name}/%{name}/ +%fdupes -s %{buildroot}%{_docdir}/%{name}/ %endif %clean @@ -78,4 +89,10 @@ %{_datadir}/wlistqry %{_datadir}/wlistdb +%files devel +%defattr(-,root,root) +%doc COPYRIGHT FAQ HISTORY README VERSION +%{_includedir}/dcmtk/ +%{_libdir}/*.a + %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
