94 lines
3.2 KiB
RPMSpec
94 lines
3.2 KiB
RPMSpec
|
Name: maven-shared-incremental
|
||
|
Version: 1.1
|
||
|
Release: 14%{?dist}
|
||
|
Summary: Maven Incremental Build support utilities
|
||
|
License: ASL 2.0
|
||
|
URL: http://maven.apache.org/shared/maven-shared-incremental/
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Source0: http://repo1.maven.org/maven2/org/apache/maven/shared/%{name}/%{version}/%{name}-%{version}-source-release.zip
|
||
|
|
||
|
BuildRequires: maven-local
|
||
|
BuildRequires: mvn(org.apache.maven:maven-core)
|
||
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
||
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-components:pom:)
|
||
|
BuildRequires: mvn(org.apache.maven.shared:maven-shared-utils)
|
||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-annotations)
|
||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-api)
|
||
|
BuildRequires: mvn(org.codehaus.plexus:plexus-component-metadata)
|
||
|
|
||
|
%description
|
||
|
Various utility classes and plexus components for supporting
|
||
|
incremental build functionality in maven plugins.
|
||
|
|
||
|
%package javadoc
|
||
|
Summary: API documentation for %{name}
|
||
|
|
||
|
%description javadoc
|
||
|
This package provides %{summary}.
|
||
|
|
||
|
%prep
|
||
|
%setup -q
|
||
|
|
||
|
%build
|
||
|
%mvn_build
|
||
|
|
||
|
%install
|
||
|
%mvn_install
|
||
|
|
||
|
%files -f .mfiles
|
||
|
%doc LICENSE NOTICE
|
||
|
|
||
|
%files javadoc -f .mfiles-javadoc
|
||
|
%doc LICENSE NOTICE
|
||
|
|
||
|
%changelog
|
||
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-14
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-13
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-12
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-11
|
||
|
- Add missing build-requires
|
||
|
|
||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-10
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Mon Aug 4 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-8
|
||
|
- Fix build-requires on parent POM
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1-6
|
||
|
- Use Requires: java-headless rebuild (#1067528)
|
||
|
|
||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||
|
|
||
|
* Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 1.1-4
|
||
|
- Remove alias for fake artifactId
|
||
|
|
||
|
* Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 1.1-3
|
||
|
- Build with original POM file
|
||
|
- Temporarily provide fake artifactId
|
||
|
|
||
|
* Wed Apr 24 2013 Michal Srb <msrb@redhat.com> - 1.1-2
|
||
|
- Build 1.1 with fake artifactId
|
||
|
|
||
|
* Wed Apr 10 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1-1
|
||
|
- Update to upstream version 1.1
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Wed Jan 23 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-1
|
||
|
- Initial packaging
|