Blame SPECS/exec-maven-plugin.spec

2f3cce
%{?scl:%scl_package exec-maven-plugin}
2f3cce
%{!?scl:%global pkg_name %{name}}
2f3cce
2f3cce
Name:           %{?scl_prefix}exec-maven-plugin
2f3cce
Version:        1.6.0
2f3cce
Release:        1.2%{?dist}
2f3cce
Summary:        Exec Maven Plugin
2f3cce
2f3cce
License:        ASL 2.0
2f3cce
URL:            http://mojo.codehaus.org/exec-maven-plugin
2f3cce
Source0:        http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
2f3cce
BuildArch:      noarch
2f3cce
2f3cce
BuildRequires:  %{?scl_prefix}maven-local
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.commons:commons-exec)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-artifact:2.2.1)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-artifact-manager)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-core)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-model:2.2.1)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-plugin-api)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-project)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven:maven-toolchain)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-plugin-plugin)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.mojo:mojo-parent:pom:)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-annotations)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-metadata)
2f3cce
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
2f3cce
2f3cce
Provides:       %{?scl_prefix}maven-plugin-exec = %{version}-%{release}
2f3cce
2f3cce
%description
2f3cce
A plugin to allow execution of system and Java programs.
2f3cce
2f3cce
%package javadoc
2f3cce
Summary:        Javadoc for %{pkg_name}
2f3cce
2f3cce
%description javadoc
2f3cce
API documentation for %{pkg_name}.
2f3cce
2f3cce
%prep
2f3cce
%setup -q -n exec-maven-plugin-%{version}
2f3cce
2f3cce
sed -i 's/\r$//' LICENSE.txt
2f3cce
find . -name *.jar -delete
2f3cce
2f3cce
%pom_remove_plugin :animal-sniffer-maven-plugin
2f3cce
2f3cce
%build
2f3cce
# tests are disabled, see: rhbz#1095077
2f3cce
%mvn_build -f
2f3cce
2f3cce
%install
2f3cce
%mvn_install
2f3cce
2f3cce
%files -f .mfiles
2f3cce
%doc LICENSE.txt
2f3cce
%dir %{_javadir}/%{pkg_name}
2f3cce
2f3cce
%files javadoc -f .mfiles-javadoc
2f3cce
%doc LICENSE.txt
2f3cce
2f3cce
%changelog
2f3cce
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 1.6.0-1.2
2f3cce
- Mass rebuild 2017-06-22
2f3cce
2f3cce
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 1.6.0-1.1
2f3cce
- Automated package import and SCL-ization
2f3cce
2f3cce
* Tue Mar 28 2017 Michael Simacek <msimacek@redhat.com> - 1.6.0-1
2f3cce
- Update to upstream version 1.6.0
2f3cce
2f3cce
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-2
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2f3cce
2f3cce
* Thu Jun 23 2016 Michael Simacek <msimacek@redhat.com> - 1.5.0-1
2f3cce
- Update to upstream version 1.5.0
2f3cce
2f3cce
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2f3cce
2f3cce
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2f3cce
2f3cce
* Thu Mar 26 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.4.0-1
2f3cce
- Update to upstream version 1.4.0
2f3cce
2f3cce
* Wed Jul 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.2-1
2f3cce
- Update to upstream version 1.3.2
2f3cce
2f3cce
* Mon Jun 09 2014 Michal Srb <msrb@redhat.com> - 1.3.1-1
2f3cce
- Update to upstream version 1.3.1
2f3cce
2f3cce
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2f3cce
2f3cce
* Fri May 09 2014 Michal Srb <msrb@redhat.com> - 1.3-2
2f3cce
- Fix license tag
2f3cce
2f3cce
* Wed May 07 2014 Michal Srb <msrb@redhat.com> - 1.3-1
2f3cce
- Update to upstream version 1.3
2f3cce
2f3cce
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.1-13
2f3cce
- Use Requires: java-headless rebuild (#1067528)
2f3cce
2f3cce
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-12
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2f3cce
2f3cce
* Wed Jun  5 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.1-11
2f3cce
- Clean up BuildRequires
2f3cce
2f3cce
* Thu Feb 14 2013 Michal Srb <msrb@redhat.com> - 1.2.1-10
2f3cce
- Disable animal-sniffer plugin
2f3cce
2f3cce
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-9
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
2f3cce
2f3cce
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2.1-8
2f3cce
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
2f3cce
- Replace maven BuildRequires with maven-local
2f3cce
2f3cce
* Fri Jan 11 2013 Michal Srb <msrb@redhat.com> - 1.2.1-7
2f3cce
- Fixed rpmlint warnings
2f3cce
- Remove bundled JAR files before building the package
2f3cce
2f3cce
* Wed Jan 09 2013 Michal Srb <msrb@redhat.com> - 1.2.1-6
2f3cce
- maven-plugin-exec renamed (Resolves: #893451)
2f3cce
- Migrated to xmvn
2f3cce
2f3cce
* Wed Nov 28 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.1-5
2f3cce
- Fix license tag
2f3cce
- Install license files
2f3cce
- Resolves: rhbz#880290
2f3cce
2f3cce
* Wed Nov 28 2012 Tomas Radej <tradej@redhat.com> - 1.2.1-4
2f3cce
- Removed (B)R on plexus-container-default
2f3cce
2f3cce
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
2f3cce
2f3cce
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2f3cce
2f3cce
* Tue Dec 6 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2.1-1
2f3cce
- Update to latest upstream.
2f3cce
2f3cce
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
2f3cce
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2f3cce
2f3cce
* Fri Sep 11 2009 Alexander Kurtakov <akurtako@gmail.com> 1.1-1
2f3cce
- Initial package.