jboss-logging/jboss-logging.spec

117 lines
3.7 KiB
RPMSpec
Raw Normal View History

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
Release: 5%{?dist}
2011-09-26 08:58:52 +00:00
Summary: The JBoss Logging Framework
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
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
%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
%mvn_build -f
2011-09-26 08:58:52 +00:00
%install
%mvn_install
2011-09-26 08:58:52 +00:00
%files -f .mfiles
%doc src/main/resources/META-INF/LICENSE.txt
2011-09-26 08:58:52 +00:00
%files javadoc -f .mfiles-javadoc
%doc src/main/resources/META-INF/LICENSE.txt
2011-09-26 08:58:52 +00:00
%changelog
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.1.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* 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