commit e6b1c93ec5b1c441b40d0b16aa4644ae66d0f0e8 Author: CentOS Sources Date: Tue May 7 09:58:08 2019 -0400 import properties-maven-plugin-1.0.0-5.el8 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..18f6107 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/properties-maven-plugin-1.0.0.tar.gz diff --git a/.properties-maven-plugin.metadata b/.properties-maven-plugin.metadata new file mode 100644 index 0000000..b98d731 --- /dev/null +++ b/.properties-maven-plugin.metadata @@ -0,0 +1 @@ +23d925652ee9080ce93133c3599a6f1f781e327b SOURCES/properties-maven-plugin-1.0.0.tar.gz diff --git a/SPECS/properties-maven-plugin.spec b/SPECS/properties-maven-plugin.spec new file mode 100644 index 0000000..4125e81 --- /dev/null +++ b/SPECS/properties-maven-plugin.spec @@ -0,0 +1,114 @@ +Name: properties-maven-plugin +Version: 1.0.0 +Release: 5%{?dist} +Summary: Properties Maven Plugin +License: ASL 2.0 +URL: http://www.mojohaus.org/properties-maven-plugin/ +Source0: https://github.com/mojohaus/properties-maven-plugin/archive/%{name}-%{version}.tar.gz + +BuildRequires: maven-local +BuildRequires: mvn(org.apache.maven:maven-core) +BuildRequires: mvn(org.apache.maven:maven-model) +BuildRequires: mvn(org.apache.maven:maven-plugin-api) +BuildRequires: mvn(org.apache.maven.plugins:maven-enforcer-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:) +BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata) +BuildRequires: mvn(org.codehaus.plexus:plexus-utils) + +BuildArch: noarch + +%description +The Properties Maven Plugin is here to make life a little easier when dealing +with properties. It provides goals to read and write properties from files. + +%package javadoc +Summary: Javadoc for %{name} + +%description javadoc +This package contains javadoc for %{name}. + +%prep +%setup -q -n %{name}-%{name}-%{version} + +# use maven 3.x apis +%pom_xpath_set pom:properties/pom:maven.api.version 3.0.3 +%pom_change_dep :maven-project :maven-core:'${maven.api.version}' + +%pom_remove_plugin :plexus-maven-plugin +%pom_add_plugin org.codehaus.plexus:plexus-component-metadata:1.5.5 . ' + + + + generate-metadata + + +' + +%mvn_file :%{name} %{name} + +%build + +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%doc README.md +%license LICENSE.txt + +%files javadoc -f .mfiles-javadoc +%license LICENSE.txt + +%changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 1.0.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Tue Jun 21 2016 gil cattaneo 1.0.0-2 +- add missing build requires + +* Tue Mar 15 2016 gil cattaneo 1.0.0-1 +- update to 1.0.0 + +* Thu Feb 04 2016 Fedora Release Engineering - 1.0-0.11.alpha2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 1.0-0.10.alpha2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Feb 11 2015 gil cattaneo 1.0-0.9.alpha2 +- introduce license macro + +* Sat Jun 07 2014 Fedora Release Engineering - 1.0-0.8.alpha2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Fri Mar 28 2014 Michael Simacek - 1.0-0.7.alpha2 +- Use Requires: java-headless rebuild (#1067528) + +* Sun Aug 04 2013 Fedora Release Engineering - 1.0-0.6.alpha2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 03 2013 gil cattaneo 1.0-0.5.alpha2 +- switch to XMvn +- minor changes to adapt to current guideline + +* Thu Feb 14 2013 Fedora Release Engineering - 1.0-0.4.alpha2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Wed Feb 06 2013 Java SIG - 1.0-0.3.alpha2 +- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild +- Replace maven BuildRequires with maven-local + +* Sat Jul 21 2012 Fedora Release Engineering - 1.0-0.2.alpha2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 04 2012 gil cattaneo 1.0-0.1.alpha2 +- initial rpm