From: regrain Date: Fri, 22 Apr 2005 08:36:58 +0000 (+0000) Subject: * Remove bad (unused and older) spec file for linux packaging X-Git-Tag: Version1.2.bp~762 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=4521854cda8630b5ab36bf2e1aeb47586bb70c0e;p=gdcm.git * Remove bad (unused and older) spec file for linux packaging -- BeNours --- diff --git a/Builder/gdcm.spec.in b/Builder/gdcm.spec.in index 6058d816..b05a1416 100644 --- a/Builder/gdcm.spec.in +++ b/Builder/gdcm.spec.in @@ -1,38 +1,20 @@ -Summary: gdcm +Summary: Dicom library Name: gdcm Version: @GDCM_VERSION@ -Release: 1.@GDCM_DATE@ +Release: @GDCM_VERSION@.@GDCM_DATE@ License: BSD Group: Development/Libraries +URL: http://www.creatis.insa-lyon.fr/Public/Gdcm #Source: ftp://ftp.creatis.insa-lyon.fr/gdcm/gdcm/gdcm.tar.gz Source: ../SOURCES/gdcm.tar.gz BuildRoot: /var/tmp/gdcm-%{version}-root +Requires: python2 +BuildRequires: doxygen, swig13, python2 Prereq: /sbin/install-info +Packager: Fabrice Bellet %description -write something here - -%changelog -* Fri Apr 15 2005 Fabrice Bellet 1.0.0-1.20050415 -- rebuild a post 1.0.0 CVS version with cmake - -* Wed Mar 23 2005 Fabrice Bellet 0.4.1-4 -- rebuild for VTK cvs20040114. - -* Thu Nov 11 2004 Fabrice Bellet 0.4.1-3 -- fix vtk/Makefile.am for FC3 automake -- rebuild for Fedora Core 3 - -* Thu May 27 2004 Fabrice Bellet 0.4.1-2 -- rebuild for Fedora Core 2 -- debuginfo rebuild - -* Mon May 3 2004 Fabrice Bellet -- fixed some python paths. -- update to version of 2004-04-20, for use with DaVaW. - -* Tue Feb 24 2004 Fabrice Bellet -- initial packaging. +gdcm is a library dedicated to read and write DICOM files. %prep %setup -q -n gdcm @@ -51,7 +33,7 @@ cmake . \ -DBUILD_EXAMPLES:BOOL=ON \ -DGDCM_VTK:BOOL=ON \ -DGDCM_WRAP_PYTHON:BOOL=ON \ --DGDCM_DOCUMENTATION:BOOL=OFF +-DGDCM_DOCUMENTATION:BOOL=ON %build make @@ -76,3 +58,26 @@ rm -rf $RPM_BUILD_ROOT %{_prefix}/include/* %{_prefix}/share/gdcm/* +%changelog +* Fri Apr 15 2005 Fabrice Bellet 1.0.0-1.20050415 +- rebuild a post 1.0.0 CVS version with cmake + +* Wed Mar 23 2005 Fabrice Bellet 0.4.1-4 +- rebuild for VTK cvs20040114. + +* Thu Nov 11 2004 Fabrice Bellet 0.4.1-3 +- fix vtk/Makefile.am for FC3 automake +- rebuild for Fedora Core 3 + +* Thu May 27 2004 Fabrice Bellet 0.4.1-2 +- rebuild for Fedora Core 2 +- debuginfo rebuild + +* Mon May 3 2004 Fabrice Bellet +- fixed some python paths. +- update to version of 2004-04-20, for use with DaVaW. + +* Tue Feb 24 2004 Fabrice Bellet +- initial packaging. + + diff --git a/gdcm.spec.in b/gdcm.spec.in deleted file mode 100644 index d073f57e..00000000 --- a/gdcm.spec.in +++ /dev/null @@ -1,48 +0,0 @@ -# Note that this is NOT a relocatable package -%define ver @VERSION@ -%define RELEASE 1 -%define rel %{?CUSTOM_RELEASE} %{!?CUSTOM_RELEASE:%RELEASE} -%define prefix /usr - -Summary: Dicom library -Name: gdcm -Version: %ver -Release: %rel -License: BSD -Group: Development/Tools -URL: http://www.creatis.insa-lyon.fr/Public/Gdcm -Source0: http://www.creatis.insa-lyon.fr/Public/Gdcm/gdcm-%{version}.tar.gz -BuildRoot: %{_tmppath}/gdcm-root -Requires: python2 -BuildRequires: doxygen, swig13, python2 -Packager: Fabrice Bellet - -%description -gdcm is a library dedicated to read and write DICOM files. - -%prep -%setup -q - -%build -%configure --enable-doxygen --enable-python -make - -%install -%makeinstall - -%clean -rm -rf $RPM_BUILD_ROOT - -%files -%defattr(-,root,root) -%doc AUTHORS INSTALL NEWS README TODO -%{_libdir}/libgdcm* -%{_datadir}/gdcm -%{_libdir}/python*/site-packages/gdcm -%{_includedir}/*.h - -%changelog -* Mon Mar 17 2003 Fabrice Bellet 0.1.0-1 -- Rebuild for Red Hat Linux 7.3 -- First packaging. -