Blame SPECS/sonatype-plugins-parent.spec

510534
%global pkg_name sonatype-plugins-parent
510534
%{?scl:%scl_package %{pkg_name}}
510534
%{?maven_find_provides_and_requires}
510534
510534
%global tag a594629
510534
510534
Name:           %{?scl_prefix}%{pkg_name}
510534
Version:        8
510534
Release:        6.12%{?dist}
510534
Summary:        Sonatype Plugins Parent POM
510534
BuildArch:      noarch
510534
License:        ASL 2.0
510534
URL:            https://github.com/sonatype/oss-parents
510534
Source:         https://github.com/sonatype/oss-parents/tarball/plugins-parent-%{version}#/%{pkg_name}-%{version}.tar.gz
510534
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
510534
510534
BuildRequires:  %{?scl_prefix}maven-local
510534
BuildRequires:  %{?scl_prefix}forge-parent
510534
510534
%description
510534
This package provides Sonatype plugins parent POM used by other Sonatype
510534
packages.
510534
510534
%prep
510534
%setup -q -n sonatype-oss-parents-%{tag}
510534
%{?scl:scl enable %{scl} - <<"EOF"}
510534
set -e -x
510534
cp -p %{SOURCE1} LICENSE
510534
%{?scl:EOF}
510534
510534
%build
510534
%{?scl:scl enable %{scl} - <<"EOF"}
510534
set -e -x
510534
cd ./plugins-parent
510534
%mvn_build
510534
%{?scl:EOF}
510534
510534
%install
510534
%{?scl:scl enable %{scl} - <<"EOF"}
510534
set -e -x
510534
cd ./plugins-parent
510534
%mvn_install
510534
%{?scl:EOF}
510534
510534
%files -f plugins-parent/.mfiles
510534
%dir %{_mavenpomdir}/%{pkg_name}
510534
%doc LICENSE
510534
510534
%changelog
510534
* Mon Feb 08 2016 Michal Srb <msrb@redhat.com> - 8-6.12
510534
- Fix BR on maven-local & co.
510534
510534
* Mon Jan 11 2016 Michal Srb <msrb@redhat.com> - 8-6.11
510534
- maven33 rebuild #2
510534
510534
* Sat Jan 09 2016 Michal Srb <msrb@redhat.com> - 8-6.10
510534
- maven33 rebuild
510534
510534
* Thu Jan 15 2015 Michal Srb <msrb@redhat.com> - 8-6.9
510534
- Fix directory ownership
510534
510534
* Tue Jan 13 2015 Michael Simacek <msimacek@redhat.com> - 8-6.8
510534
- Mass rebuild 2015-01-13
510534
510534
* Tue Jan 06 2015 Michael Simacek <msimacek@redhat.com> - 8-6.7
510534
- Mass rebuild 2015-01-06
510534
510534
* Mon May 26 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-6.6
510534
- Mass rebuild 2014-05-26
510534
510534
* Wed Feb 19 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-6.5
510534
- Mass rebuild 2014-02-19
510534
510534
* Tue Feb 18 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-6.4
510534
- Mass rebuild 2014-02-18
510534
510534
* Mon Feb 17 2014 Michal Srb <msrb@redhat.com> - 8-6.3
510534
- SCL-ize BR/R
510534
510534
* Thu Feb 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-6.2
510534
- Rebuild to regenerate auto-requires
510534
510534
* Tue Feb 11 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-6.1
510534
- First maven30 software collection build
510534
510534
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 8-6
510534
- Mass rebuild 2013-12-27
510534
510534
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 8-5
510534
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
510534
510534
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 8-4
510534
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
510534
- Replace maven BuildRequires with maven-local
510534
510534
* Tue Jan  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-3
510534
- Build with xmvn
510534
510534
* Wed Dec 12 2012 Michal Srb <msrb@redhat.com> - 8-2
510534
- Added license (Resolves: #884637)
510534
510534
* Wed Aug  8 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 8-1
510534
- Initial packaging