Blame SPECS/sonatype-oss-parent.spec

1eaafc
%{?scl:%scl_package sonatype-oss-parent}
1eaafc
%{!?scl:%global pkg_name %{name}}
1eaafc
1eaafc
Name:           %{?scl_prefix}sonatype-oss-parent
1eaafc
Version:        7
1eaafc
Release:        12.2%{?dist}
1eaafc
Summary:        Sonatype OSS Parent
1eaafc
1eaafc
License:        ASL 2.0
1eaafc
URL:            https://github.com/sonatype/oss-parents
1eaafc
# git clone git://github.com/sonatype/oss-parents.git
1eaafc
# (cd ./oss-parents; git archive --prefix %{pkg_name}-%{version}/ oss-parent-%{version}) | gzip >%{pkg_name}-%{version}.tar.gz
1eaafc
Source:         %{pkg_name}-%{version}.tar.gz
1eaafc
Source1:        http://www.apache.org/licenses/LICENSE-2.0.txt
1eaafc
1eaafc
BuildArch: noarch
1eaafc
1eaafc
BuildRequires:  %{?scl_prefix}maven-local
1eaafc
1eaafc
%description
1eaafc
Sonatype OSS parent pom used by other sonatype packages.
1eaafc
1eaafc
%prep
1eaafc
%setup -n %{pkg_name}-%{version} -q
1eaafc
cp -p %{SOURCE1} LICENSE
1eaafc
%pom_remove_plugin org.apache.maven.plugins:maven-enforcer-plugin
1eaafc
1eaafc
%build
1eaafc
%mvn_build
1eaafc
1eaafc
%install
1eaafc
%mvn_install
1eaafc
1eaafc
%files -f .mfiles
1eaafc
%doc LICENSE
1eaafc
1eaafc
%changelog
1eaafc
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 7-12.2
1eaafc
- Mass rebuild 2017-06-22
1eaafc
1eaafc
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 7-12.1
1eaafc
- Automated package import and SCL-ization
1eaafc
1eaafc
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7-12
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1eaafc
1eaafc
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 7-11
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1eaafc
1eaafc
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-10
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1eaafc
1eaafc
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-9
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1eaafc
1eaafc
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 7-8
1eaafc
- Rebuild to regenerate Maven auto-requires
1eaafc
1eaafc
* Thu Feb 20 2014 Michal Srb <msrb@redhat.com> - 7-7
1eaafc
- Rebuild to get provides with "pom" extension
1eaafc
- Small spec file cleanup
1eaafc
1eaafc
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-6
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1eaafc
1eaafc
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 7-5
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1eaafc
1eaafc
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 7-4
1eaafc
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
1eaafc
- Replace maven BuildRequires with maven-local
1eaafc
1eaafc
* Thu Jan 17 2013 Michal Srb <msrb@redhat.com> - 7-3
1eaafc
- Build with xmvn
1eaafc
1eaafc
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 7-2
1eaafc
- Install LICENSE file
1eaafc
- Resolves: rhbz#879013
1eaafc
1eaafc
* Mon Aug  6 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 7-1
1eaafc
- Update to upstream version 7
1eaafc
1eaafc
* Thu Jul 26 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6-5
1eaafc
- Cleanup spec according to latest guidelines
1eaafc
- Use pom macro to remove enforcer plugin from pom
1eaafc
1eaafc
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-4
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1eaafc
1eaafc
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-3
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1eaafc
1eaafc
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6-2
1eaafc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1eaafc
1eaafc
* Thu Jan 20 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 6-1
1eaafc
- Update to latest version that includes the license header
1eaafc
1eaafc
* Wed Dec  1 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 5-1
1eaafc
- Initial version of the package