From 07ad9199de144045710afe92c6a61185899a8e6d Mon Sep 17 00:00:00 2001 From: Till Maas Date: Oct 18 2014 20:21:45 +0000 Subject: 2014-10-18: Orphaned and not available in the repo --- diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 6699dfa..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -joda-time-1.6-src.tar.gz -tzdata2008i.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..f5e7c40 --- /dev/null +++ b/dead.package @@ -0,0 +1,2 @@ +2014-10-18: Orphaned and not available in the repo + diff --git a/joda-time-use-system-junit.patch b/joda-time-use-system-junit.patch deleted file mode 100644 index 6d7e49a..0000000 --- a/joda-time-use-system-junit.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- joda-time-1.5.2-src/build.xml.debug 2008-01-26 22:16:33.000000000 +0900 -+++ joda-time-1.5.2-src/build.xml 2008-03-17 01:55:02.000000000 +0900 -@@ -127,29 +127,9 @@ - - - -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- - - -- - - - diff --git a/joda-time.spec b/joda-time.spec deleted file mode 100644 index 08dbb39..0000000 --- a/joda-time.spec +++ /dev/null @@ -1,140 +0,0 @@ -%define tzversion tzdata2008i - -Name: joda-time -Version: 1.6 -Release: 3.%{tzversion}%{?dist} -Summary: Java date and time API - -Group: Development/Libraries -License: ASL 2.0 -URL: http://joda-time.sourceforge.net/index.html -Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}-src.tar.gz -Source1: ftp://elsie.nci.nih.gov/pub/%{tzversion}.tar.gz -Patch0: joda-time-use-system-junit.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -BuildRequires: java-devel > 1.5.0 -BuildRequires: ant -BuildRequires: ant-nodeps -BuildRequires: jpackage-utils -BuildRequires: junit -Requires: java > 1.5.0 -Requires: jpackage-utils - -%description -Joda-Time provides a quality replacement for the Java date -and time classes. The design allows for multiple calendar -systems, while still providing a simple API. The 'default' -calendar is the ISO8601 standard which is used by XML. The -Gregorian, Julian, Buddhist, Coptic and Ethiopic systems -are also included, and we welcome further additions. -Supporting classes include time zone, duration, format -and parsing. - - -%package javadoc -Summary: Javadocs for %{name} -Group: Documentation -Requires: %{name} = %{version}-%{release} -Requires: jpackage-utils - - -%description javadoc -This package contains the API documentation for %{name}. - - -%prep -%setup -q -n %{name}-%{version}-src -%patch0 -p1 - -# all java binaries must be removed from the sources -find . -name '*.jar' -exec rm -f '{}' \; -find . -name '*.class' -exec rm -f '{}' \; - -# prove that these binaries aren't used in building joda-time -rm -rf src/testdata/ - -# replace internal tzdata -rm -f src/java/org/joda/time/tz/src/* -tar -xzf %{SOURCE1} -C src/java/org/joda/time/tz/src/ - - -%build -ant -ant javadoc - - -%install -rm -rf %{buildroot} - -# jars -install -d -m 755 %{buildroot}%{_javadir} -# Don't install a versioned jar and symlink to it, instead install -# the unversioned jar as per Java Packaging Guidelines -install -m 644 build/%{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar - -# javadocs -install -p -d -m 755 %{buildroot}%{_javadocdir}/%{name} -cp -a build/docs/* %{buildroot}%{_javadocdir}/%{name} - - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%doc LICENSE.txt RELEASE-NOTES.txt ToDo.txt -%{_javadir}/%{name}.jar - - -%files javadoc -%defattr(-,root,root,-) -%doc %{_javadocdir}/%{name} - - -%changelog -* Fri Jul 24 2009 Fedora Release Engineering - 1.6-3.tzdata2008i -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Wed Feb 25 2009 Fedora Release Engineering - 1.6-2.tzdata2008i -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Fri Dec 12 2008 Conrad Meyer - 1.6-1.tzdata2008i -- New upstream version (1.6). - -* Fri Oct 31 2008 Conrad Meyer - 1.5.2-10.tzdata2008i -- New tzdata. - -* Mon Oct 13 2008 Conrad Meyer - 1.5.2-7.tzdata2008g -- New tzdata (2008g). - -* Sat Aug 23 2008 Conrad Meyer - 1.5.2-7.tzdata2008e -- New version with new tzdata (2008e). - -* Sat Jul 19 2008 Conrad Meyer - 1.5.2-7.tzdata2008d -- New version with new tzdata (2008d). - -* Mon Jun 9 2008 Conrad Meyer - 1.5.2-6.tzdata2008c -- New version with new tzdata (2008c). - -* Sun Apr 6 2008 Conrad Meyer - 1.5.2-5.tzdata2008b -- Don't compile GCJ bits yet as we hit some GCJ bug. - -* Sat Apr 5 2008 Conrad Meyer - 1.5.2-4.tzdata2008b -- Update to tzdata2008b. -- Use unversioned jar. -- Some small things to comply with Java Packaging Guidelines. -- GCJ support. - -* Mon Mar 17 2008 Conrad Meyer - 1.5.2-3.tzdata2008a -- Many small changes from bz# 436239 comment 6. -- Change -javadocs to -javadoc in accordance with java packaging - guidelines draft. - -* Sun Mar 16 2008 Conrad Meyer - 1.5.2-2 -- Use system junit via Mamoru Tasaka's patch. - -* Mon Mar 3 2008 Conrad Meyer - 1.5.2-1 -- Initial package. diff --git a/sources b/sources deleted file mode 100644 index fc366f5..0000000 --- a/sources +++ /dev/null @@ -1,2 +0,0 @@ -8e59de208eb994010575e34179f2b580 joda-time-1.6-src.tar.gz -b659aac215ca5d1ef43c596cfb561252 tzdata2008i.tar.gz