]> Creatis software - gdcm.git/commitdiff
* Remove bad (unused and older) spec file for linux packaging
authorregrain <regrain>
Fri, 22 Apr 2005 08:36:58 +0000 (08:36 +0000)
committerregrain <regrain>
Fri, 22 Apr 2005 08:36:58 +0000 (08:36 +0000)
   -- BeNours

Builder/gdcm.spec.in
gdcm.spec.in [deleted file]

index 6058d816c05f70cb56503c94add09c24a2f7b7da..b05a14162c3a7dc7f302e1246d81bc1bd97741f1 100644 (file)
@@ -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 <Fabrice.Bellet@creatis.insa-lyon.fr>
 
 %description
-write something here
-
-%changelog
-* Fri Apr 15 2005 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 1.0.0-1.20050415
-- rebuild a post 1.0.0 CVS version with cmake
-
-* Wed Mar 23 2005 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 0.4.1-4
-- rebuild for VTK cvs20040114.
-
-* Thu Nov 11 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 0.4.1-3
-- fix vtk/Makefile.am for FC3 automake
-- rebuild for Fedora Core 3
-
-* Thu May 27 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 0.4.1-2
-- rebuild for Fedora Core 2
-- debuginfo rebuild
-
-* Mon May  3 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
-- fixed some python paths.
-- update to version of 2004-04-20, for use with DaVaW.
-
-* Tue Feb 24 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
-- 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 <Fabrice.Bellet@creatis.insa-lyon.fr> 1.0.0-1.20050415
+- rebuild a post 1.0.0 CVS version with cmake
+
+* Wed Mar 23 2005 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 0.4.1-4
+- rebuild for VTK cvs20040114.
+
+* Thu Nov 11 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 0.4.1-3
+- fix vtk/Makefile.am for FC3 automake
+- rebuild for Fedora Core 3
+
+* Thu May 27 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr> 0.4.1-2
+- rebuild for Fedora Core 2
+- debuginfo rebuild
+
+* Mon May  3 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
+- fixed some python paths.
+- update to version of 2004-04-20, for use with DaVaW.
+
+* Tue Feb 24 2004 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
+- initial packaging.
+
+
diff --git a/gdcm.spec.in b/gdcm.spec.in
deleted file mode 100644 (file)
index d073f57..0000000
+++ /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 <Fabrice.Bellet@creatis.insa-lyon.fr>
-
-%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 <Fabrice.Bellet@creatis.insa-lyon.fr> 0.1.0-1
-- Rebuild for Red Hat Linux 7.3
-- First packaging.
-