exec-maven-plugin/exec-maven-plugin.spec

122 lines
4.1 KiB
RPMSpec
Raw Normal View History

2013-01-11 15:24:14 +00:00
Name: exec-maven-plugin
2014-06-09 12:06:46 +00:00
Version: 1.3.1
Release: 1%{?dist}
2013-01-11 15:24:14 +00:00
Summary: Exec Maven Plugin
2014-05-09 04:15:55 +00:00
License: ASL 2.0
2013-01-11 15:24:14 +00:00
URL: http://mojo.codehaus.org/exec-maven-plugin
2014-05-07 05:40:39 +00:00
Source0: http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
2013-01-11 15:24:14 +00:00
BuildArch: noarch
BuildRequires: maven-local
2014-05-07 05:40:39 +00:00
BuildRequires: mvn(org.apache.commons:commons-exec)
BuildRequires: mvn(org.apache.maven:maven-artifact)
BuildRequires: mvn(org.apache.maven:maven-artifact-manager)
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:maven-project)
BuildRequires: mvn(org.apache.maven:maven-toolchain)
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-interpolation)
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
2013-01-11 15:24:14 +00:00
Obsoletes: maven-plugin-exec < %{version}-%{release}
Provides: maven-plugin-exec = %{version}-%{release}
%description
2014-05-07 05:40:39 +00:00
A plugin to allow execution of system and Java programs.
2013-01-11 15:24:14 +00:00
%package javadoc
Summary: Javadoc for %{name}
%description javadoc
API documentation for %{name}.
%prep
%setup -q -n exec-maven-plugin-%{version}
sed -i 's/\r$//' LICENSE.txt
find . -name *.jar -delete
2014-05-07 05:40:39 +00:00
%pom_remove_plugin :animal-sniffer-maven-plugin
2013-01-11 15:24:14 +00:00
%build
2014-05-07 05:40:39 +00:00
# tests are disabled, see: rhbz#1095077
2013-01-11 15:24:14 +00:00
%mvn_build -f
%install
%mvn_install
%files -f .mfiles
2014-06-09 12:06:46 +00:00
%doc LICENSE.txt
2013-01-11 15:24:14 +00:00
%dir %{_javadir}/%{name}
%files javadoc -f .mfiles-javadoc
2014-06-09 12:06:46 +00:00
%doc LICENSE.txt
2013-01-11 15:24:14 +00:00
%changelog
2014-06-09 12:06:46 +00:00
* Mon Jun 09 2014 Michal Srb <msrb@redhat.com> - 1.3.1-1
- Update to upstream version 1.3.1
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
2014-05-09 04:15:55 +00:00
* Fri May 09 2014 Michal Srb <msrb@redhat.com> - 1.3-2
- Fix license tag
2014-05-07 05:40:39 +00:00
* Wed May 07 2014 Michal Srb <msrb@redhat.com> - 1.3-1
- Update to upstream version 1.3
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.1-13
- Use Requires: java-headless rebuild (#1067528)
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-06-05 09:02:34 +00:00
* Wed Jun 5 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.2.1-11
- Clean up BuildRequires
2013-02-14 16:55:21 +00:00
* Thu Feb 14 2013 Michal Srb <msrb@redhat.com> - 1.2.1-10
- Disable animal-sniffer plugin
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.2.1-8
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
- Replace maven BuildRequires with maven-local
2013-01-11 15:24:14 +00:00
* Fri Jan 11 2013 Michal Srb <msrb@redhat.com> - 1.2.1-7
- Fixed rpmlint warnings
- Remove bundled JAR files before building the package
* Wed Jan 09 2013 Michal Srb <msrb@redhat.com> - 1.2.1-6
- maven-plugin-exec renamed (Resolves: #893451)
- Migrated to xmvn
* Wed Nov 28 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2.1-5
- Fix license tag
- Install license files
- Resolves: rhbz#880290
* Wed Nov 28 2012 Tomas Radej <tradej@redhat.com> - 1.2.1-4
- Removed (B)R on plexus-container-default
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Dec 6 2011 Alexander Kurtakov <akurtako@redhat.com> 1.2.1-1
- Update to latest upstream.
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Sep 11 2009 Alexander Kurtakov <akurtako@gmail.com> 1.1-1
- Initial package.