Blame SPECS/plexus-pom.spec

49b083
%{?scl:%scl_package plexus-pom}
49b083
%{!?scl:%global pkg_name %{name}}
49b083
49b083
Name:          %{?scl_prefix}plexus-pom
49b083
Version:       3.3.3
49b083
Release:       4.2%{?dist}
49b083
Summary:       Root Plexus Projects POM
49b083
Group:         Development/Libraries
49b083
License:       ASL 2.0
49b083
URL:           https://github.com/codehaus-plexus/plexus-pom
49b083
Source0:       https://github.com/codehaus-plexus/plexus-pom/archive/plexus-%{version}.tar.gz
49b083
Source1:       http://www.apache.org/licenses/LICENSE-2.0.txt
49b083
BuildArch:     noarch
49b083
49b083
BuildRequires: %{?scl_prefix}maven-local
49b083
BuildRequires: %{?scl_prefix}forge-parent
49b083
49b083
%description
49b083
The Plexus project provides a full software stack for creating and
49b083
executing software projects.  This package provides parent POM for
49b083
Plexus packages.
49b083
49b083
%prep
49b083
%setup -q -n plexus-pom-plexus-%{version}
49b083
# require: maven-site-plugin *
49b083
%pom_xpath_remove "pom:profile[pom:id='maven-3']"
49b083
# * require: org.codehaus.plexus plexus-stylus-skin 1.0
49b083
# org.apache.maven.wagon wagon-webdav-jackrabbit 1.0
49b083
%pom_remove_plugin org.apache.maven.plugins:maven-site-plugin
49b083
49b083
%pom_remove_plugin org.codehaus.mojo:findbugs-maven-plugin
49b083
%pom_remove_plugin org.codehaus.mojo:taglist-maven-plugin
49b083
cp -p %{SOURCE1} LICENSE
49b083
49b083
%build
49b083
%mvn_build
49b083
49b083
%install
49b083
%mvn_install
49b083
49b083
%files -f .mfiles
49b083
%license LICENSE
49b083
49b083
%changelog
49b083
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 3.3.3-4.2
49b083
- Mass rebuild 2017-06-22
49b083
49b083
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 3.3.3-4.1
49b083
- Automated package import and SCL-ization
49b083
49b083
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-4
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
49b083
49b083
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.3-3
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
49b083
49b083
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
49b083
49b083
* Tue Apr 14 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.3-1
49b083
- Update to upstream version 3.3.3
49b083
49b083
* Wed Apr  1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-10
49b083
- Update upstream URL
49b083
49b083
* Wed Feb 11 2015 gil cattaneo <puntogil@libero.it> 3.3.1-9
49b083
- introduce license macro
49b083
49b083
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-8
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
49b083
49b083
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-7
49b083
- Rebuild to regenerate Maven auto-requires
49b083
49b083
* Wed May 28 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-6
49b083
- Rebuild to regenerate provides
49b083
49b083
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-5
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
49b083
49b083
* Fri Apr 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.3.1-4
49b083
- Build with xmvn
49b083
49b083
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.1-3
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
49b083
49b083
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.3.1-2
49b083
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
49b083
- Replace maven BuildRequires with maven-local
49b083
49b083
* Sat Dec 08 2012 gil cattaneo <puntogil@libero.it> 3.3.1-1
49b083
- Update to 3.3.1
49b083
49b083
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.0.1-3
49b083
- Install LICENSE file
49b083
- Resolves: rhbz#878825
49b083
49b083
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-2
49b083
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
49b083
49b083
* Wed Feb 08 2012 gil cattaneo <puntogil@libero.it> 3.0.1-1
49b083
- initial rpm