diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6590dd8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/apache-18-source-release.zip diff --git a/.rh-maven35-apache-parent.metadata b/.rh-maven35-apache-parent.metadata new file mode 100644 index 0000000..dad77f8 --- /dev/null +++ b/.rh-maven35-apache-parent.metadata @@ -0,0 +1 @@ +4515e18322edd0b6fd28c31779abbdb72ee619cd SOURCES/apache-18-source-release.zip diff --git a/README.md b/README.md deleted file mode 100644 index 98f42b4..0000000 --- a/README.md +++ /dev/null @@ -1,4 +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/SPECS/apache-parent.spec b/SPECS/apache-parent.spec new file mode 100644 index 0000000..f653fbd --- /dev/null +++ b/SPECS/apache-parent.spec @@ -0,0 +1,119 @@ +%{?scl:%scl_package apache-parent} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}apache-parent +Version: 18 +Release: 2.2%{?dist} +Summary: Parent POM file for Apache projects +License: ASL 2.0 +URL: http://apache.org/ +Source0: http://repo1.maven.org/maven2/org/apache/apache/%{version}/apache-%{version}-source-release.zip +BuildArch: noarch + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}jpackage-utils +BuildRequires: %{?scl_prefix}apache-resource-bundles +BuildRequires: %{?scl_prefix}maven-remote-resources-plugin + +Requires: %{?scl_prefix}apache-resource-bundles + +%description +This package contains the parent pom file for apache projects. + +%prep +%setup -n apache-%{version} + +%pom_remove_plugin :maven-site-plugin pom.xml + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc LICENSE NOTICE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 18-2.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 18-2.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 18-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue May 17 2016 Mikolaj Izdebski - 18-1 +- Update to upstream version 18 + +* Wed Feb 03 2016 Fedora Release Engineering - 17-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Jun 17 2015 Fedora Release Engineering - 17-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Apr 27 2015 Mikolaj Izdebski - 17-1 +- Update to upstream version 17 + +* Mon Nov 17 2014 Mikolaj Izdebski - 16-1 +- Update to upstream version 16 + +* Mon Sep 29 2014 Mikolaj Izdebski - 15-1 +- Update to upstream version 15 + +* Sat Jun 07 2014 Fedora Release Engineering - 14-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 28 2014 Mikolaj Izdebski - 14-2 +- Rebuild to regenerate Maven auto-requires + +* Mon Mar 10 2014 Mikolaj Izdebski - 14-1 +- Update to upstream version 14 + +* Tue Mar 04 2014 Stanislav Ochotnicky - 10-15 +- Remove maven-site-plugin from dependencies + +* Fri Sep 20 2013 Mikolaj Izdebski - 10-14 +- Rebuild to regenerate Maven provides + +* Thu Aug 29 2013 Mikolaj Izdebski - 10-13 +- Add missing R: apache-resource-bundles + +* Mon Aug 26 2013 Michal Srb - 10-12 +- Migrate away from mvn-rpmbuild + +* Sat Aug 03 2013 Fedora Release Engineering - 10-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Feb 13 2013 Fedora Release Engineering - 10-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 10-9 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Tue Dec 18 2012 Michal Srb - 10-8 +- Added license (Resolves: #888287) + +* Wed Nov 21 2012 Stanislav Ochotnicky - 10-7 +- Install patched pom not the original + +* Fri Nov 2 2012 Mikolaj Izdebski - 10-6 +- Add missing R: maven-remote-resources-plugin, apache-resource-bundles +- Add %%check to verify dependencies during build + +* Thu Jul 26 2012 Stanislav Ochotnicky - 10-5 +- Make sure we generate 1.5 version bytecode + +* Wed Jul 18 2012 Fedora Release Engineering - 10-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jan 12 2012 Fedora Release Engineering - 10-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Sep 13 2011 Andy Grimm 10-2 +- Follow suggestions in BZ #736069 + +* Mon Aug 29 2011 Andy Grimm 10-1 +- Initial Build