Blame SPECS/spice-parent.spec

af7f67
%{?scl:%scl_package spice-parent}
af7f67
%{!?scl:%global pkg_name %{name}}
af7f67
af7f67
Name:           %{?scl_prefix}spice-parent
af7f67
Version:        26
af7f67
Release:        6.2%{?dist}
af7f67
Summary:        Sonatype Spice Components
af7f67
License:        ASL 2.0
af7f67
URL:            http://github.com/sonatype/oss-parents
af7f67
BuildArch:      noarch
af7f67
af7f67
Source0:        http://repo1.maven.org/maven2/org/sonatype/spice/%{pkg_name}/%{version}/%{pkg_name}-%{version}.pom
af7f67
Source1:        http://apache.org/licenses/LICENSE-2.0.txt
af7f67
af7f67
Patch0:         pom.patch
af7f67
af7f67
BuildRequires:  %{?scl_prefix}maven-local
af7f67
BuildRequires:  %{?scl_prefix}forge-parent
af7f67
af7f67
%description
af7f67
Spice components and libraries are common components
af7f67
used throughout the Sonatype Forge.
af7f67
af7f67
%prep
af7f67
%setup -n %{pkg_name}-%{version} -qcT
af7f67
cp -p %{SOURCE0} pom.xml
af7f67
cp -p %{SOURCE1} .
af7f67
af7f67
#Remove plexus-javadoc
af7f67
%patch0
af7f67
af7f67
%build
af7f67
%mvn_build
af7f67
af7f67
%install
af7f67
%mvn_install
af7f67
af7f67
%files -f .mfiles
af7f67
%doc LICENSE-2.0.txt
af7f67
af7f67
%changelog
af7f67
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 26-6.2
af7f67
- Mass rebuild 2017-06-22
af7f67
af7f67
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 26-6.1
af7f67
- Automated package import and SCL-ization
af7f67
af7f67
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 26-6
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
af7f67
af7f67
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 26-5
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
af7f67
af7f67
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-4
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
af7f67
af7f67
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 26-3
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
af7f67
af7f67
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-2
af7f67
- Rebuild to regenerate Maven auto-requires
af7f67
af7f67
* Mon Mar 10 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 26-1
af7f67
- Update to upstream version 26
af7f67
- Update to current packaging guidelines
af7f67
af7f67
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-10
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
af7f67
af7f67
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-9
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
af7f67
af7f67
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 15-8
af7f67
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
af7f67
- Replace maven BuildRequires with maven-local
af7f67
af7f67
* Thu Dec  6 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 15-7
af7f67
- Fix build requires and requires (#884632)
af7f67
- Cleanup specfile for latest guidelines 
af7f67
- Add ASL license text
af7f67
af7f67
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-6
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
af7f67
af7f67
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-5
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
af7f67
af7f67
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 15-4
af7f67
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
af7f67
af7f67
* Thu Sep 09 2010 Hui Wang <huwang@redhat.com> - 15-3
af7f67
- Add pom.patch
af7f67
af7f67
* Fri May 14 2010 Hui Wang <huwang@redhat.com> - 15-2
af7f67
- Add instruction which create Source0 as a commont
af7f67
- Use macros in Source0
af7f67
af7f67
* Tue May 11 2010 Hui Wang <huwang@redhat.com> - 15-1
af7f67
- Initial version of the package