From 702a9101000cacfd5fc260c6ecbf45290bc1b17d Mon Sep 17 00:00:00 2001 From: Till Maas Date: May 19 2016 20:09:21 +0000 Subject: 2016-05-19: Retired orphaned package, because it was orphaned for more than six weeks. --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 7de6761..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -cal3d-0.11.0.tar.gz diff --git a/cal3d-0.11.0-gcc43.patch b/cal3d-0.11.0-gcc43.patch deleted file mode 100644 index f3b03df..0000000 --- a/cal3d-0.11.0-gcc43.patch +++ /dev/null @@ -1,51 +0,0 @@ ---- src/cal3d/hardwaremodel.cpp~ 2008-02-21 19:20:18.000000000 -0800 -+++ src/cal3d/hardwaremodel.cpp 2008-02-21 19:20:33.000000000 -0800 -@@ -12,7 +12,7 @@ - #include "config.h" - #endif - -- -+#include - #include "cal3d/error.h" - #include "cal3d/hardwaremodel.h" - #include "cal3d/coremodel.h" ---- src/cal3d/platform.cpp~ 2008-02-21 19:20:26.000000000 -0800 -+++ src/cal3d/platform.cpp 2008-02-21 19:20:40.000000000 -0800 -@@ -16,6 +16,7 @@ - // Includes // - //****************************************************************************// - -+#include - #include "cal3d/platform.h" - - /*****************************************************************************/ ---- src/cal3d/renderer.cpp~ 2008-02-21 19:30:35.000000000 -0800 -+++ src/cal3d/renderer.cpp 2008-02-21 19:30:43.000000000 -0800 -@@ -16,6 +16,7 @@ - // Includes // - //****************************************************************************// - -+#include - #include "cal3d/error.h" - #include "cal3d/renderer.h" - #include "cal3d/coremodel.h" ---- src/cal3d/submesh.cpp~ 2008-02-21 19:35:00.000000000 -0800 -+++ src/cal3d/submesh.cpp 2008-02-21 19:35:10.000000000 -0800 -@@ -12,6 +12,7 @@ - #include "config.h" - #endif - -+#include - #include "cal3d/submesh.h" - #include "cal3d/error.h" - #include "cal3d/coresubmesh.h" ---- src/cal3d_converter.cpp~ 2008-02-21 19:40:07.000000000 -0800 -+++ src/cal3d_converter.cpp 2008-02-21 19:40:22.000000000 -0800 -@@ -9,6 +9,7 @@ - // your option) any later version. // - //****************************************************************************// - -+#include - #include "cal3d/cal3d.h" - - #define SKELETON 0 diff --git a/cal3d.spec b/cal3d.spec deleted file mode 100644 index 3b96d81..0000000 --- a/cal3d.spec +++ /dev/null @@ -1,160 +0,0 @@ -Name: cal3d -Version: 0.11.0 -Release: 20%{?dist} -Summary: Skeletal based 3-D character animation library -License: LGPLv2+ -URL: http://gna.org/projects/cal3d -Source0: http://download.gna.org/%{name}/sources/%{name}-%{version}.tar.gz -Patch0: %{name}-0.11.0-gcc43.patch -BuildRequires: doxygen libtool -BuildRequires: docbook-utils - -%description -Cal3D is a skeletal based 3-D character animation library written in C++ -in a platform-/graphic API-independent way. - -%package devel -Summary: Header files, libraries and development documentation for Cal3D -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description devel -This package contains the header files, libraries and documentation -for Cal3D. - -%package doc -Summary: Documentation files for Cal3D -BuildArch: noarch - -%description doc -This package contains modeling documentation and a users guide for Cal3D. - -%prep -%setup -q -%patch0 -p0 -b .gcc43 - -%build -LIBTOOL=libtool %configure -make LIBTOOL=libtool %{?_smp_mflags} -( cd docs && make doc-guide && make doc-api ) - -%install -make install DESTDIR=%{buildroot} - -# remove libtool archives and static libraries -rm -f %{buildroot}%{_libdir}/*.la -rm -f %{buildroot}%{_libdir}/*.a - -%check -# https://gna.org/bugs/index.php?8416 -#make check - -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig - -%files -%doc AUTHORS ChangeLog COPYING README TODO -%{_bindir}/cal3d_converter -%{_mandir}/man1/cal3d_converter.1* -%{_libdir}/*.so.* - -%files devel -%doc docs/api/html/* -%{_includedir}/%{name} -%{_libdir}/pkgconfig/%{name}.pc -%{_libdir}/*.so - -%files doc -%doc docs/guide -# upstream forgot this for 0.11.0: docs/modeling - -%changelog -* Wed Feb 03 2016 Fedora Release Engineering - 0.11.0-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Wed Jun 17 2015 Fedora Release Engineering - 0.11.0-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 0.11.0-18 -- Rebuilt for GCC 5 C++11 ABI change - -* Fri Aug 15 2014 Fedora Release Engineering - 0.11.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 0.11.0-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sat Aug 03 2013 Fedora Release Engineering - 0.11.0-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 0.11.0-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 0.11.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 0.11.0-12 -- Rebuilt for c++ ABI breakage - -* Thu Jan 12 2012 Fedora Release Engineering - 0.11.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Tue Feb 08 2011 Fedora Release Engineering - 0.11.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Jul 24 2009 Fedora Release Engineering - 0.11.0-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Fedora Release Engineering - 0.11.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Sun Feb 15 2009 Ralf Corsépius - 0.11.0-7 -- Rebuild to have rpm add pkgconf(cal3d). - -* Thu Feb 21 2008 Christopher Stone 0.11.0-6 -- Add gcc4.3 patch -- Update %%license - -* Wed Feb 20 2008 Fedora Release Engineering - 0.11.0-5 -- Autorebuild for GCC 4.3 - -* Wed Jan 31 2007 Christopher Stone 0.11.0-4 -- Fix stupid type-o - -* Wed Jan 31 2007 Christopher Stone 0.11.0-3 -- Disable make check (https://gna.org/bugs/index.php?8416) -- Remove system call macros -- Use %{buildroot} instead of %%{buildroot} -- Some whitespace cleanup -- Use rm instead of %%exclude on static libs and libtool archives - -* Thu Aug 31 2006 Christopher Stone 0.11.0-2 -- FC6 Rebuild - -* Sat Jul 08 2006 Christohper Stone 0.11.0-1.fc6.1 -- Rebuild release bump - -* Thu Jul 08 2006 Christohper Stone 0.11.0-1 -- Update Source0 URL -- Remove autoconf patch -- Add cal3d_converter to %%files -- Make compatible with suse -- Temporarily comment out docs/modeling (upstream oversight) -- Add libtool and %%exclude .a file to work around rpath error - -* Tue Jun 13 2006 Christopher Stone 0.10.0-4 -- Add libtool to BuildRequires - -* Mon Jun 12 2006 Christopher Stone 0.10.0-3 -- Update URL -- Shortened summary description -- Removed %%{name} from devel/doc description and summary -- Add pkgconfig to Requires for devel -- Remove %%makeinstall -- Add %%check section - -* Sun May 21 2006 Christopher Stone 0.10.0-2 -- Move some devel documentation into doc package - -* Sat May 20 2006 Christopher Stone 0.10.0-1 -- Initial RPM release diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..164cb9a --- /dev/null +++ b/dead.package @@ -0,0 +1,3 @@ +2016-05-19: Retired orphaned package, because it was orphaned for +more than six weeks. + diff --git a/sources b/sources deleted file mode 100644 index 65cfacb..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -82ad09c1c28e73bc9596aec47237bfba cal3d-0.11.0.tar.gz