diff --git a/.apache-resource-bundles.metadata b/.apache-resource-bundles.metadata new file mode 100644 index 0000000..7523ace --- /dev/null +++ b/.apache-resource-bundles.metadata @@ -0,0 +1,3 @@ +2b61357efc85d89ac1e96b6ac6309a6872819116 SOURCES/apache-license-header-resource-bundle-1.1-sources.jar +392dfe3fd871d56d1edc48479fdff65013c801d9 SOURCES/apache-jar-resource-bundle-1.4-sources.jar +1b81c0751b2131074eebce60c86289824c98615c SOURCES/apache-incubator-disclaimer-resource-bundle-1.1-sources.jar diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SOURCES/apache-incubator-disclaimer-resource-bundle-1.1.pom b/SOURCES/apache-incubator-disclaimer-resource-bundle-1.1.pom new file mode 100644 index 0000000..2495577 --- /dev/null +++ b/SOURCES/apache-incubator-disclaimer-resource-bundle-1.1.pom @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.apache + apache-resource-bundles + 2 + + apache-incubator-disclaimer-resource-bundle + Apache Incubator Disclaimer Resource Bundle + 1.1 + 2006 + + An archive which contains the standard Apache Incubator disclaimer. + + diff --git a/SOURCES/apache-jar-resource-bundle-1.4.pom b/SOURCES/apache-jar-resource-bundle-1.4.pom new file mode 100644 index 0000000..0e32dae --- /dev/null +++ b/SOURCES/apache-jar-resource-bundle-1.4.pom @@ -0,0 +1,22 @@ + + + 4.0.0 + + org.apache + apache-resource-bundles + 2 + + apache-jar-resource-bundle + Apache JAR Resource Bundle + 1.4 + 2006 + + An archive which contains templates for generating the necessary license files and notices for all Apache releases. + + + + scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4 + scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4 + https://svn.apache.org/repos/asf/maven/resources/tags/apache-jar-resource-bundle-1.4 + + diff --git a/SOURCES/apache-license-header-resource-bundle-1.1.pom b/SOURCES/apache-license-header-resource-bundle-1.1.pom new file mode 100644 index 0000000..e595bac --- /dev/null +++ b/SOURCES/apache-license-header-resource-bundle-1.1.pom @@ -0,0 +1,16 @@ + + + 4.0.0 + + org.apache + apache-resource-bundles + 2 + + apache-license-header-resource-bundle + Apache License Header Resource Bundle + 1.1 + 2006 + + An archive which contains the notice file template. + + diff --git a/SOURCES/apache-resource-bundles-2.pom b/SOURCES/apache-resource-bundles-2.pom new file mode 100644 index 0000000..470cfc3 --- /dev/null +++ b/SOURCES/apache-resource-bundles-2.pom @@ -0,0 +1,52 @@ + + + 4.0.0 + + org.apache.maven + maven-parent + 5 + ../pom/maven/pom.xml + + pom + org.apache + apache-resource-bundles + Apache Resource Bundles + 2 + 2006 + + apache-jar-resource-bundle + apache-license-header-resource-bundle + apache-incubator-disclaimer-resource-bundle + + + scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2 + scm:svn:https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2 + https://svn.apache.org/repos/asf/maven/resources/tags/apache-resource-bundles-2 + + + + + + maven-release-plugin + 2.0-beta-4 + + https://svn.apache.org/repos/asf/maven/resources/tags + + + + + + + + maven-remote-resources-plugin + + + + bundle + + + + + + + diff --git a/SPECS/apache-resource-bundles.spec b/SPECS/apache-resource-bundles.spec new file mode 100644 index 0000000..99f4d40 --- /dev/null +++ b/SPECS/apache-resource-bundles.spec @@ -0,0 +1,112 @@ +%global jar_version 1.4 +%global lh_version 1.1 +%global id_version 1.1 + +Name: apache-resource-bundles +Version: 2 +Release: 10%{?dist} +Summary: Apache Resource Bundles + +Group: Development/Libraries +License: ASL 2.0 +URL: http://repo1.maven.org/maven2/org/apache/apache-resource-bundles/ +Source0: http://repo1.maven.org/maven2/org/apache/%{name}/%{version}/%{name}-%{version}.pom +Source1: http://repo1.maven.org/maven2/org/apache/apache-jar-resource-bundle/%{jar_version}/apache-jar-resource-bundle-%{jar_version}-sources.jar +Source2: http://repo1.maven.org/maven2/org/apache/apache-jar-resource-bundle/%{jar_version}/apache-jar-resource-bundle-%{jar_version}.pom +Source3: http://repo1.maven.org/maven2/org/apache/apache-license-header-resource-bundle/%{lh_version}/apache-license-header-resource-bundle-%{lh_version}-sources.jar +Source4: http://repo1.maven.org/maven2/org/apache/apache-license-header-resource-bundle/%{lh_version}/apache-license-header-resource-bundle-%{lh_version}.pom +Source5: http://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}-sources.jar +Source6: http://repo1.maven.org/maven2/org/apache/apache-incubator-disclaimer-resource-bundle/%{id_version}/apache-incubator-disclaimer-resource-bundle-%{id_version}.pom + +BuildRequires: maven-local +BuildRequires: maven-compiler-plugin +BuildRequires: maven-install-plugin +BuildRequires: maven-jar-plugin +BuildRequires: maven-remote-resources-plugin +BuildRequires: maven-resources-plugin +BuildRequires: maven-surefire-plugin +BuildRequires: maven-site-plugin + +BuildArch: noarch + +%description +An archive which contains templates for generating the necessary license files +and notices for all Apache releases. + +%prep +%setup -c -T +cp %SOURCE0 ./pom.xml + +# jar +mkdir -p apache-jar-resource-bundle +pushd apache-jar-resource-bundle +jar xvf %SOURCE1 +cp %SOURCE2 ./pom.xml +mkdir -p src/main/resources +mv META-INF src/main/resources +popd + +# license-header +mkdir -p apache-license-header-resource-bundle +pushd apache-license-header-resource-bundle +jar xvf %SOURCE3 +cp %SOURCE4 ./pom.xml +mkdir -p src/main/resources +mv META-INF src/main/resources +popd + +# incubator-disclaimer +mkdir -p apache-incubator-disclaimer-resource-bundle +pushd apache-incubator-disclaimer-resource-bundle +jar xvf %SOURCE5 +cp %SOURCE6 ./pom.xml +mkdir -p src/main/resources +mv META-INF src/main/resources +popd + + +%build +%mvn_file :apache-jar-resource-bundle apache-resource-bundles/jar +%mvn_file :apache-license-header-resource-bundle apache-resource-bundles/license-header +%mvn_file :apache-incubator-disclaimer-resource-bundle apache-resource-bundles/incubator-disclaimer +%mvn_build + +%install +%mvn_install + +%files -f .mfiles + +%changelog +* Wed Feb 06 2013 Java SIG - 2-10 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Wed Jan 16 2013 Michal Srb - 2-9 +- Build with xmvn + +* Wed Jul 18 2012 Fedora Release Engineering - 2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Feb 07 2011 Fedora Release Engineering - 2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Nov 25 2010 Stanislav Ochotnicky - 2-5 +- Fix pom file names and add_to_maven_depmap calls (Resolves rhbz#655790) + +* Wed Sep 8 2010 Alexander Kurtakov 2-4 +- Add maven-site-plugin BR. +- Use newer names of maven plugins. + +* Mon Feb 1 2010 Mary Ellen Foster 2-3 +- Fix license + +* Tue Jan 19 2010 Mary Ellen Foster 2-2 +- Add plugin dependencies from POMs +- Fix description +- Remove maven-release plugin (not on Fedora yet) + +* Mon Jan 18 2010 Mary Ellen Foster 2-1 +- Initial package