Blame SPECS/plexus-component-factories-pom.spec

fc727d
%global pkg_name plexus-component-factories-pom
fc727d
%{?scl:%scl_package %{pkg_name}}
fc727d
%{?maven_find_provides_and_requires}
fc727d
fc727d
%global artifactId plexus-component-factories
fc727d
fc727d
Name:		%{?scl_prefix}%{pkg_name}
fc727d
Version:	1.0
fc727d
Release:	0.7.alpha11.13%{?dist}
fc727d
Summary:	Plexus Component Factories POM
fc727d
BuildArch:	noarch
fc727d
License:	ASL 2.0
fc727d
URL:		http://plexus.codehaus.org/
fc727d
Source0:	http://repo1.maven.org/maven2/org/codehaus/plexus/%{artifactId}/%{version}-alpha-11/%{artifactId}-%{version}-alpha-11.pom
fc727d
Source1:	http://www.apache.org/licenses/LICENSE-2.0.txt
fc727d
fc727d
BuildRequires:	%{?scl_prefix}maven-local
fc727d
fc727d
fc727d
%description
fc727d
This package provides Plexus Component Factories parent POM used by different
fc727d
Plexus packages.
fc727d
fc727d
%prep
fc727d
%setup -cT -n %{pkg_name}-%{version}
fc727d
%{?scl:scl enable %{scl} - <<"EOF"}
fc727d
set -e -x
fc727d
cp -p %{SOURCE0} pom.xml
fc727d
cp -p %{SOURCE1} LICENSE
fc727d
fc727d
%pom_xpath_remove pom:modules
fc727d
%{?scl:EOF}
fc727d
fc727d
%build
fc727d
%{?scl:scl enable %{scl} - <<"EOF"}
fc727d
set -e -x
fc727d
%mvn_alias : plexus:
fc727d
%mvn_build
fc727d
%{?scl:EOF}
fc727d
fc727d
%install
fc727d
%{?scl:scl enable %{scl} - <<"EOF"}
fc727d
set -e -x
fc727d
%mvn_install
fc727d
%{?scl:EOF}
fc727d
fc727d
%files -f .mfiles
fc727d
%dir %{_mavenpomdir}/%{pkg_name}
fc727d
%doc LICENSE
fc727d
fc727d
%changelog
fc727d
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 1.0-0.7.alpha11.13
fc727d
- Fix BR on maven-local & co.
fc727d
fc727d
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 1.0-0.7.alpha11.12
fc727d
- maven33 rebuild #2
fc727d
fc727d
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 1.0-0.7.alpha11.11
fc727d
- maven33 rebuild
fc727d
fc727d
* Thu Jan 15 2015 Michal Srb <msrb@redhat.com> - 1.0-0.7.alpha11.10
fc727d
- Fix directory ownership
fc727d
fc727d
* Thu Jan 15 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.9
fc727d
- Rebuild to fix provides
fc727d
fc727d
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 1.0-0.7.alpha11.8
fc727d
- Mass rebuild 2015-01-13
fc727d
fc727d
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 1.0-0.7.alpha11.7
fc727d
- Mass rebuild 2015-01-06
fc727d
fc727d
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.6
fc727d
- Mass rebuild 2014-05-26
fc727d
fc727d
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.5
fc727d
- Mass rebuild 2014-02-19
fc727d
fc727d
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.4
fc727d
- Mass rebuild 2014-02-18
fc727d
fc727d
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.3
fc727d
- Rebuild to fix incorrect auto-requires
fc727d
fc727d
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.2
fc727d
- Rebuild to regenerate auto-requires
fc727d
fc727d
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.7.alpha11.1
fc727d
- First maven30 software collection build
fc727d
fc727d
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.0-0.7.alpha11
fc727d
- Mass rebuild 2013-12-27
fc727d
fc727d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-0.6.alpha11
fc727d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
fc727d
fc727d
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.0-0.5.alpha11
fc727d
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
fc727d
- Replace maven BuildRequires with maven-local
fc727d
fc727d
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.0-0.4.alpha11
fc727d
- Build with xmvn
fc727d
fc727d
* Thu Dec 13 2012 Michal Srb <msrb@redhat.com> - 1.0-0.3.alpha11
fc727d
- Fixed artifactId
fc727d
fc727d
* Tue Dec 11 2012 Michal Srb <msrb@redhat.com> - 1.0-0.2.alpha11
fc727d
- Use direct link in Source0
fc727d
- Improved prep/setup section
fc727d
- mvn-rpmbuild verify is now in check section
fc727d
- More specific files section
fc727d
- add_maven_depmap macro now with -a option
fc727d
fc727d
* Mon Dec 10 2012 Michal Srb <msrb@redhat.com> - 1.0-0.1.alpha11
fc727d
- Initial packaging
fc727d