Blame SPECS/plexus-archiver.spec

b9b97f
%{?scl:%scl_package plexus-archiver}
b9b97f
%{!?scl:%global pkg_name %{name}}
b9b97f
b9b97f
Name:           %{?scl_prefix}plexus-archiver
b9b97f
Version:        3.4
b9b97f
Release:        2.2%{?dist}
b9b97f
Epoch:          0
b9b97f
Summary:        Plexus Archiver Component
b9b97f
License:        ASL 2.0
b9b97f
URL:            http://codehaus-plexus.github.io/plexus-archiver
b9b97f
BuildArch:      noarch
b9b97f
b9b97f
Source0:        https://github.com/codehaus-plexus/plexus-archiver/archive/plexus-archiver-%{version}.tar.gz
b9b97f
b9b97f
BuildRequires:  %{?scl_prefix}maven-local
b9b97f
BuildRequires:  %{?scl_prefix}mvn(com.google.code.findbugs:jsr305)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(commons-io:commons-io)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.apache.commons:commons-compress)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-enforcer-plugin)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-component-metadata)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-container-default)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-io)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus:pom:)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus-utils)
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.iq80.snappy:snappy)
b9b97f
b9b97f
# Missing from xmvn-builddep
b9b97f
BuildRequires:  %{?scl_prefix}mvn(org.tukaani:xz)
b9b97f
b9b97f
%description
b9b97f
The Plexus project seeks to create end-to-end developer tools for
b9b97f
writing applications. At the core is the container, which can be
b9b97f
embedded or for a full scale application server. There are many
b9b97f
reusable components for hibernate, form processing, jndi, i18n,
b9b97f
velocity, etc. Plexus also includes an application server which
b9b97f
is like a J2EE application server, without all the baggage.
b9b97f
b9b97f
%package javadoc
b9b97f
Summary:        Javadoc for %{pkg_name}
b9b97f
b9b97f
%description javadoc
b9b97f
Javadoc for %{pkg_name}.
b9b97f
b9b97f
%prep
b9b97f
%setup -q -n %{pkg_name}-%{pkg_name}-%{version}
b9b97f
%mvn_file :%{pkg_name} plexus/archiver
b9b97f
b9b97f
%build
b9b97f
%mvn_build -f
b9b97f
b9b97f
%install
b9b97f
%mvn_install
b9b97f
b9b97f
%files -f .mfiles
b9b97f
%license LICENSE
b9b97f
b9b97f
%files javadoc -f .mfiles-javadoc
b9b97f
%license LICENSE
b9b97f
b9b97f
%changelog
b9b97f
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 0:3.4-2.2
b9b97f
- Mass rebuild 2017-06-22
b9b97f
b9b97f
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 0:3.4-2.1
b9b97f
- Automated package import and SCL-ization
b9b97f
b9b97f
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.4-2
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b9b97f
b9b97f
* Mon Jun 20 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.4-1
b9b97f
- Update to upstream version 3.4
b9b97f
b9b97f
* Mon May 30 2016 Michael Simacek <msimacek@redhat.com> - 0:3.3-1
b9b97f
- Update to upstream version 3.3
b9b97f
b9b97f
* Tue Apr 19 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.1.1-1
b9b97f
- Update to upstream version 3.1.1
b9b97f
b9b97f
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0:3.0.1-0.3.gitdc873a4
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b9b97f
b9b97f
* Tue Jun 16 2015 Mat Booth <mat.booth@redhat.com> - 0:3.0.1-0.2.gitdc873a4
b9b97f
- Patch out use of ParallelScatterZipCreator
b9b97f
b9b97f
* Tue Jun  9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.0.1-0.1.gitdc873a4
b9b97f
- Update to latest 3.0.1 upstream snapshot
b9b97f
b9b97f
* Tue Jun  9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.0-4
b9b97f
- Backport overloaded Charset methods from 2.x
b9b97f
b9b97f
* Wed Apr  1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:3.0-3
b9b97f
- Update upstream URL
b9b97f
b9b97f
* Thu Mar 26 2015 Michael Simacek <msimacek@redhat.com> - 0:3.0-2
b9b97f
- Remove temporary bootstrap part
b9b97f
b9b97f
* Tue Feb 17 2015 Michael Simacek <msimacek@redhat.com> - 0:3.0-1
b9b97f
- Update to upstream version 3.0
b9b97f
b9b97f
* Mon Nov  3 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.8.2-1
b9b97f
- Update to upstream version 2.8.2
b9b97f
b9b97f
* Fri Oct 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.8-1
b9b97f
- Update to upstream version 2.8
b9b97f
b9b97f
* Fri Oct 24 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7.1-1
b9b97f
- Update to upstream version 2.7.1
b9b97f
b9b97f
* Mon Oct 13 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.7-1
b9b97f
- Update to upstream version 2.7
b9b97f
b9b97f
* Fri Oct  3 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6.3-1
b9b97f
- Update to upstream version 2.6.3
b9b97f
b9b97f
* Wed Oct  1 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6.2-1
b9b97f
- Update to upstream version 2.6.2
b9b97f
b9b97f
* Mon Sep 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.6.1-1
b9b97f
- Update to upstream version 2.6.1
b9b97f
- Remove patch for PLXCOMP-64 and PLXCOMP-113
b9b97f
b9b97f
* Tue Sep  2 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4.4-4
b9b97f
- Add patch for extracting symbolic links
b9b97f
b9b97f
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4.4-3
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b9b97f
b9b97f
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.4.4-2
b9b97f
- Use Requires: java-headless rebuild (#1067528)
b9b97f
b9b97f
* Tue Dec  3 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4.4-1
b9b97f
- Update to upstream version 2.4.4
b9b97f
b9b97f
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.4.2-3
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b9b97f
b9b97f
* Thu Jun 13 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.4.2-2
b9b97f
- Update to latest packaging guidelines
b9b97f
- Remove MIT license (only applies to test cases not binary rpm)
b9b97f
b9b97f
* Fri May 24 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.4.2-1
b9b97f
- Update to upstream version 2.4.2
b9b97f
- Remove patch for CVE-2012-2098 (accepted upstream)
b9b97f
b9b97f
* Thu Apr 11 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.3-1
b9b97f
- Update to upstream version 2.3
b9b97f
- Use apache-commons-compress for bzip2 (de)compression
b9b97f
- Resolves: CVE-2012-2098
b9b97f
b9b97f
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.2-6
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b9b97f
b9b97f
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 0:2.2-5
b9b97f
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
b9b97f
- Replace maven BuildRequires with maven-local
b9b97f
b9b97f
* Fri Nov 23 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.2-4
b9b97f
- Add ASL 2.0 license text to packages
b9b97f
b9b97f
* Thu Nov 22 2012 Jaromir Capik <jcapik@redhat.com> - 0:2.2-3
b9b97f
- Migration to plexus-containers-container-default
b9b97f
b9b97f
* Mon Nov 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0:2.2-2
b9b97f
- Fix source URL to be stable
b9b97f
b9b97f
* Wed Oct 10 2012 Alexander Kurtakov <akurtako@redhat.com> 0:2.2-1
b9b97f
- Update to upstream 2.2.
b9b97f
b9b97f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.1.1-2
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b9b97f
b9b97f
* Wed Apr 18 2012 Alexander Kurtakov <akurtako@redhat.com> 0:2.1.1-1
b9b97f
- Update to latest upstream release.
b9b97f
b9b97f
* Wed Feb 15 2012 Alexander Kurtakov <akurtako@redhat.com> 0:2.1-1
b9b97f
- Update to latest upstream release.
b9b97f
b9b97f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:2.0.1-3
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b9b97f
b9b97f
* Thu Sep 8 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.0.1-2
b9b97f
- BR maven-surefire-provider-junit4.
b9b97f
b9b97f
* Thu Sep 8 2011 Alexander Kurtakov <akurtako@redhat.com> 0:2.0.1-1
b9b97f
- Update to 2.0.1 version.
b9b97f
b9b97f
* Wed Jul 27 2011 Jaromir Capik <jcapik@redhat.com> - 0:1.2-2
b9b97f
- Removal of plexus-maven-plugin dependency (not needed)
b9b97f
- Minor spec file changes according to the latest guidelines
b9b97f
b9b97f
* Tue May 17 2011 Alexander Kurtakov <akurtako@redhat.com> 0:1.2-1
b9b97f
- Update to 1.2.
b9b97f
b9b97f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.1-2
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b9b97f
b9b97f
* Wed Oct 6 2010 Alexander Kurtakov <akurtako@redhat.com> 0:1.1-1
b9b97f
- Update to 1.1.
b9b97f
b9b97f
* Mon Dec 28 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a12.4
b9b97f
- Install depmap and pom to override common poms.
b9b97f
b9b97f
* Thu Dec 24 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a12.3
b9b97f
- Really ignore test failures.
b9b97f
b9b97f
* Thu Dec 24 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a12.2
b9b97f
- Ignore test failures.
b9b97f
b9b97f
* Wed Dec 23 2009 Alexander Kurtakov <akurtako@redhat.com> 0:1.0-0.4.a12.1
b9b97f
- Update to alpha 12.
b9b97f
b9b97f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.4.a7.1.2
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b9b97f
b9b97f
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0:1.0-0.3.a7.1.2
b9b97f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b9b97f
b9b97f
* Wed Jul  9 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0:1.0-0.2.a7.1.2
b9b97f
- drop repotag
b9b97f
- fix license tag
b9b97f
b9b97f
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0:1.0-0.2.a7.1jpp.1
b9b97f
- Autorebuild for GCC 4.3
b9b97f
b9b97f
* Fri Jan 04 2008 Deepak Bhole <dbhole@redhat.com> 1.0-0.1.a7.1jpp.1
b9b97f
- Update to alpha 7
b9b97f
b9b97f
* Thu Feb 15 2007 Matt Wrigne <mwringe@redhat.com> - 0:1.0-0.1.a6.1jpp.1
b9b97f
- Fix rpmlint issues
b9b97f
- Version package to new jpp versioning standards
b9b97f
- Remove javadoc post and postun sections
b9b97f
b9b97f
* Mon Jun 19 2006 Deepak Bhole <dbhole@redhat.com> - 0:1.0-0.a6.1jpp
b9b97f
- Upgrade to 1.0-alpha-6
b9b97f
b9b97f
* Wed May 31 2006 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.a3.2jpp
b9b97f
- First JPP-1.7 release
b9b97f
b9b97f
* Mon Nov 07 2005 Ralph Apel <r.apel at r-apel.de> - 0:1.0-0.a3.1jpp
b9b97f
- First JPackage build