Upstream release 3.1.0.CR1
This commit is contained in:
parent
b03d71a575
commit
b01e6b70b6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/jboss-logging-3.0.1.GA.tar.xz
|
||||
/jboss-logging-3.1.0.CR1.tar.xz
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global namedreltag .GA
|
||||
%global namedreltag .CR1
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
|
||||
Name: jboss-logging
|
||||
Version: 3.0.1
|
||||
Version: 3.1.0
|
||||
Release: 1%{?dist}
|
||||
Summary: The JBoss Logging Framework
|
||||
Group: Development/Libraries
|
||||
@ -10,7 +10,7 @@ License: LGPLv2+
|
||||
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.0.1.GA/ 3.0.1.GA | xz > jboss-logging-3.0.1.GA.tar.xz
|
||||
# cd jboss-logging/ && git archive --format=tar --prefix=jboss-logging-3.1.0.CR1/ 3.1.0.CR1 | xz > jboss-logging-3.1.0.CR1.tar.xz
|
||||
Source0: %{name}-%{namedversion}.tar.xz
|
||||
|
||||
BuildArch: noarch
|
||||
@ -82,6 +82,9 @@ install -pm 644 pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.jboss-%{name}.pom
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Nov 18 2011 Marek Goldmann <mgoldman@redhat.com> 3.1.0-0.1.CR1
|
||||
- Upstream release 3.1.0.CR1
|
||||
|
||||
* Mon Sep 19 2011 Marek Goldmann <mgoldman@redhat.com> 3.0.1-1
|
||||
- Upstream release 3.0.1.GA
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user