From 7e225b99fe48eddd7f441198c0042d2c4d711931 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 28 Jul 2010 09:36:54 +0000 Subject: [PATCH 1/3] 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 bdb9ff5..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: aduna-root-poms -# $Id$ -NAME := aduna-root-poms -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 cc4afb6..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -aduna-root-poms-13-1_fc12:HEAD:aduna-root-poms-13-1.fc12.src.rpm:1265106273 From 30d2f21b39f68ba29afe2ed30c1cbb01166c4cd3 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 18:30:45 -0600 Subject: [PATCH 2/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- aduna-root-poms.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aduna-root-poms.spec b/aduna-root-poms.spec index 62c3779..0c09916 100644 --- a/aduna-root-poms.spec +++ b/aduna-root-poms.spec @@ -1,6 +1,6 @@ Name: aduna-root-poms Version: 13 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Root POMs for Aduna projects Group: Development/Libraries @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/maven2/poms/*.pom %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Mon Feb 1 2010 Mary Ellen Foster 13-1 - Update to version 13 of the root POM which includes the license - Update to version 4 of the parent POM (license added) From 6a321a6394c582221f15566a86012fd3336518e4 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 23 Feb 2011 15:29:42 -0500 Subject: [PATCH 3/3] Retire aduna-root-poms. --- aduna-root-pom-13.pom | 99 ------------------------------------------- aduna-root-poms.spec | 73 ------------------------------- dead.package | 1 + pom.xml | 81 ----------------------------------- sources | 0 5 files changed, 1 insertion(+), 253 deletions(-) delete mode 100644 aduna-root-pom-13.pom delete mode 100644 aduna-root-poms.spec create mode 100644 dead.package delete mode 100644 pom.xml delete mode 100644 sources diff --git a/aduna-root-pom-13.pom b/aduna-root-pom-13.pom deleted file mode 100644 index 0545951..0000000 --- a/aduna-root-pom-13.pom +++ /dev/null @@ -1,99 +0,0 @@ - - - 4.0.0 - - - org.aduna-software - aduna-opensource-root-pom - 4 - - - info.aduna - aduna-root-pom - 13 - pom - - Aduna - Aduna Open Source projects - http://www.aduna-software.org/ - - - Aduna - http://www.aduna-software.com/ - - - - - Aduna BSD license - http://repo.aduna-software.org/legal/aduna-bsd.txt - repo - A BSD-style OSS license - - - - - - - - org.slf4j - slf4j-api - 1.5.10 - - - org.slf4j - slf4j-simple - 1.5.10 - provided - - - org.slf4j - jcl-over-slf4j - 1.5.10 - runtime - - - - ch.qos.logback - logback-core - 0.9.18 - - - ch.qos.logback - logback-classic - 0.9.18 - - - - - junit - junit - 4.7 - test - - - - - - - - - - org.apache.maven.plugins - maven-release-plugin - 2.0-beta-9 - - - - - - - scm:svn:http://repo.aduna-software.org/svn/info.aduna/ - scm:svn:https://repo.aduna-software.org/svn/info.aduna/ - http://repo.aduna-software.org/websvn/listing.php?repname=aduna&path=/info.aduna/ - - - diff --git a/aduna-root-poms.spec b/aduna-root-poms.spec deleted file mode 100644 index 0c09916..0000000 --- a/aduna-root-poms.spec +++ /dev/null @@ -1,73 +0,0 @@ -Name: aduna-root-poms -Version: 13 -Release: 2%{?dist} -Summary: Root POMs for Aduna projects - -Group: Development/Libraries -License: BSD -URL: http://www.aduna-software.org/ -Source0: http://repo.aduna-software.org/maven2/releases/info/aduna/aduna-root-pom/%{version}/aduna-root-pom-%{version}.pom -Source1: http://repo.aduna-software.org/svn/pom.xml -BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) - -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 - -# Require everything that's in the POMs -Requires: slf4j -Requires: logback -Requires: junit - -BuildArch: noarch - -%description -%{summary}. - -%prep -%setup -c -T -cp %SOURCE0 . -cp %SOURCE1 . - -%build -# Nothing to do ... - -%install -rm -rf $RPM_BUILD_ROOT -install -d -m 755 $RPM_BUILD_ROOT%{_datadir}/maven2/poms -install -pm 644 aduna-root-pom-%{version}.pom $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-aduna-root-pom.pom -install -pm 644 pom.xml $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-aduna-opensource-root-pom.pom - -%add_to_maven_depmap info.aduna aduna-root-pom %{version} JPP aduna-root-pom -%add_to_maven_depmap org.aduna-software aduna-opensource-root-pom 3 JPP aduna-opensource-root-pom - -%post -%update_maven_depmap - -%postun -%update_maven_depmap - -%clean -rm -rf $RPM_BUILD_ROOT - - -%files -%defattr(-,root,root,-) -%config(noreplace) %{_mavendepmapfragdir}/* -%{_datadir}/maven2/poms/*.pom - -%changelog -* Mon Feb 07 2011 Fedora Release Engineering - 13-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Feb 1 2010 Mary Ellen Foster 13-1 -- Update to version 13 of the root POM which includes the license -- Update to version 4 of the parent POM (license added) - -* Mon Nov 30 2009 Mary Ellen Foster 11-2 -- Add all of the libraries referenced in the POMs to the package requirements -- Fix versioning and use version macro for source filename - -* Fri Nov 20 2009 Mary Ellen Foster 11-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/pom.xml b/pom.xml deleted file mode 100644 index b8ba197..0000000 --- a/pom.xml +++ /dev/null @@ -1,81 +0,0 @@ - - - 4.0.0 - - org.aduna-software - aduna-opensource-root-pom - 4 - pom - - Aduna Open Source root pom - Aduna Open Source root pom - http://www.aduna-software.org/ - - - Aduna - http://www.aduna-software.com/ - - - - - Aduna BSD license - http://repo.aduna-software.org/legal/aduna-bsd.txt - repo - A BSD-style OSS license - - - - - - - true - - - false - - aduna-opensource.releases - Aduna Open Source - Maven releases - http://repo.aduna-software.org/maven2/releases - - - - false - - - true - - aduna-opensource.snapshots - Aduna Open Source - Maven snapshots - http://repo.aduna-software.org/maven2/snapshots - - - - - - aduna-opensource.releases.deploy - Aduna Open Source - Maven releases - scp://repo.aduna-software.org:2222/var/local/hosts/repo.aduna-software.org/maven2/releases - false - - - aduna-opensource.snapshots.deploy - Aduna Open Source - Maven snapshots - scp://repo.aduna-software.org:2222/var/local/hosts/repo.aduna-software.org/maven2/snapshots - false - - - - - http://repo.aduna-software.org/legal/aduna-logo.png - - - - scm:svn:http://repo.aduna-software.org/svn/ - scm:svn:https://repo.aduna-software.org/svn/ - http://repo.aduna-software.org/websvn/ - - - diff --git a/sources b/sources deleted file mode 100644 index e69de29..0000000