e64d29
%bcond_without  avalon
e64d29
e64d29
Name:           apache-commons-logging
e64d29
Version:        1.2
e64d29
Release:        13%{?dist}
e64d29
Summary:        Apache Commons Logging
e64d29
License:        ASL 2.0
e64d29
URL:            http://commons.apache.org/logging
e64d29
BuildArch:      noarch
e64d29
e64d29
Source0:        http://www.apache.org/dist/commons/logging/source/commons-logging-%{version}-src.tar.gz
e64d29
Source2:        http://mirrors.ibiblio.org/pub/mirrors/maven2/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom
e64d29
e64d29
Patch0:         0001-Generate-different-Bundle-SymbolicName-for-different.patch
e64d29
Patch1:         0002-Port-to-maven-jar-plugin-3.0.0.patch
e64d29
e64d29
BuildRequires:  maven-local
e64d29
%if %{with avalon}
e64d29
BuildRequires:  mvn(avalon-framework:avalon-framework-api)
e64d29
BuildRequires:  mvn(avalon-framework:avalon-framework-impl)
e64d29
BuildRequires:  mvn(logkit:logkit)
e64d29
%endif
e64d29
BuildRequires:  mvn(javax.servlet:servlet-api)
e64d29
BuildRequires:  mvn(junit:junit)
e64d29
BuildRequires:  mvn(log4j:log4j:12)
e64d29
BuildRequires:  mvn(org.apache.commons:commons-parent:pom:)
e64d29
BuildRequires:  mvn(org.apache.maven.plugins:maven-failsafe-plugin)
e64d29
BuildRequires:  mvn(org.apache.maven.plugins:maven-dependency-plugin)
e64d29
BuildRequires:  mvn(org.codehaus.mojo:build-helper-maven-plugin)
e64d29
e64d29
%description
e64d29
The commons-logging package provides a simple, component oriented
e64d29
interface (org.apache.commons.logging.Log) together with wrappers for
e64d29
logging systems. The user can choose at runtime which system they want
e64d29
to use. In addition, a small number of basic implementations are
e64d29
provided to allow users to use the package standalone.
e64d29
commons-logging was heavily influenced by Avalon's Logkit and Log4J. The
e64d29
commons-logging abstraction is meant to minimize the differences between
e64d29
the two, and to allow a developer to not tie himself to a particular
e64d29
logging implementation.
e64d29
e64d29
%{?javadoc_package}
e64d29
e64d29
%prep
e64d29
%autosetup -p1 -n commons-logging-%{version}-src
e64d29
e64d29
%if %{with avalon}
e64d29
# Sent upstream https://issues.apache.org/jira/browse/LOGGING-143
e64d29
%pom_remove_dep :avalon-framework
e64d29
%pom_add_dep avalon-framework:avalon-framework-api:4.3:provided
e64d29
%pom_add_dep avalon-framework:avalon-framework-impl:4.3:test
e64d29
%pom_xpath_inject "pom:dependency[pom:artifactId='logkit']" '<scope>provided</scope>'
e64d29
e64d29
%else
e64d29
%pom_remove_dep -r :avalon-framework
e64d29
%pom_remove_dep -r :logkit
e64d29
rm -r src/test/java/org/apache/commons/logging/{avalon,logkit}
e64d29
rm src/main/java/org/apache/commons/logging/impl/AvalonLogger.java
e64d29
rm src/main/java/org/apache/commons/logging/impl/LogKitLogger.java
e64d29
%endif
e64d29
e64d29
%pom_remove_plugin :cobertura-maven-plugin
e64d29
%pom_remove_plugin :maven-scm-publish-plugin
e64d29
e64d29
sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt NOTICE.txt
e64d29
e64d29
# for compatibility reasons
e64d29
%mvn_file ":commons-logging{*}" "commons-logging@1" "%{name}@1"
e64d29
%mvn_alias ":commons-logging{*}" "org.apache.commons:commons-logging@1" "apache:commons-logging@1"
e64d29
e64d29
# Remove log4j12 tests
e64d29
rm -rf src/test/java/org/apache/commons/logging/log4j/log4j12
e64d29
e64d29
%build
e64d29
%mvn_build
e64d29
e64d29
# The build produces more artifacts from one pom
e64d29
%mvn_artifact %{SOURCE2} target/commons-logging-%{version}-api.jar
e64d29
%mvn_artifact commons-logging:commons-logging-adapters:%{version} target/commons-logging-%{version}-adapters.jar
e64d29
e64d29
%install
e64d29
%mvn_install
e64d29
e64d29
%files -f .mfiles
e64d29
%license LICENSE.txt NOTICE.txt
e64d29
%doc PROPOSAL.html RELEASE-NOTES.txt
e64d29
e64d29
%changelog
e64d29
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-13
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
e64d29
e64d29
* Mon Jan 29 2018 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-12
e64d29
- Cleanup spec file
e64d29
e64d29
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-11
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
e64d29
e64d29
* Wed Mar 22 2017 Michael Simacek <msimacek@redhat.com> - 1.2-10
e64d29
- Avoid %%add_maven_depmap
e64d29
e64d29
* Mon Feb 13 2017 Michael Simacek <msimacek@redhat.com> - 1.2-9
e64d29
- Fix conditional
e64d29
e64d29
* Fri Feb 10 2017 Michael Simacek <msimacek@redhat.com> - 1.2-8
e64d29
- Use log4j12
e64d29
- Add avalon conditional
e64d29
e64d29
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-7
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
e64d29
e64d29
* Tue May 31 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-6
e64d29
- Port to maven-jar-plugin 3.0.0
e64d29
e64d29
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-5
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
e64d29
e64d29
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2-4
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
e64d29
e64d29
* Mon Mar  9 2015 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-3
e64d29
- Add aliases for apache groupId
e64d29
e64d29
* Tue Jul 29 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-2
e64d29
- Generate different Bundle-SymbolicName for different JARs
e64d29
- Resolves: rhbz#1123055
e64d29
e64d29
* Sun Jul 20 2014 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.2-1
e64d29
- Update to upstream version 1.2
e64d29
e64d29
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-13
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
e64d29
e64d29
* Tue May 13 2014 Michael Simacek <msimacek@redhat.com> - 1.1.3-12
e64d29
- Disable tests that use log4j12
e64d29
e64d29
* Tue Mar 04 2014 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.3-11
e64d29
- Use Requires: java-headless rebuild (#1067528)
e64d29
e64d29
* Thu Feb 20 2014 Michael Simacek <msimacek@redhat.com> - 1.1.3-10
e64d29
- Set logkit dependency scope to provided
e64d29
e64d29
* Thu Feb 20 2014 Michael Simacek <msimacek@redhat.com> - 1.1.3-9
e64d29
- Set avalon dependency scope to provided
e64d29
e64d29
* Wed Jan 22 2014 Michal Srb <msrb@redhat.com> - 1.1.3-8
e64d29
- Run all the tests agains
e64d29
e64d29
* Sun Aug 11 2013 Michal Srb <msrb@redhat.com> - 1.1.3-7
e64d29
- Make this package noarch again (Resolves: rhbz#995756)
e64d29
e64d29
* Tue Aug 06 2013 Michal Srb <msrb@redhat.com> - 1.1.3-6
e64d29
- Temporarily remove test which fails in koji
e64d29
e64d29
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.1.3-5
e64d29
- Add missing BR: maven-dependency-plugin, build-helper-maven-plugin
e64d29
e64d29
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.1.3-4
e64d29
- Add missing BR: maven-failsafe-plugin
e64d29
e64d29
* Mon Aug 05 2013 Michal Srb <msrb@redhat.com> - 1.1.3-3
e64d29
- Adapt to current guidelines
e64d29
e64d29
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.3-2
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
e64d29
e64d29
* Tue May 21 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.3-1
e64d29
- Update to upstream version 1.1.3
e64d29
- Remove OSGi Bundle-SymbolicName patch (accepted upstream)
e64d29
e64d29
* Tue Apr  9 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.2-2
e64d29
- Set OSGi Bundle-SymbolicName to org.apache.commons.logging
e64d29
- Resolves: rhbz#949842
e64d29
e64d29
* Mon Apr  8 2013 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.2-1
e64d29
- Update to upstream version 1.1.2
e64d29
- Convert POM to POM macros
e64d29
- Remove OSGi manifest patch; fixed upstream
e64d29
e64d29
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-23
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
e64d29
e64d29
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 1.1.1-22
e64d29
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
e64d29
- Replace maven BuildRequires with maven-local
e64d29
e64d29
* Thu Nov 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.1.1-21
e64d29
- Install NOTICE file
e64d29
- Resolves: rhbz#879581
e64d29
e64d29
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-20
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
e64d29
e64d29
* Tue May 1 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-19
e64d29
- Bring back jakarta-commons-logging provides/obsoletes - the comment was misleading.
e64d29
e64d29
* Mon Apr 30 2012 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-18
e64d29
- Fix build with latest libs.
e64d29
- Adapt to current guidelines.
e64d29
e64d29
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-17
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e64d29
e64d29
* Thu Apr 21 2011 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-16
e64d29
- Build with maven 3
e64d29
- Fix build for avalon-framework
e64d29
e64d29
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.1-15
e64d29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
e64d29
e64d29
* Thu Dec 16 2010 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-14
e64d29
- Bring back commons-logging* symlinks.
e64d29
e64d29
* Thu Dec 16 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-13
e64d29
- Replace tomcat6 BR with servlet25 only
e64d29
- Cleanups according to new packaging guidelines
e64d29
- Install maven metadata for -api jar
e64d29
- Versionless jars/javadocs
e64d29
e64d29
* Tue Nov  9 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-12
e64d29
- Add depmaps for api and adapters subpackages
e64d29
- Use apache-commons-parent BR instead of maven-*
e64d29
- Replace tomcat5 BR with tomcat6
e64d29
- Reenable tests
e64d29
e64d29
* Thu Jul  8 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-11
e64d29
- Add license to javadoc subpackage
e64d29
e64d29
* Wed Jun 9 2010 Alexander Kurtakov <akurtako@redhat.com> 1.1.1-10
e64d29
- Add osgi manifest entries.
e64d29
e64d29
* Fri May 21 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-9
e64d29
- Correct depmap filename for backward compatibility
e64d29
e64d29
* Mon May 17 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-8
e64d29
- Fix wrong depmap JPP name to short_name
e64d29
- Add obsoletes to javadoc subpackage
e64d29
e64d29
* Wed May 12 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-7
e64d29
- Fix symlink problems introduced previously in r5
e64d29
e64d29
* Tue May 11 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-6
e64d29
- Add one more add_to_maven_depmap for backward compatibility
e64d29
e64d29
* Mon May 10 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-5
e64d29
- Fix up add_to_maven_depmap
e64d29
- Add jpackage-utils Requires for javadoc
e64d29
- Cleanup install a bit
e64d29
e64d29
* Fri May  7 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-4
e64d29
- Fix provides
e64d29
e64d29
* Thu May  6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-3
e64d29
- Revert to using default permissions
e64d29
- Drop "Package" from summary, improve javadoc summary text
e64d29
e64d29
* Thu May  6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-2
e64d29
- Fix EOLs on docs
e64d29
- Create javadoc symlinks during install
e64d29
- Use version macro in Source0 URL, use _mavenpomdir macro
e64d29
e64d29
* Thu May  6 2010 Stanislav Ochotnicky <sochotnicky@redhat.com> - 1.1.1-1
e64d29
- Rename and rebase from jakarta-commons-logging