diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f856f7d --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/maven-compiler-plugin-3.6.1-source-release.zip diff --git a/.rh-maven35-maven-compiler-plugin.metadata b/.rh-maven35-maven-compiler-plugin.metadata new file mode 100644 index 0000000..55afa76 --- /dev/null +++ b/.rh-maven35-maven-compiler-plugin.metadata @@ -0,0 +1 @@ +7b2d041bb86a7ceca641575629932548ca5feed8 SOURCES/maven-compiler-plugin-3.6.1-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/maven-compiler-plugin.spec b/SPECS/maven-compiler-plugin.spec new file mode 100644 index 0000000..4ab074d --- /dev/null +++ b/SPECS/maven-compiler-plugin.spec @@ -0,0 +1,161 @@ +%{?scl:%scl_package maven-compiler-plugin} +%{!?scl:%global pkg_name %{name}} + +Name: %{?scl_prefix}maven-compiler-plugin +Version: 3.6.1 +Release: 2.2%{?dist} +Summary: Maven Compiler Plugin +License: ASL 2.0 +URL: http://maven.apache.org/plugins/maven-compiler-plugin +BuildArch: noarch + +Source0: http://archive.apache.org/dist/maven/plugins/%{pkg_name}-%{version}-source-release.zip + +BuildRequires: %{?scl_prefix}maven-local +BuildRequires: %{?scl_prefix}mvn(com.thoughtworks.qdox:qdox) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-artifact) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-core) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugins:pom:) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-incremental) +BuildRequires: %{?scl_prefix}mvn(org.apache.maven.shared:maven-shared-utils) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-compiler-api) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-compiler-manager) +BuildRequires: %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-metadata) +BuildRequires: %{?scl_prefix}mvn(org.ow2.asm:asm) + +%description +The Compiler Plugin is used to compile the sources of your project. + +%package javadoc +Summary: Javadoc for %{pkg_name} + +%description javadoc +API documentation for %{pkg_name}. + +%prep +%setup -n %{pkg_name}-%{version} -q + +%build +%mvn_build -f + +%install +%mvn_install + +%files -f .mfiles +%license LICENSE NOTICE + +%files javadoc -f .mfiles-javadoc +%license LICENSE NOTICE + +%changelog +* Thu Jun 22 2017 Michael Simacek - 3.6.1-2.2 +- Mass rebuild 2017-06-22 + +* Wed Jun 21 2017 Java Maintainers - 3.6.1-2.1 +- Automated package import and SCL-ization + +* Fri Feb 10 2017 Fedora Release Engineering - 3.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jan 17 2017 Michael Simacek - 3.6.1-1 +- Update to upstream version 3.6.1 + +* Tue Nov 08 2016 Michael Simacek - 3.6.0-2 +- Add upstream patch for broken test skipping + +* Mon Oct 31 2016 Michael Simacek - 3.6.0-1 +- Update to upstream version 3.6.0 + +* Fri Jul 15 2016 Mikolaj Izdebski - 3.5.1-4 +- Remove dependency on Maven 2 toolchain + +* Fri Jul 15 2016 Mikolaj Izdebski - 3.5.1-3 +- Add missing BR on maven-plugin-plugin + +* Fri Jul 8 2016 Mikolaj Izdebski - 3.5.1-2 +- Remove unneeded build-requires + +* Tue Feb 16 2016 Mikolaj Izdebski - 3.5.1-1 +- Update to upstream version 3.5.1 + +* Thu Feb 04 2016 Fedora Release Engineering - 3.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Mon Jan 25 2016 Mikolaj Izdebski - 3.5-1 +- Update to upstream version 3.5 + +* Wed Jun 17 2015 Fedora Release Engineering - 3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Thu Mar 26 2015 Mikolaj Izdebski - 3.3-1 +- Update to upstream version 3.3 + +* Tue Oct 14 2014 Mikolaj Izdebski - 3.2-2 +- Remove legacy Obsoletes/Provides for maven2 plugin + +* Tue Oct 14 2014 Mikolaj Izdebski - 3.2-1 +- Update to upstream version 3.2 + +* Sat Jun 07 2014 Fedora Release Engineering - 3.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Tue Mar 04 2014 Stanislav Ochotnicky - 3.1-5 +- Use Requires: java-headless rebuild (#1067528) + +* Wed Feb 19 2014 Mikolaj Izdebski - 3.1-4 +- Fix unowned directory + +* Sat Aug 03 2013 Fedora Release Engineering - 3.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Apr 24 2013 Michal Srb - 3.1-2 +- Build against proper maven-shared-incremental artifactId + +* Wed Apr 24 2013 Michal Srb - 3.1-1 +- Update to upstream version 3.1 + +* Tue Mar 05 2013 Michal Srb - 3.0-2 +- Build against proper plexus-compiler + +* Tue Jan 15 2013 Mikolaj Izdebski - 3.0-1 +- Update to upstream version 3.0 +- Build with xmvn +- Install license files, resolves: rhbz#895544 + +* Thu Jul 19 2012 Fedora Release Engineering - 2.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jun 19 2012 Stanislav Ochotnicky - 2.5.1-1 +- Updated to latest upstream version (2.5.1) + +* Wed May 23 2012 Tomas Radej - 2.4-1 +- Updated to latest upstream version +- Guidelines fixes + Removed RPM workaround + +* Fri Jan 13 2012 Fedora Release Engineering - 2.3.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Mon Jun 27 2011 Stanislav Ochotnicky - 2.3.2-4 +- Add few missing (Build)requires +- Remove post(un) scriptlets with update_maven_depmap +- Use new add_maven_depmap macro + +* Fri Jun 3 2011 Alexander Kurtakov 2.3.2-3 +- Do not require maven2. +- Guidelines fixes. + +* Tue Feb 08 2011 Fedora Release Engineering - 2.3.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Jan 19 2011 Stanislav Ochotnicky - 2.3.2-1 +- Update to latest version (2.3.2) +- Modifications according to new guidelines +- Build with maven 3 + +* Wed May 12 2010 Alexander Kurtakov 2.0.2-2 +- Add missing requires. + +* Tue May 11 2010 Alexander Kurtakov 2.0.2-1 +- Initial package.