diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8991f9f..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/jenslody-aeskulap-e467dfd.tar.gz diff --git a/aeskulap.spec b/aeskulap.spec deleted file mode 100644 index a53d721..0000000 --- a/aeskulap.spec +++ /dev/null @@ -1,212 +0,0 @@ -%global git e467dfd -%global github jenslody-aeskulap -%global checkout git%{git} -%global checkout_date 20151201 - -%if 0%{?fedora} < 23 -%global _hardened_build 1 -%endif - -Name: aeskulap -Version: 0.2.2 -Release: 0.25.beta1%{?dist} -Summary: Full open source replacement for commercially available DICOM viewers -# The sources of the (internal) libraries are LGPLv2+, the rest of the sources are GPLv2+, -# except binreloc.{c,h} and the documentation, which are in the public domain -License: GPLv2+ and LGPLv2+ and Public Domain -URL: https://github.com/jenslody/aeskulap - -Source0: https://github.com/jenslody/%{name}/tarball/master/%{github}-%{git}.tar.gz - -BuildRequires: dcmtk-devel -BuildRequires: intltool -BuildRequires: libpng-devel -BuildRequires: libjpeg-turbo-devel -BuildRequires: libtiff-devel -BuildRequires: libtool -BuildRequires: openssl-devel -BuildRequires: gettext-devel -BuildRequires: tcp_wrappers-devel -BuildRequires: desktop-file-utils -BuildRequires: pkgconfig(gtkmm-2.4) -BuildRequires: pkgconfig(libglademm-2.4) -BuildRequires: pkgconfig(gthread-2.0) -BuildRequires: pkgconfig(gconfmm-2.6) -BuildRequires: libappstream-glib -BuildRequires: GConf2 -Requires(pre): GConf2 -Requires(post): GConf2 -Requires(preun): GConf2 - -%description -Aeskulap is able to load a series of special images stored in the -DICOM format for review. Additionally Aeskulap is able to query -and fetch DICOM images from archive nodes (also called PACS) over -the network. - -The goal of this project is to create a full open source replacement -for commercially available DICOM viewers. - -Aeskulap is based on gtkmm, glademm and gconfmm and designed to run -under Linux. Ports of these packages are available for different -platforms. It should be quite easy to port Aeskulap to any platform -were these packages are available. - -%package doc -Summary: Documentation for aeskulap -BuildArch: noarch - -%description doc -Documentation for aeskulap. - -%prep -%setup -q -n %{github}-%{git} -autoreconf --force --install -intltoolize --force --copy --automake - -%build -# point to the correct lib version depending on the arch -sed -i 's/lib -ldcmjpeg/%{_lib} -ldcmjpeg/' configure configure.ac - -export CPPFLAGS='-std=c++11' -%configure --disable-static --disable-schemas-install -make %{?_smp_mflags} - -%install -export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 -%make_install - -desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop -appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/%{name}.appdata.xml - -%find_lang %{name} - -%pre -%gconf_schema_prepare %{name} - -%post -%gconf_schema_upgrade %{name} -touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : -/usr/bin/update-desktop-database &> /dev/null || : - -%preun -%gconf_schema_remove %{name} - -%postun -if [ $1 -eq 0 ] ; then - touch --no-create %{_datadir}/icons/hicolor &>/dev/null - gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : -fi -/usr/bin/update-desktop-database &> /dev/null || : - -%posttrans -gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : - -%files -f %{name}.lang -%{_bindir}/%{name} -%{_libdir}/%{name}/ -%{_datadir}/%{name}/ -%{_datadir}/icons/hicolor/64x64/apps/%{name}.png -%{_datadir}/icons/hicolor/scalable/apps/%{name}.svg -%{_datadir}/applications/%{name}.desktop -%{_datadir}/appdata/%{name}.appdata.xml -%{_sysconfdir}/gconf/schemas/%{name}.schemas -%exclude %{_libdir}/%{name}/*.la -%doc AUTHORS ABOUT-NLS ChangeLog README -%license COPYING COPYING.LIB - -%files doc -%doc doc/%{name}-tutorials.pdf -%license COPYING.DOC - -%changelog -* Tue Dec 01 2015 Jens Lody - 0.2.2-0.25.beta1 -- Add license file, to doc-package. - -* Tue Nov 24 2015 Jens Lody - 0.2.2-0.24.beta1 -- Fix dependency for doc- and debuginfo-package. -- Fix license strings in spec-file and appdata. -- Enable hardened build for F22 -- Added COPYING.LIB. - -* Sun Nov 22 2015 Jens Lody - 0.2.2-0.23.beta1 -- Use own fork of github-repo. -- Remove dcmtk-sources. -- Include all patches in source. -- Update autotools, to remove deprecated macros and reduce warnings. -- Add appdata-file. - -* Fri Nov 20 2015 Jens Lody - 0.2.2-0.22.beta1 -- Use github-repo, -- reduced amount of patches. - -* Thu Oct 08 2015 Jens Lody - 0.2.2-0.21beta1 -- Add '-std=c++11' flag, because (at least) recent glibmm24 requires it. -- Update desktop-database, as it is required by packaging guidelines. -- Added url for doc-file, -- Split off doc-package (~ 1MB). - -* Sun Oct 04 2015 Jens Lody - 0.2.2-0.20beta1 -- Add patch to work with dcmtk 3.6.1 -- Add patch to fix a crash in seriesview.cpp -- Do not clean buildroot before install -- Do not use defattr -- More consisten macro-usage - -* Fri Aug 15 2014 Fedora Release Engineering - 0.2.2-0.19beta1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.2.2-0.18beta1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.2.2-0.17beta1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Thu Mar 14 2013 Ankur Sinha 0.2.2-0.16beta1 -- Update patch - -* Thu Mar 14 2013 Ankur Sinha 0.2.2-0.15beta1 -- Update desktop file patch to correct mimetype - -* Wed Feb 13 2013 Fedora Release Engineering - 0.2.2-0.14beta1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Fri Jan 18 2013 Adam Tkac - 0.2.2-0.13beta1 -- rebuild due to "jpeg8-ABI" feature drop - -* Fri Dec 21 2012 Adam Tkac - 0.2.2-0.12beta1 -- rebuild against new libjpeg - -* Wed Jul 18 2012 Fedora Release Engineering - 0.2.2-0.11beta1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Mon May 07 2012 Ankur Sinha - 0.2.2-0.10beta1 -- Spec bump for libtiff update and rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 0.2.2-0.9beta1 -- Rebuilt for c++ ABI breakage - -* Thu Jan 12 2012 Fedora Release Engineering - 0.2.2-0.8beta1 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Fri Jan 06 2012 Ankur Sinha - 0.2.2-0.7beta1 -- spec bump for gcc 4.7 rebuild - -* Tue Dec 06 2011 Adam Jackson - 0.2.2-0.6beta1 -- Rebuild for new libpng - -* Sat Jul 09 2011 Ankur Sinha - 0.2.2-0.5beta1 -- Update scriptlets - -* Sat Jul 09 2011 Ankur Sinha - 0.2.2-0.4beta1 -- Update license - -* Mon Jul 04 2011 Ankur Sinha - 0.2.2-0.3beta1 -- remove autoconf patch and call autoreconf in the spec - -* Wed Jun 29 2011 Ankur Sinha - 0.2.2-0.2beta1 -- get rid of devel package -- add tutorials as additional documentation - -* Mon Jun 06 2011 Ankur Sinha - 0.2.2-0.1beta1 -- initial rpm build diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index ee0d8b7..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -0fe1766fd2c3ae37d06458ac57fc92a1 jenslody-aeskulap-e467dfd.tar.gz