2012-02-26 10:50:34 +00:00
|
|
|
%global namedreltag .GA
|
2011-09-26 08:58:52 +00:00
|
|
|
%global namedversion %{version}%{?namedreltag}
|
|
|
|
|
|
|
|
Name: jboss-logging
|
2014-02-14 12:28:10 +00:00
|
|
|
Version: 3.1.4
|
2016-02-04 01:01:23 +00:00
|
|
|
Release: 5%{?dist}
|
2011-09-26 08:58:52 +00:00
|
|
|
Summary: The JBoss Logging Framework
|
2013-02-26 11:27:34 +00:00
|
|
|
License: ASL 2.0
|
2011-09-26 08:58:52 +00:00
|
|
|
URL: https://github.com/jboss-logging/jboss-logging
|
2013-07-22 09:41:47 +00:00
|
|
|
Source0: https://github.com/jboss-logging/jboss-logging/archive/%{namedversion}.tar.gz
|
2011-09-26 08:58:52 +00:00
|
|
|
|
2014-07-01 12:45:50 +00:00
|
|
|
Patch0: 0001-SLF4j-1.7-upgrade.patch
|
|
|
|
|
2011-09-26 08:58:52 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
2013-02-06 19:03:11 +00:00
|
|
|
BuildRequires: maven-local
|
2011-09-26 08:58:52 +00:00
|
|
|
BuildRequires: maven-compiler-plugin
|
|
|
|
BuildRequires: maven-install-plugin
|
|
|
|
BuildRequires: maven-jar-plugin
|
|
|
|
BuildRequires: maven-javadoc-plugin
|
|
|
|
BuildRequires: maven-release-plugin
|
|
|
|
BuildRequires: maven-resources-plugin
|
|
|
|
BuildRequires: maven-surefire-plugin
|
2012-07-20 08:05:28 +00:00
|
|
|
BuildRequires: maven-enforcer-plugin
|
2011-09-26 08:58:52 +00:00
|
|
|
BuildRequires: jboss-logmanager
|
|
|
|
BuildRequires: slf4j
|
|
|
|
BuildRequires: log4j
|
|
|
|
BuildRequires: apiviz
|
|
|
|
BuildRequires: jboss-parent
|
|
|
|
BuildRequires: maven-surefire-provider-junit
|
|
|
|
|
|
|
|
%description
|
|
|
|
This package contains the JBoss Logging Framework.
|
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadocs for %{name}
|
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains the API documentation for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2013-02-26 11:27:34 +00:00
|
|
|
%setup -q -n jboss-logging-%{namedversion}
|
2011-09-26 08:58:52 +00:00
|
|
|
|
2014-07-01 12:45:50 +00:00
|
|
|
%patch0 -p1
|
|
|
|
|
2011-09-26 08:58:52 +00:00
|
|
|
%build
|
2013-02-26 11:27:34 +00:00
|
|
|
%mvn_build -f
|
2011-09-26 08:58:52 +00:00
|
|
|
|
|
|
|
%install
|
2013-02-26 11:27:34 +00:00
|
|
|
%mvn_install
|
2011-09-26 08:58:52 +00:00
|
|
|
|
2013-02-26 11:27:34 +00:00
|
|
|
%files -f .mfiles
|
|
|
|
%doc src/main/resources/META-INF/LICENSE.txt
|
2011-09-26 08:58:52 +00:00
|
|
|
|
2013-02-26 11:27:34 +00:00
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
|
|
%doc src/main/resources/META-INF/LICENSE.txt
|
2011-09-26 08:58:52 +00:00
|
|
|
|
|
|
|
%changelog
|
2016-02-04 01:01:23 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.4-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-17 12:03:31 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-07-01 12:45:50 +00:00
|
|
|
* Tue Jul 01 2014 Marek Goldmann <mgoldman@redhat.com> - 3.1.4-3
|
|
|
|
- Upgrade to SLF4j 1.7
|
|
|
|
|
2014-06-07 23:53:12 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.4-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-14 12:28:10 +00:00
|
|
|
* Fri Feb 14 2014 Marek Goldmann <mgoldman@redhat.com> - 3.1.4-1
|
|
|
|
- Upstream release 3.1.4.GA
|
|
|
|
|
2013-08-03 20:53:00 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.3-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-07-22 09:41:47 +00:00
|
|
|
* Fri Jun 28 2013 Marek Goldmann <mgoldman@redhat.com> - 3.1.3-1
|
|
|
|
- Upstream release 3.1.3.GA
|
|
|
|
|
2013-02-26 11:27:34 +00:00
|
|
|
* Tue Feb 26 2013 Marek Goldmann <mgoldman@redhat.com> - 3.1.2-1
|
|
|
|
- Upstream release 3.1.2.GA
|
|
|
|
- Move to mvn_build and mvn_install macros
|
|
|
|
- License change to ASL 2.0
|
|
|
|
|
2013-02-14 02:40:15 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2013-02-06 19:03:11 +00:00
|
|
|
* Wed Feb 06 2013 Java SIG <java-devel@lists.fedoraproject.org> - 3.1.0-5
|
|
|
|
- Update for https://fedoraproject.org/wiki/Fedora_19_Maven_Rebuild
|
|
|
|
- Replace maven BuildRequires with maven-local
|
|
|
|
|
2012-07-20 08:05:28 +00:00
|
|
|
* Fri Jul 20 2012 Marek Goldmann <mgoldman@redhat.com> - 3.1.0-4
|
|
|
|
- Fixed BR
|
|
|
|
|
2012-07-19 15:50:15 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-02-26 11:13:38 +00:00
|
|
|
* Sun Feb 26 2012 Marek Goldmann <mgoldman@redhat.com> 3.1.0-2
|
|
|
|
- Release bump
|
|
|
|
|
2012-02-26 10:50:34 +00:00
|
|
|
* Sun Feb 26 2012 Marek Goldmann <mgoldman@redhat.com> 3.1.0-1
|
|
|
|
- Upstream release 3.1.0.GA
|
|
|
|
- Relocated jars to _javadir
|
|
|
|
|
2012-01-13 06:16:18 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1.0-0.2.CR1
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-11-18 14:03:55 +00:00
|
|
|
* Fri Nov 18 2011 Marek Goldmann <mgoldman@redhat.com> 3.1.0-0.1.CR1
|
|
|
|
- Upstream release 3.1.0.CR1
|
|
|
|
|
2011-09-26 08:58:52 +00:00
|
|
|
* Mon Sep 19 2011 Marek Goldmann <mgoldman@redhat.com> 3.0.1-1
|
|
|
|
- Upstream release 3.0.1.GA
|
|
|
|
|
|
|
|
* Thu Jul 28 2011 Marek Goldmann <mgoldman@redhat.com> 3.0.0-1
|
|
|
|
- Initial packaging
|
|
|
|
|