Blame SPECS/plexus-classworlds.spec

1804cb
%{?scl:%scl_package plexus-classworlds}
1804cb
%{!?scl:%global pkg_name %{name}}
1804cb
1804cb
Name:           %{?scl_prefix}plexus-classworlds
1804cb
Version:        2.5.2
1804cb
Release:        7.2%{?dist}
1804cb
Summary:        Plexus Classworlds Classloader Framework
1804cb
License:        ASL 2.0 and Plexus
1804cb
URL:            https://github.com/codehaus-plexus/plexus-classworlds
1804cb
BuildArch:      noarch
1804cb
1804cb
Source0:        https://github.com/sonatype/%{pkg_name}/archive/%{pkg_name}-%{version}.tar.gz
1804cb
1804cb
BuildRequires:  %{?scl_prefix}maven-local
1804cb
BuildRequires:  %{?scl_prefix}mvn(org.apache.felix:maven-bundle-plugin)
1804cb
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-dependency-plugin)
1804cb
BuildRequires:  %{?scl_prefix}mvn(org.apache.maven.plugins:maven-enforcer-plugin)
1804cb
BuildRequires:  %{?scl_prefix}mvn(org.codehaus.plexus:plexus:pom:)
1804cb
1804cb
# test deps missed by builddep
1804cb
BuildRequires:  %{?scl_prefix}mvn(org.apache.ant:ant)
1804cb
BuildRequires:  %{?scl_prefix}mvn(commons-logging:commons-logging)
1804cb
BuildRequires:  %{?scl_prefix}mvn(xml-apis:xml-apis)
1804cb
1804cb
1804cb
%description
1804cb
Classworlds is a framework for container developers
1804cb
who require complex manipulation of Java's ClassLoaders.
1804cb
Java's native ClassLoader mechanisms and classes can cause
1804cb
much headache and confusion for certain types of
1804cb
application developers. Projects which involve dynamic
1804cb
loading of components or otherwise represent a 'container'
1804cb
can benefit from the classloading control provided by
1804cb
classworlds.
1804cb
1804cb
%package javadoc
1804cb
Summary:        Javadoc for %{pkg_name}
1804cb
1804cb
%description javadoc
1804cb
API documentation for %{pkg_name}.
1804cb
1804cb
%prep
1804cb
%setup -q -n %{pkg_name}-%{pkg_name}-%{version}
1804cb
%mvn_file : %{pkg_name} plexus/classworlds
1804cb
%mvn_alias : classworlds:classworlds
1804cb
1804cb
%build
1804cb
%mvn_build
1804cb
1804cb
%install
1804cb
%mvn_install
1804cb
1804cb
%files -f .mfiles
1804cb
%doc LICENSE.txt LICENSE-2.0.txt
1804cb
1804cb
%files javadoc -f .mfiles-javadoc
1804cb
%doc LICENSE.txt LICENSE-2.0.txt
1804cb
1804cb
%changelog
1804cb
* Thu Jun 22 2017 Michael Simacek <msimacek@redhat.com> - 2.5.2-7.2
1804cb
- Mass rebuild 2017-06-22
1804cb
1804cb
* Wed Jun 21 2017 Java Maintainers <java-maint@redhat.com> - 2.5.2-7.1
1804cb
- Automated package import and SCL-ization
1804cb
1804cb
* Mon Feb 13 2017 Michael Simacek <msimacek@redhat.com> - 2.5.2-7
1804cb
- Add missing BRs
1804cb
1804cb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-6
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
1804cb
1804cb
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.2-5
1804cb
- Add missing build-requires
1804cb
1804cb
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.2-4
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
1804cb
1804cb
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.2-3
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
1804cb
1804cb
* Wed Apr  1 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.2-2
1804cb
- Update upstream URL
1804cb
1804cb
* Sat Aug 30 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.2-1
1804cb
- Update to upstream version 2.5.2
1804cb
1804cb
* Thu Jun 12 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.1-5
1804cb
- Obsolete classworlds
1804cb
1804cb
* Mon Jun  9 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.1-4
1804cb
- Add alias for classworlds:classworlds
1804cb
1804cb
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.5.1-3
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
1804cb
1804cb
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.5.1-2
1804cb
- Use Requires: java-headless rebuild (#1067528)
1804cb
1804cb
* Mon Aug 19 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.1-1
1804cb
- Update to upstream version 2.5.1
1804cb
1804cb
* Mon Aug 12 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5-1
1804cb
- Update to upstream version 2.5
1804cb
- Update to current packaging guidelines
1804cb
1804cb
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-5
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
1804cb
1804cb
* Thu Apr 11 2013 Mat Booth <fedora@matbooth.co.uk> - 2.4.2-4
1804cb
- Remove superfluous BRs, fixes rhbz #915616
1804cb
1804cb
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-3
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
1804cb
1804cb
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 2.4.2-2
1804cb
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
1804cb
- Replace maven BuildRequires with maven-local
1804cb
1804cb
* Tue Jan 22 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4.2-1
1804cb
- Update to latest bugfix release 2.4.2 (#895445)
1804cb
1804cb
* Wed Nov 21 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4-11
1804cb
- Install required ASL 2.0 license text
1804cb
1804cb
* Wed Nov 21 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4-10
1804cb
- Revert change from 2.4-9
1804cb
1804cb
* Tue Nov 20 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4-9
1804cb
- Provide and obsolete classworlds
1804cb
1804cb
* Mon Nov 19 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4-8
1804cb
- Fix source URL to be stable
1804cb
1804cb
* Tue Aug  7 2012 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4-7
1804cb
- Export only proper OSGI packages
1804cb
- Do not generate "uses" OSGI clauses
1804cb
1804cb
* Mon Aug 06 2012 Gerard Ryan <galileo@fedoraproject.org> - 2.4-6
1804cb
- Generate OSGI info using maven-plugin-bundle
1804cb
1804cb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-5
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1804cb
1804cb
* Thu Apr  5 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.4-4
1804cb
- Update to maven 3
1804cb
- Remove rpm bug workaround
1804cb
1804cb
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-3
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1804cb
1804cb
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2
1804cb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1804cb
1804cb
* Wed Feb  2 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.4-1
1804cb
- Update to latest upstream version
1804cb
- Drop ant build parts
1804cb
- Versionless jars & javadocs
1804cb
- Enable tests again
1804cb
1804cb
* Tue Dec 21 2010 Alexander Kurtakov <akurtako@redhat.com> 2.2.3-2
1804cb
- Fix FTBFS.
1804cb
1804cb
* Tue Jul 13 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 2.2.3-1
1804cb
- Version bump
1804cb
- Fix few small packaging guidelines violations
1804cb
1804cb
* Thu Aug 20 2009 Andrew Overholt <overholt@redhat.com> 0:1.2-0.a9.8
1804cb
- Bump release.
1804cb
1804cb
* Wed Aug 19 2009 Andrew Overholt <overholt@redhat.com> 0:1.2-0.a9.7
1804cb
- Document sources and patches
1804cb
1804cb
* Wed Aug 19 2009 Andrew Overholt <overholt@redhat.com> 0:1.2-0.a9.6
1804cb
- Update tarball-building instructions
1804cb
- Remove gcj support
1804cb
- Remove unnecessary post requirements
1804cb
1804cb
* Thu May 14 2009 Fernando Nasser <fnasser@redhat.com> 0:1.2-0.a9.6
1804cb
- Fix license specification
1804cb
1804cb
* Tue Apr 28 2009 Yong Yang <yyang@redhat.com> 0:1.2-0.a9.5
1804cb
- Add BRs maven2-plugin-surfire*, maven-doxia*
1804cb
- Rebuild with maven2-2.0.8 built in non-bootstrap mode
1804cb
1804cb
* Mon Mar 16 2009 Yong Yang <yyang@redhat.com> 0:1.2-0.a9.4
1804cb
- rebuild with new maven2 2.0.8 built in bootstrap mode
1804cb
1804cb
* Tue Jan 13 2009 Yong Yang <yyang@redhat.com> 0:1.2-0.a9.3jpp.1
1804cb
- re-build with maven
1804cb
1804cb
* Tue Jan 06 2009 Yong Yang <yyang@redhat.com> 0:1.2-0.a9.2jpp.1
1804cb
- Imported into devel from dbhole's maven 2.0.8 packages
1804cb
1804cb
* Wed Jan 30 2008 Deepak Bhole <dbhole@redhat.com> 0:1.2-0.a9.1jpp.1
1804cb
- Initial build -- merged from JPackage