Upstream release 3.1.3.G
This commit is contained in:
parent
c71aa7b949
commit
ccf02e03e7
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/jboss-logging-3.1.0.CR1.tar.xz
|
||||
/jboss-logging-3.1.0.GA.tar.xz
|
||||
/jboss-logging-3.1.2.GA.tar.xz
|
||||
/3.1.3.GA.tar.gz
|
||||
|
@ -2,23 +2,16 @@
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
|
||||
Name: jboss-logging
|
||||
Version: 3.1.2
|
||||
Version: 3.1.3
|
||||
Release: 1%{?dist}
|
||||
Summary: The JBoss Logging Framework
|
||||
Group: Development/Libraries
|
||||
License: ASL 2.0
|
||||
URL: https://github.com/jboss-logging/jboss-logging
|
||||
|
||||
# git clone git://github.com/jboss-logging/jboss-logging.git
|
||||
# cd jboss-logging/ && git archive --format=tar --prefix=jboss-logging-3.1.2.GA/ 3.1.2.GA | xz > jboss-logging-3.1.2.GA.tar.xz
|
||||
Source0: jboss-logging-%{namedversion}.tar.xz
|
||||
Source0: https://github.com/jboss-logging/jboss-logging/archive/%{namedversion}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: java-devel
|
||||
BuildRequires: maven-local
|
||||
|
||||
BuildRequires: maven-compiler-plugin
|
||||
BuildRequires: maven-install-plugin
|
||||
BuildRequires: maven-jar-plugin
|
||||
@ -34,19 +27,11 @@ BuildRequires: apiviz
|
||||
BuildRequires: jboss-parent
|
||||
BuildRequires: maven-surefire-provider-junit
|
||||
|
||||
Requires: log4j
|
||||
Requires: slf4j
|
||||
Requires: jboss-logmanager
|
||||
Requires: jpackage-utils
|
||||
Requires: java
|
||||
|
||||
%description
|
||||
This package contains the JBoss Logging Framework.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadocs for %{name}
|
||||
Group: Documentation
|
||||
Requires: jpackage-utils
|
||||
|
||||
%description javadoc
|
||||
This package contains the API documentation for %{name}.
|
||||
@ -67,6 +52,9 @@ This package contains the API documentation for %{name}.
|
||||
%doc src/main/resources/META-INF/LICENSE.txt
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user