f2eeca
Name:           jvnet-parent
f2eeca
Version:        4
f2eeca
Release:        10%{?dist}
f2eeca
Summary:        Java.net parent POM file
f2eeca
f2eeca
Group:          Development/Libraries
f2eeca
License:        ASL 2.0
f2eeca
URL:            http://www.java.net
f2eeca
Source0:        http://repo1.maven.org/maven2/net/java/%{name}/%{version}/%{name}-%{version}.pom
f2eeca
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
f2eeca
f2eeca
BuildArch:      noarch
f2eeca
f2eeca
BuildRequires:  jpackage-utils
f2eeca
BuildRequires:  maven-local
f2eeca
BuildRequires:  maven-enforcer-plugin
f2eeca
f2eeca
f2eeca
%description
f2eeca
Java.net parent POM file used by most Java.net subprojects such as
f2eeca
Glassfish
f2eeca
f2eeca
%prep
f2eeca
cp -p %{SOURCE0} pom.xml
f2eeca
cp -p %{SOURCE1} LICENSE
f2eeca
# we provide correct version of maven, no need to enforce and pull in dependencies
f2eeca
%pom_remove_plugin org.apache.maven.plugins:maven-enforcer-plugin
f2eeca
f2eeca
%build
f2eeca
%mvn_build
f2eeca
f2eeca
%install
f2eeca
%mvn_install
f2eeca
f2eeca
%files -f .mfiles
f2eeca
%doc LICENSE
f2eeca
f2eeca
%changelog
f2eeca
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4-10
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
f2eeca
f2eeca
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-9
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
f2eeca
f2eeca
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4-8
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f2eeca
f2eeca
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4-7
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
f2eeca
f2eeca
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-6
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
f2eeca
f2eeca
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-5
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
f2eeca
f2eeca
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4-4
f2eeca
- Rebuild to regenerate Maven auto-requires
f2eeca
f2eeca
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 4-3
f2eeca
- Rebuild to regenerate provides
f2eeca
f2eeca
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4-2
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
f2eeca
f2eeca
* Thu May 02 2013 gil cattaneo <puntogil@libero.it> - 4-1
f2eeca
- Update to version 4
f2eeca
f2eeca
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3-9
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
f2eeca
f2eeca
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3-8
f2eeca
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
f2eeca
- Replace maven BuildRequires with maven-local
f2eeca
f2eeca
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 3-7
f2eeca
- Build with xmvn
f2eeca
f2eeca
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3-6
f2eeca
- Add LICENSE-2.0.txt to lookaside cache
f2eeca
f2eeca
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3-5
f2eeca
- Install LICENSE file
f2eeca
- Resolves: rhbz#878990
f2eeca
f2eeca
* Tue Jul 24 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3-4
f2eeca
- Remove enforcer-plugin from pom (not needed)
f2eeca
f2eeca
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3-3
f2eeca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f2eeca
f2eeca
* Thu Apr 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3-2
f2eeca
- Remove maven from requires to simplify other deps
f2eeca
f2eeca
* Wed Mar 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 3-1
f2eeca
- Update to version 3
f2eeca
f2eeca
* Wed Mar 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1-1
f2eeca
- Initial version of the package