Upstream release 1.2.0.Beta1

This commit is contained in:
Marek Goldmann 2013-09-09 13:16:05 +02:00
parent a2513357f1
commit 0e50d01282
3 changed files with 9 additions and 15 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/jboss-logging-tools-1.0.0.Final.tar.xz
/jboss-logging-tools-1.0.2.Final.tar.xz
/jboss-logging-tools-1.1.0.Final.tar.xz
/1.2.0.Beta1.tar.gz

View File

@ -1,17 +1,13 @@
%global namedreltag .Final
%global namedreltag .Beta1
%global namedversion %{version}%{?namedreltag}
Name: jboss-logging-tools
Version: 1.1.0
Release: 2%{?dist}
Version: 1.2.0
Release: 0.1%{namedreltag}%{?dist}
Summary: JBoss Logging I18n Annotation Processor
Group: Development/Libraries
License: LGPLv2+
URL: https://github.com/jboss-logging/jboss-logging-tools
# git clone git://github.com/jboss-logging/jboss-logging-tools.git
# cd jboss-logging-tools && git archive --format=tar --prefix=jboss-logging-tools-1.1.0.Final/ 1.1.0.Final | xz > jboss-logging-tools-1.1.0.Final.tar.xz
Source0: jboss-logging-tools-%{namedversion}.tar.xz
Source0: https://github.com/jboss-logging/jboss-logging-tools/archive/%{namedversion}.tar.gz
BuildArch: noarch
@ -23,17 +19,11 @@ BuildRequires: jboss-logging
BuildRequires: jboss-logmanager
BuildRequires: jdeparser
Requires: jboss-logging
Requires: java
Requires: jdeparser
%description
This pacakge contains JBoss Logging I18n Annotation Processor
%package javadoc
Summary: Javadocs for %{name}
Group: Documentation
Requires: jpackage-utils
%description javadoc
This package contains the API documentation for %{name}.
@ -53,6 +43,9 @@ This package contains the API documentation for %{name}.
%files javadoc -f .mfiles-javadoc
%changelog
* Mon Sep 09 2013 Marek Goldmann <mgoldman@redhat.com> - 1.2.0-0.1.Beta1
- Upstream release 1.2.0.Beta1
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

View File

@ -1 +1 @@
7dca9e5ce04fa0be327c09c75cdf9b05 jboss-logging-tools-1.1.0.Final.tar.xz
cf2993cb3308eea4590f77a4bb9bc8e6 1.2.0.Beta1.tar.gz