From b68d75985edc3b67b485ca53e17b23f765f9c6d6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Feb 2010 06:26:25 +0000 Subject: [PATCH 1/7] Initialize branch F-12 for aduna-commons-pom --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..06de2d2 --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-12 From 580186b3e360c39f989f916740a0575f22f7050d Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 11 Feb 2010 09:42:57 +0000 Subject: [PATCH 2/7] Initial import --- aduna-commons-16.pom | 154 +++++++++++++++++++++++++++++++++++++++++ aduna-commons-pom.spec | 66 ++++++++++++++++++ import.log | 1 + 3 files changed, 221 insertions(+) create mode 100644 aduna-commons-16.pom create mode 100644 aduna-commons-pom.spec create mode 100644 import.log diff --git a/aduna-commons-16.pom b/aduna-commons-16.pom new file mode 100644 index 0000000..0f460ff --- /dev/null +++ b/aduna-commons-16.pom @@ -0,0 +1,154 @@ + + + 4.0.0 + + + info.aduna + aduna-root-pom + 13 + ../pom.xml + + + info.aduna.commons + aduna-commons + pom + 16 + + Aduna Commons + Aduna Commons parent pom + + + Aduna + http://www.aduna-software.com/ + + + + + Aduna BSD license + http://repo.aduna-software.org/legal/aduna-bsd.txt + repo + A BSD-style OSS license + + + + + collections/trunk + concurrent/trunk + graphics/trunk + i18n/trunk + io/trunk + iteration/trunk + lang/trunk + language/trunk + net/trunk + net-http-server-embedded/trunk + platform/trunk + scheduling/trunk + swing/trunk + text/trunk + webapp/trunk + xml/trunk + + + + UTF-8 + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + org.apache.felix + maven-bundle-plugin + + repository.xml + + + + bundle-manifest + process-classes + + manifest + + + + bundle-package + package + + bundle + + + + bundle-install + install + + install + + + + bundle-deploy + deploy + + deploy + + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + 1.5 + true + utf8 + + http://java.sun.com/j2se/1.5.0/docs/api/ + + + + + + + + + + + true + + + false + + aduna-opensource.releases + Aduna Open Source - Maven releases + http://repo.aduna-software.org/maven2/releases + + + + + scm:svn:http://repo.aduna-software.org/svn/info.aduna/commons/ + scm:svn:https://repo.aduna-software.org/svn/info.aduna/commons/ + http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/commons/ + + + diff --git a/aduna-commons-pom.spec b/aduna-commons-pom.spec new file mode 100644 index 0000000..4e26517 --- /dev/null +++ b/aduna-commons-pom.spec @@ -0,0 +1,66 @@ +Name: aduna-commons-pom +Version: 16 +Release: 1%{?dist} +Summary: Aduna Commons parent pom + +Group: Development/Libraries +License: BSD +URL: http://www.aduna-software.com/ +Source0: http://repo.aduna-software.org/maven2/releases/info/aduna/commons/aduna-commons/%{version}/aduna-commons-%{version}.pom +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +Requires: aduna-root-poms + +BuildRequires: jpackage-utils >= 0:1.7.5 +Requires: jpackage-utils >= 0:1.7.5 +Requires(post): jpackage-utils >= 0:1.7.5 +Requires(postun): jpackage-utils >= 0:1.7.5 + +# Requirements from the POM +Requires: maven2-plugin-compiler +Requires: maven-plugin-bundle +Requires: maven2-plugin-javadoc + +BuildArch: noarch + +%description +%{summary}. + +%prep +%setup -c -T +cp %SOURCE0 . + +%build +# Nothing to do ... + +%install +rm -rf $RPM_BUILD_ROOT +install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms +install -pm 644 aduna-commons-%{version}.pom \ + $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-aduna-commons.pom + +%add_to_maven_depmap info.aduna.commons aduna-commons %{version} JPP aduna-commons + +%post +%update_maven_depmap + +%postun +%update_maven_depmap + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%{_mavendepmapfragdir}/* +%{_datadir}/maven2/poms/*.pom + +%changelog +* Wed Feb 3 2010 Mary Ellen Foster 16-1 +- Update to new upstream version with license information included +- Add all plugins from the POM as Requirements +- Fix URL + +* Fri Nov 20 2009 Mary Ellen Foster 14-1 +- Initial package diff --git a/import.log b/import.log new file mode 100644 index 0000000..5fab11e --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +aduna-commons-pom-16-1_fc12:HEAD:aduna-commons-pom-16-1.fc12.src.rpm:1265881282 From e8589b06eb3c7029f78605a54518d5b92ee47f78 Mon Sep 17 00:00:00 2001 From: mef Date: Thu, 11 Feb 2010 09:46:16 +0000 Subject: [PATCH 3/7] Import to F12 --- aduna-commons-16.pom | 154 +++++++++++++++++++++++++++++++++++++++++ aduna-commons-pom.spec | 66 ++++++++++++++++++ 2 files changed, 220 insertions(+) create mode 100644 aduna-commons-16.pom create mode 100644 aduna-commons-pom.spec diff --git a/aduna-commons-16.pom b/aduna-commons-16.pom new file mode 100644 index 0000000..0f460ff --- /dev/null +++ b/aduna-commons-16.pom @@ -0,0 +1,154 @@ + + + 4.0.0 + + + info.aduna + aduna-root-pom + 13 + ../pom.xml + + + info.aduna.commons + aduna-commons + pom + 16 + + Aduna Commons + Aduna Commons parent pom + + + Aduna + http://www.aduna-software.com/ + + + + + Aduna BSD license + http://repo.aduna-software.org/legal/aduna-bsd.txt + repo + A BSD-style OSS license + + + + + collections/trunk + concurrent/trunk + graphics/trunk + i18n/trunk + io/trunk + iteration/trunk + lang/trunk + language/trunk + net/trunk + net-http-server-embedded/trunk + platform/trunk + scheduling/trunk + swing/trunk + text/trunk + webapp/trunk + xml/trunk + + + + UTF-8 + UTF-8 + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + + + + + + + org.apache.felix + maven-bundle-plugin + + repository.xml + + + + bundle-manifest + process-classes + + manifest + + + + bundle-package + package + + bundle + + + + bundle-install + install + + install + + + + bundle-deploy + deploy + + deploy + + + + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + 1.5 + true + utf8 + + http://java.sun.com/j2se/1.5.0/docs/api/ + + + + + + + + + + + true + + + false + + aduna-opensource.releases + Aduna Open Source - Maven releases + http://repo.aduna-software.org/maven2/releases + + + + + scm:svn:http://repo.aduna-software.org/svn/info.aduna/commons/ + scm:svn:https://repo.aduna-software.org/svn/info.aduna/commons/ + http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/commons/ + + + diff --git a/aduna-commons-pom.spec b/aduna-commons-pom.spec new file mode 100644 index 0000000..4e26517 --- /dev/null +++ b/aduna-commons-pom.spec @@ -0,0 +1,66 @@ +Name: aduna-commons-pom +Version: 16 +Release: 1%{?dist} +Summary: Aduna Commons parent pom + +Group: Development/Libraries +License: BSD +URL: http://www.aduna-software.com/ +Source0: http://repo.aduna-software.org/maven2/releases/info/aduna/commons/aduna-commons/%{version}/aduna-commons-%{version}.pom +BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) + +Requires: aduna-root-poms + +BuildRequires: jpackage-utils >= 0:1.7.5 +Requires: jpackage-utils >= 0:1.7.5 +Requires(post): jpackage-utils >= 0:1.7.5 +Requires(postun): jpackage-utils >= 0:1.7.5 + +# Requirements from the POM +Requires: maven2-plugin-compiler +Requires: maven-plugin-bundle +Requires: maven2-plugin-javadoc + +BuildArch: noarch + +%description +%{summary}. + +%prep +%setup -c -T +cp %SOURCE0 . + +%build +# Nothing to do ... + +%install +rm -rf $RPM_BUILD_ROOT +install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms +install -pm 644 aduna-commons-%{version}.pom \ + $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-aduna-commons.pom + +%add_to_maven_depmap info.aduna.commons aduna-commons %{version} JPP aduna-commons + +%post +%update_maven_depmap + +%postun +%update_maven_depmap + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%{_mavendepmapfragdir}/* +%{_datadir}/maven2/poms/*.pom + +%changelog +* Wed Feb 3 2010 Mary Ellen Foster 16-1 +- Update to new upstream version with license information included +- Add all plugins from the POM as Requirements +- Fix URL + +* Fri Nov 20 2009 Mary Ellen Foster 14-1 +- Initial package From 210b838e3c99a005283e4fc0e70e3c3426f36d95 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:50 +0000 Subject: [PATCH 4/7] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - 3 files changed, 22 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch 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 cb2afa0..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: aduna-commons-pom -# $Id$ -NAME := aduna-commons-pom -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 06de2d2..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-12 From 9773895e4ee6eaf7f280af6f1f13fd99d2ae524f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:51 +0000 Subject: [PATCH 5/7] 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 cb2afa0..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: aduna-commons-pom -# $Id$ -NAME := aduna-commons-pom -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 5fab11e..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -aduna-commons-pom-16-1_fc12:HEAD:aduna-commons-pom-16-1.fc12.src.rpm:1265881282 From ccfdcd9a5066e7fa61392590e47bc66a6afb4121 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:29:42 -0600 Subject: [PATCH 6/7] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- aduna-commons-pom.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aduna-commons-pom.spec b/aduna-commons-pom.spec index 4e26517..0d01ede 100644 --- a/aduna-commons-pom.spec +++ b/aduna-commons-pom.spec @@ -1,6 +1,6 @@ Name: aduna-commons-pom Version: 16 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Aduna Commons parent pom Group: Development/Libraries @@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/maven2/poms/*.pom %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 16-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Wed Feb 3 2010 Mary Ellen Foster 16-1 - Update to new upstream version with license information included - Add all plugins from the POM as Requirements From 687b77c3b1b80ba18102edf26ccda56a0b48ac81 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 23 Feb 2011 15:28:07 -0500 Subject: [PATCH 7/7] Retire aduna-commons-pom. --- aduna-commons-16.pom | 154 ----------------------------------------- aduna-commons-pom.spec | 69 ------------------ dead.package | 1 + sources | 0 4 files changed, 1 insertion(+), 223 deletions(-) delete mode 100644 aduna-commons-16.pom delete mode 100644 aduna-commons-pom.spec create mode 100644 dead.package delete mode 100644 sources diff --git a/aduna-commons-16.pom b/aduna-commons-16.pom deleted file mode 100644 index 0f460ff..0000000 --- a/aduna-commons-16.pom +++ /dev/null @@ -1,154 +0,0 @@ - - - 4.0.0 - - - info.aduna - aduna-root-pom - 13 - ../pom.xml - - - info.aduna.commons - aduna-commons - pom - 16 - - Aduna Commons - Aduna Commons parent pom - - - Aduna - http://www.aduna-software.com/ - - - - - Aduna BSD license - http://repo.aduna-software.org/legal/aduna-bsd.txt - repo - A BSD-style OSS license - - - - - collections/trunk - concurrent/trunk - graphics/trunk - i18n/trunk - io/trunk - iteration/trunk - lang/trunk - language/trunk - net/trunk - net-http-server-embedded/trunk - platform/trunk - scheduling/trunk - swing/trunk - text/trunk - webapp/trunk - xml/trunk - - - - UTF-8 - UTF-8 - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.5 - 1.5 - - - - - - - org.apache.felix - maven-bundle-plugin - - repository.xml - - - - bundle-manifest - process-classes - - manifest - - - - bundle-package - package - - bundle - - - - bundle-install - install - - install - - - - bundle-deploy - deploy - - deploy - - - - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - - 1.5 - true - utf8 - - http://java.sun.com/j2se/1.5.0/docs/api/ - - - - - - - - - - - true - - - false - - aduna-opensource.releases - Aduna Open Source - Maven releases - http://repo.aduna-software.org/maven2/releases - - - - - scm:svn:http://repo.aduna-software.org/svn/info.aduna/commons/ - scm:svn:https://repo.aduna-software.org/svn/info.aduna/commons/ - http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/commons/ - - - diff --git a/aduna-commons-pom.spec b/aduna-commons-pom.spec deleted file mode 100644 index 0d01ede..0000000 --- a/aduna-commons-pom.spec +++ /dev/null @@ -1,69 +0,0 @@ -Name: aduna-commons-pom -Version: 16 -Release: 2%{?dist} -Summary: Aduna Commons parent pom - -Group: Development/Libraries -License: BSD -URL: http://www.aduna-software.com/ -Source0: http://repo.aduna-software.org/maven2/releases/info/aduna/commons/aduna-commons/%{version}/aduna-commons-%{version}.pom -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - -Requires: aduna-root-poms - -BuildRequires: jpackage-utils >= 0:1.7.5 -Requires: jpackage-utils >= 0:1.7.5 -Requires(post): jpackage-utils >= 0:1.7.5 -Requires(postun): jpackage-utils >= 0:1.7.5 - -# Requirements from the POM -Requires: maven2-plugin-compiler -Requires: maven-plugin-bundle -Requires: maven2-plugin-javadoc - -BuildArch: noarch - -%description -%{summary}. - -%prep -%setup -c -T -cp %SOURCE0 . - -%build -# Nothing to do ... - -%install -rm -rf $RPM_BUILD_ROOT -install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms -install -pm 644 aduna-commons-%{version}.pom \ - $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-aduna-commons.pom - -%add_to_maven_depmap info.aduna.commons aduna-commons %{version} JPP aduna-commons - -%post -%update_maven_depmap - -%postun -%update_maven_depmap - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%{_mavendepmapfragdir}/* -%{_datadir}/maven2/poms/*.pom - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 16-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Wed Feb 3 2010 Mary Ellen Foster 16-1 -- Update to new upstream version with license information included -- Add all plugins from the POM as Requirements -- Fix URL - -* Fri Nov 20 2009 Mary Ellen Foster 14-1 -- Initial package diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..de91ae3 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired due to no active owner on 2011-02-23 diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000