From df5b778df495757c0974961168b0aac163a1b6ab Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 7 Nov 2008 03:49:17 +0000 Subject: [PATCH 01/28] Initialize branch F-10 for appframework --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..dc32377 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-10 From 0364148a59e0d42055731a4478fa4dd96c2a1ada Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Tue, 24 Feb 2009 01:27:03 +0000 Subject: [PATCH 02/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index c66a4c7..e4a2504 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Mon Feb 23 2009 Fedora Release Engineering - 1.03-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Aug 27 2008 Victor G. Vasilyev 1.03-4 - The %%defattr(-,root,root,-) is used everywhere From 96c499988609d7e3588231c80bccf448258fbd32 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Fri, 24 Jul 2009 16:58:52 +0000 Subject: [PATCH 03/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index e4a2504..a2f9938 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 5%{?dist} +Release: 6%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Fri Jul 24 2009 Fedora Release Engineering - 1.03-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Mon Feb 23 2009 Fedora Release Engineering - 1.03-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From 2a12fe63a257ab5d1922b22391ff4d2f48f2866c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:40:16 +0000 Subject: [PATCH 04/28] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4939f44..69fe76b 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: appframework -# $Id$ +# $Id: Makefile,v 1.1 2008/08/29 04:29:14 kevin Exp $ NAME := appframework SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From 79c71dbd7cfdb044af042945b33df5bd4be8b9f4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Thu, 26 Nov 2009 01:28:26 +0000 Subject: [PATCH 05/28] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4939f44..69fe76b 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,10 @@ # Makefile for source rpm: appframework -# $Id$ +# $Id: Makefile,v 1.1 2008/08/29 04:29:14 kevin Exp $ NAME := appframework SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From bea98a0054f235cc24daadffc26ee7365d121dc8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:06:00 +0000 Subject: [PATCH 06/28] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- import.log | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 69fe76b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: appframework -# $Id: Makefile,v 1.1 2008/08/29 04:29:14 kevin Exp $ -NAME := appframework -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/import.log b/import.log deleted file mode 100644 index a7631a8..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -appframework-1_03-4_fc10:HEAD:appframework-1.03-4.fc10.src.rpm:1220006848 From 3de2de076398fb777983d20327367d528785c7b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 10:06:00 +0000 Subject: [PATCH 07/28] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 69fe76b..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: appframework -# $Id: Makefile,v 1.1 2008/08/29 04:29:14 kevin Exp $ -NAME := appframework -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/branch b/branch deleted file mode 100644 index dc32377..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-10 diff --git a/import.log b/import.log deleted file mode 100644 index a7631a8..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -appframework-1_03-4_fc10:HEAD:appframework-1.03-4.fc10.src.rpm:1220006848 From ce105f58985b29049879c7527e34028daa93d6cf Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:48:56 -0600 Subject: [PATCH 08/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index a2f9938..f528a3d 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.03-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Fri Jul 24 2009 Fedora Release Engineering - 1.03-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 22497871a96bd5fe8cc97927bd0b7c337c2a887f Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 12 Jan 2012 15:40:25 -0600 Subject: [PATCH 09/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index f528a3d..49c6289 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Thu Jan 12 2012 Fedora Release Engineering - 1.03-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.03-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 6c6791ee42412084ed7dea06937a41609695efec Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 18 Jul 2012 11:26:32 -0500 Subject: [PATCH 10/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 49c6289..e6c0bc0 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Wed Jul 18 2012 Fedora Release Engineering - 1.03-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Thu Jan 12 2012 Fedora Release Engineering - 1.03-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From 3aacb9e9b7068fada7a77a48c66fe7ba97020b62 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 13 Feb 2013 10:56:34 -0600 Subject: [PATCH 11/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index e6c0bc0..f99e972 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Wed Feb 13 2013 Fedora Release Engineering - 1.03-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Wed Jul 18 2012 Fedora Release Engineering - 1.03-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 5f8bb2e67efac4e2d3151caa74974c53d44917a6 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Aug 2013 20:32:13 -0500 Subject: [PATCH 12/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index f99e972..83d0702 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -72,6 +72,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name}-%{version}/* %changelog +* Sat Aug 03 2013 Fedora Release Engineering - 1.03-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 1.03-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From 0bafd4acc4dd114af7d7ed73161e632b213e0b25 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 5 Aug 2013 15:23:16 -0400 Subject: [PATCH 13/28] Fix build dependencies --- appframework.spec | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/appframework.spec b/appframework.spec index 83d0702..5b86742 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -10,19 +10,19 @@ Source0: https://appframework.dev.java.net/downloads/AppFramework-1.03-src.zip Patch0: %{name}-%{version}-no-local-storage.diff Patch1: %{name}-%{version}-openjdk.diff -BuildRequires: ant -BuildRequires: ant-nodeps -BuildRequires: ant-junit BuildRequires: java-devel >= 1:1.6.0 BuildRequires: jpackage-utils + +BuildRequires: ant +BuildRequires: ant-junit BuildRequires: swing-layout >= 1.0.3 Requires: java >= 1:1.6.0 Requires: jpackage-utils + Requires: swing-layout >= 1.0.3 BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %description The JSR-296 Swing Application Framework prototype implementation is a small @@ -49,17 +49,12 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{ant} -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist %install -%{__rm} -fr %{buildroot} # jar %{__install} -d -m 755 %{buildroot}%{_javadir} -%{__install} -m 644 dist/AppFramework-1.03.jar %{buildroot}%{_javadir}/%{name}-%{version}.jar -%{__ln_s} %{name}-%{version}.jar %{buildroot}%{_javadir}/%{name}.jar +%{__install} -m 644 dist/AppFramework-1.03.jar %{buildroot}%{_javadir}/%{name}.jar # javadoc -%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name}-%{version} -%{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name}-%{version} - -%clean -%{__rm} -rf %{buildroot} +%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name} +%{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name} %files %defattr(-,root,root,-) @@ -68,10 +63,13 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %files javadoc %defattr(-,root,root,-) -%dir %{_javadocdir}/%{name}-%{version} -%{_javadocdir}/%{name}-%{version}/* +%{_javadocdir}/%{name} %changelog +* Mon Aug 05 2013 Omair Majid - 1.03-12 +- Update to comply with latest guidelines +- Fix build dependencies + * Sat Aug 03 2013 Fedora Release Engineering - 1.03-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From 918bea6a31de875d9a6f0c1a07236ca24d5647db Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 6 Jun 2014 20:11:39 -0500 Subject: [PATCH 14/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 5b86742..6cec6f9 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -66,6 +66,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Sat Jun 07 2014 Fedora Release Engineering - 1.03-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Mon Aug 05 2013 Omair Majid - 1.03-12 - Update to comply with latest guidelines - Fix build dependencies From 995bb93e7dd696a8d084719a02f04f824f80dab3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 17 Jun 2015 00:50:41 +0000 Subject: [PATCH 15/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 6cec6f9..8673b64 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -66,6 +66,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Wed Jun 17 2015 Fedora Release Engineering - 1.03-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Sat Jun 07 2014 Fedora Release Engineering - 1.03-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 21071a7410bcb5672a3fee7234b62d9fa35a8bba Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Mon, 22 Jun 2015 14:31:31 -0400 Subject: [PATCH 16/28] Fix FTBFS - Don't (build)require jpackage-utils - Disable doclint when building javadoc --- appframework-1.03-disable-doclint.diff | 12 ++++++++++++ appframework.spec | 13 ++++++++----- 2 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 appframework-1.03-disable-doclint.diff diff --git a/appframework-1.03-disable-doclint.diff b/appframework-1.03-disable-doclint.diff new file mode 100644 index 0000000..eb029df --- /dev/null +++ b/appframework-1.03-disable-doclint.diff @@ -0,0 +1,12 @@ +diff -ruN build.xml build.xml +--- build.xml 2007-10-19 09:03:22.000000000 -0400 ++++ build.xml 2015-06-22 14:10:33.507799264 -0400 +@@ -127,7 +127,7 @@ + --> + + +- ++ + + + diff --git a/appframework.spec b/appframework.spec index 8673b64..9619239 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -9,16 +9,14 @@ Group: Development/Libraries Source0: https://appframework.dev.java.net/downloads/AppFramework-1.03-src.zip Patch0: %{name}-%{version}-no-local-storage.diff Patch1: %{name}-%{version}-openjdk.diff - -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: jpackage-utils +Patch2: %{name}-%{version}-disable-doclint.diff BuildRequires: ant BuildRequires: ant-junit BuildRequires: swing-layout >= 1.0.3 Requires: java >= 1:1.6.0 -Requires: jpackage-utils +Requires: javapackages-tools Requires: swing-layout >= 1.0.3 @@ -44,6 +42,7 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %patch0 -b .sav %patch1 -p1 -b .sav +%patch2 -b .sav %build %{ant} -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist @@ -66,6 +65,10 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Mon Jun 22 2015 Omair Majid - 1.03-15 +- Don't (build)require jpackage-utils +- Disable doclint when building javadocs + * Wed Jun 17 2015 Fedora Release Engineering - 1.03-14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From 07892e8cb93fe3c2e25b53fffd02c037b71d911d Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 3 Feb 2016 16:22:36 +0000 Subject: [PATCH 17/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 9619239..6271c57 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -65,6 +65,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Wed Feb 03 2016 Fedora Release Engineering - 1.03-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Mon Jun 22 2015 Omair Majid - 1.03-15 - Don't (build)require jpackage-utils - Disable doclint when building javadocs From 5584a040a5451d8bab79e4a2fd80d4f9bcfff374 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 10 Feb 2017 06:09:12 +0000 Subject: [PATCH 18/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 6271c57..ce11620 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -65,6 +65,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Fri Feb 10 2017 Fedora Release Engineering - 1.03-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Wed Feb 03 2016 Fedora Release Engineering - 1.03-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 7d986924d8425356fbece2285b74d95d517a7e2f Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Fri, 24 Mar 2017 15:24:01 -0400 Subject: [PATCH 19/28] Fix build on f26/rawhide Add BuildRequires java-devel for javadoc tool. --- appframework.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appframework.spec b/appframework.spec index ce11620..929f651 100644 --- a/appframework.spec +++ b/appframework.spec @@ -13,6 +13,7 @@ Patch2: %{name}-%{version}-disable-doclint.diff BuildRequires: ant BuildRequires: ant-junit +BuildRequires: java-devel >= 1:1.6.0 BuildRequires: swing-layout >= 1.0.3 Requires: java >= 1:1.6.0 @@ -65,6 +66,10 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Fri Mar 24 2017 omajid@redhat.com - 1.03-17 +- Add BuildRequires on java-devel +- Resolves RHBZ 1423226 + * Fri Feb 10 2017 Fedora Release Engineering - 1.03-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From f6e3c0103a3b192544a84096d29435edf8cc1a9b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 26 Jul 2017 03:06:31 +0000 Subject: [PATCH 20/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 929f651..e079f87 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -66,6 +66,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Wed Jul 26 2017 Fedora Release Engineering - 1.03-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Fri Mar 24 2017 omajid@redhat.com - 1.03-17 - Add BuildRequires on java-devel - Resolves RHBZ 1423226 From 47603fb86551df39adad00e7cd776e7d61636da9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 7 Feb 2018 02:38:08 +0000 Subject: [PATCH 21/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index e079f87..7164ac1 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -66,6 +66,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Wed Feb 07 2018 Fedora Release Engineering - 1.03-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Wed Jul 26 2017 Fedora Release Engineering - 1.03-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 4e8ddbfce20314f1ae4574c6f2042282ac067b06 Mon Sep 17 00:00:00 2001 From: Jason Tibbitts Date: Tue, 10 Jul 2018 00:11:04 -0500 Subject: [PATCH 22/28] Remove needless use of %defattr --- appframework.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/appframework.spec b/appframework.spec index 7164ac1..d20546f 100644 --- a/appframework.spec +++ b/appframework.spec @@ -57,12 +57,10 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name} %files -%defattr(-,root,root,-) %{_javadir}/* %doc COPYING README %files javadoc -%defattr(-,root,root,-) %{_javadocdir}/%{name} %changelog From 098c079e0d56855e6e6ba947a3c6bb9e5386d82f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 12 Jul 2018 20:24:54 +0000 Subject: [PATCH 23/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index d20546f..353d2ab 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -64,6 +64,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Thu Jul 12 2018 Fedora Release Engineering - 1.03-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Feb 07 2018 Fedora Release Engineering - 1.03-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From cc6828d3dd2e61b81a9c26688c95ed39aac07663 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 28 Jan 2019 20:17:39 +0100 Subject: [PATCH 24/28] Remove obsolete Group tag References: https://fedoraproject.org/wiki/Changes/Remove_Group_Tag --- appframework.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/appframework.spec b/appframework.spec index 353d2ab..85d8bb2 100644 --- a/appframework.spec +++ b/appframework.spec @@ -4,7 +4,6 @@ Release: 20%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ -Group: Development/Libraries Source0: https://appframework.dev.java.net/downloads/AppFramework-1.03-src.zip Patch0: %{name}-%{version}-no-local-storage.diff @@ -29,7 +28,6 @@ set of Java classes that simplify building desktop applications. %package javadoc Summary: Javadoc for %{name} -Group: Documentation %description javadoc Javadoc for %{name}. From 4aa3d3fec86508cb7557a84b13c4e6f48c27032d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 31 Jan 2019 13:36:12 +0000 Subject: [PATCH 25/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 85d8bb2..60a6a84 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -62,6 +62,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Thu Jan 31 2019 Fedora Release Engineering - 1.03-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Thu Jul 12 2018 Fedora Release Engineering - 1.03-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 2cd24175bc3a826118be7f068c45a32b31a52265 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 24 Jul 2019 18:13:26 +0000 Subject: [PATCH 26/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 60a6a84..065d446 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -62,6 +62,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Wed Jul 24 2019 Fedora Release Engineering - 1.03-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Thu Jan 31 2019 Fedora Release Engineering - 1.03-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From 542ba0d5f0e7d7e21caa92cf53806bbc128ab7c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 28 Jan 2020 11:51:16 +0000 Subject: [PATCH 27/28] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- appframework.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appframework.spec b/appframework.spec index 065d446..13de397 100644 --- a/appframework.spec +++ b/appframework.spec @@ -1,6 +1,6 @@ Name: appframework Version: 1.03 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Swing Application Framework License: LGPLv2+ URL: https://appframework.dev.java.net/ @@ -62,6 +62,9 @@ find . -name "*.jar" -exec %{__rm} -f {} \; %{_javadocdir}/%{name} %changelog +* Tue Jan 28 2020 Fedora Release Engineering - 1.03-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Wed Jul 24 2019 Fedora Release Engineering - 1.03-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 0ac332caedda5c882e1d300e1866db64c1599766 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 30 Mar 2020 13:53:33 +0200 Subject: [PATCH 28/28] Orphaned for 6+ weeks --- .gitignore | 1 - appframework-1.03-disable-doclint.diff | 12 -- appframework-1.03-no-local-storage.diff | 47 ------- appframework-1.03-openjdk.diff | 47 ------- appframework.spec | 164 ------------------------ dead.package | 1 + sources | 1 - 7 files changed, 1 insertion(+), 272 deletions(-) delete mode 100644 .gitignore delete mode 100644 appframework-1.03-disable-doclint.diff delete mode 100644 appframework-1.03-no-local-storage.diff delete mode 100644 appframework-1.03-openjdk.diff delete mode 100644 appframework.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 4e3d637..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -AppFramework-1.03-src.zip diff --git a/appframework-1.03-disable-doclint.diff b/appframework-1.03-disable-doclint.diff deleted file mode 100644 index eb029df..0000000 --- a/appframework-1.03-disable-doclint.diff +++ /dev/null @@ -1,12 +0,0 @@ -diff -ruN build.xml build.xml ---- build.xml 2007-10-19 09:03:22.000000000 -0400 -+++ build.xml 2015-06-22 14:10:33.507799264 -0400 -@@ -127,7 +127,7 @@ - --> - - -- -+ - - - diff --git a/appframework-1.03-no-local-storage.diff b/appframework-1.03-no-local-storage.diff deleted file mode 100644 index 1f37d89..0000000 --- a/appframework-1.03-no-local-storage.diff +++ /dev/null @@ -1,47 +0,0 @@ ---- src/org/jdesktop/application/LocalStorage.orig 2007-12-13 10:40:54.000000000 +0100 -+++ src/org/jdesktop/application/LocalStorage.java 2007-12-13 10:42:01.000000000 +0100 -@@ -31,11 +31,6 @@ - import java.security.PrivilegedAction; - import java.util.logging.Level; - import java.util.logging.Logger; --import javax.jnlp.BasicService; --import javax.jnlp.FileContents; --import javax.jnlp.PersistenceService; --import javax.jnlp.ServiceManager; --import javax.jnlp.UnavailableServiceException; - - - /** -@@ -377,7 +372,7 @@ - } - } - if (bsFound && psFound) { -- return new PersistenceServiceIO(); -+ //return new PersistenceServiceIO(); - } - } - catch (Exception ignore) { -@@ -385,7 +380,7 @@ - } - return null; - } -- -+/* - private class PersistenceServiceIO extends LocalIO { - private BasicService bs; - private PersistenceService ps; -@@ -442,7 +437,7 @@ - catch (FileNotFoundException e) { - /* Verify that the max size for new PersistenceService - * files is >= 100K (2^17) before opening one. -- */ -+ * / - long maxSizeRequest = 131072L; - long maxSize = ps.create(fileURL, maxSizeRequest); - if (maxSize >= maxSizeRequest) { -@@ -473,4 +468,5 @@ - } - } - } -+ */ - } diff --git a/appframework-1.03-openjdk.diff b/appframework-1.03-openjdk.diff deleted file mode 100644 index ce98e3d..0000000 --- a/appframework-1.03-openjdk.diff +++ /dev/null @@ -1,47 +0,0 @@ -diff -Nur AppFramework-1.03/nbproject/project.properties AppFramework-1.03.new/nbproject/project.properties ---- AppFramework-1.03/nbproject/project.properties 2007-09-20 17:29:34.000000000 +0400 -+++ AppFramework-1.03.new/nbproject/project.properties 2008-07-15 21:18:28.000000000 +0400 -@@ -16,9 +16,15 @@ - dist.dir=dist - dist.jar=${dist.dir}/AppFramework.jar - dist.javadoc.dir=${dist.dir}/javadoc --file.reference.swing-worker.jar=lib/swing-worker.jar -+# As of Java 6, SwingWorker is included in the JRE. -+# file.reference.swing-worker.jar=lib/swing-worker.jar -+# The SwingWorker class isn't accessible in OpenJDK until rt.jur is added to classpath. -+file.reference.swing-worker.jar=/usr/lib/jvm/java/jre/lib/rt.jar - osx.jnlp.classpath=/Applications/Utilities/Java/Java\ Web\ Start.app/Contents/MacOS/javaws.jar --jnlp.classpath=${java.home}/lib/javaws.jar -+# In OpenJDK (java-1.6.0-openjdk-1.6.0.0-0.10.b09.fc9) the classes of the javaws.jar are placed into rt.jar. -+# jnlp.classpath=${java.home}/lib/javaws.jar -+# The classes of the javax.jnlp package aren't accessible in OpenJDK until rt.jar is added to classpath. -+jnlp.classpath=/usr/lib/jvm/java/jre/lib/rt.jar - jar.compress=false - javac.classpath=\ - ${jnlp.classpath}:\ -diff -Nur AppFramework-1.03/src/org/jdesktop/application/Task.java AppFramework-1.03.new/src/org/jdesktop/application/Task.java ---- AppFramework-1.03/src/org/jdesktop/application/Task.java 2007-10-31 16:04:48.000000000 +0300 -+++ AppFramework-1.03.new/src/org/jdesktop/application/Task.java 2008-07-16 01:02:49.000000000 +0400 -@@ -15,8 +15,8 @@ - import java.util.concurrent.TimeUnit; - import java.util.logging.Level; - import java.util.logging.Logger; --import org.jdesktop.swingworker.SwingWorker; --import org.jdesktop.swingworker.SwingWorker.StateValue; -+import javax.swing.SwingWorker; -+import javax.swing.SwingWorker.StateValue; - - - /** -diff -Nur AppFramework-1.03/src/org/jdesktop/application/TaskMonitor.java AppFramework-1.03.new/src/org/jdesktop/application/TaskMonitor.java ---- AppFramework-1.03/src/org/jdesktop/application/TaskMonitor.java 2007-09-20 17:29:36.000000000 +0400 -+++ AppFramework-1.03.new/src/org/jdesktop/application/TaskMonitor.java 2008-07-16 01:01:10.000000000 +0400 -@@ -9,7 +9,7 @@ - import java.util.Iterator; - import java.util.LinkedList; - import java.util.List; --import org.jdesktop.swingworker.SwingWorker.StateValue; -+import javax.swing.SwingWorker.StateValue; - - - /** diff --git a/appframework.spec b/appframework.spec deleted file mode 100644 index 13de397..0000000 --- a/appframework.spec +++ /dev/null @@ -1,164 +0,0 @@ -Name: appframework -Version: 1.03 -Release: 23%{?dist} -Summary: Swing Application Framework -License: LGPLv2+ -URL: https://appframework.dev.java.net/ - -Source0: https://appframework.dev.java.net/downloads/AppFramework-1.03-src.zip -Patch0: %{name}-%{version}-no-local-storage.diff -Patch1: %{name}-%{version}-openjdk.diff -Patch2: %{name}-%{version}-disable-doclint.diff - -BuildRequires: ant -BuildRequires: ant-junit -BuildRequires: java-devel >= 1:1.6.0 -BuildRequires: swing-layout >= 1.0.3 - -Requires: java >= 1:1.6.0 -Requires: javapackages-tools - -Requires: swing-layout >= 1.0.3 - -BuildArch: noarch - -%description -The JSR-296 Swing Application Framework prototype implementation is a small -set of Java classes that simplify building desktop applications. - -%package javadoc -Summary: Javadoc for %{name} - -%description javadoc -Javadoc for %{name}. - -%prep - -%setup -q -n AppFramework-%{version} - -# remove all binary libs -find . -name "*.jar" -exec %{__rm} -f {} \; - -%patch0 -b .sav -%patch1 -p1 -b .sav -%patch2 -b .sav - -%build -%{ant} -Dlibs.swing-layout.classpath=%{_javadir}/swing-layout.jar dist - -%install -# jar -%{__install} -d -m 755 %{buildroot}%{_javadir} -%{__install} -m 644 dist/AppFramework-1.03.jar %{buildroot}%{_javadir}/%{name}.jar -# javadoc -%{__install} -d -m 755 %{buildroot}%{_javadocdir}/%{name} -%{__cp} -pr dist/javadoc/* %{buildroot}%{_javadocdir}/%{name} - -%files -%{_javadir}/* -%doc COPYING README - -%files javadoc -%{_javadocdir}/%{name} - -%changelog -* Tue Jan 28 2020 Fedora Release Engineering - 1.03-23 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Wed Jul 24 2019 Fedora Release Engineering - 1.03-22 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Thu Jan 31 2019 Fedora Release Engineering - 1.03-21 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Thu Jul 12 2018 Fedora Release Engineering - 1.03-20 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Wed Feb 07 2018 Fedora Release Engineering - 1.03-19 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Wed Jul 26 2017 Fedora Release Engineering - 1.03-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Fri Mar 24 2017 omajid@redhat.com - 1.03-17 -- Add BuildRequires on java-devel -- Resolves RHBZ 1423226 - -* Fri Feb 10 2017 Fedora Release Engineering - 1.03-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Wed Feb 03 2016 Fedora Release Engineering - 1.03-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Mon Jun 22 2015 Omair Majid - 1.03-15 -- Don't (build)require jpackage-utils -- Disable doclint when building javadocs - -* Wed Jun 17 2015 Fedora Release Engineering - 1.03-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.03-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Mon Aug 05 2013 Omair Majid - 1.03-12 -- Update to comply with latest guidelines -- Fix build dependencies - -* Sat Aug 03 2013 Fedora Release Engineering - 1.03-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Wed Feb 13 2013 Fedora Release Engineering - 1.03-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Wed Jul 18 2012 Fedora Release Engineering - 1.03-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Thu Jan 12 2012 Fedora Release Engineering - 1.03-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 1.03-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Fri Jul 24 2009 Fedora Release Engineering - 1.03-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - -* Mon Feb 23 2009 Fedora Release Engineering - 1.03-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild - -* Wed Aug 27 2008 Victor G. Vasilyev 1.03-4 -- The %%defattr(-,root,root,-) is used everywhere - -* Mon Aug 25 2008 Victor G. Vasilyev 1.03-3 -- Use the %%{ant} instead of the ant command -- Use the %%{version} in the "-n" option of the %%setup - -* Wed Aug 14 2008 Victor G. Vasilyev 1.03-2 -- java-devel & jpackage-utils are added as the build requirements. -- jpackage-utils is added as the run-time requirement. -- Appropriate values of Group Tags are chosen from the official list. -- Redundant run-time requirements for /bin/* utilities are removed. -- A ghost symlink for javadoc package is removed. -- Documentation added. -- Both build-time and run-time requirements for the swing-layout package are added. -- Redundant dependency on swing-worker is removed. - -* Mon Jul 14 2008 Victor G. Vasilyev 1.03-1 -- Fix version number 1.0.3 -> 1.03 . -- Remove swingworker from requirement due to JRE 6 includes it. -- Fix Summary. -- Change BuldRoot. -- Bootstrap into Fedora. - -* Thu Jun 19 2008 Thierry Vignaud 0:1.0.3-3mdv2009.0 -+ Revision: 226162 -- rebuild - -* Sun Dec 16 2007 Anssi Hannula 0:1.0.3-2mdv2008.1 -+ Revision: 120823 -- buildrequire java-rpmbuild, i.e. build with icedtea on x86(_64) - -* Thu Dec 13 2007 Jaroslav Tulach 0:1.0.3-1mdv2008.1 -+ Revision: 119282 -- Removing support for JNLP mode, as the classes needed for compilation do not seem to be present in Iced Tea -- Initial package for Swing Application Framework -- create appframework 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 581f522..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -f600e8019b94033a88b351674ffdbdf9 AppFramework-1.03-src.zip