[tigase-xmltools] New upstream release.

Matej Cepl mcepl at fedoraproject.org
Tue Oct 19 11:28:30 UTC 2010


commit 912c610ec6e8055a2feb2f8f375a1aae0e223a26
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Tue Oct 19 13:27:14 2010 +0200

    New upstream release.

 .gitignore           |    2 ++
 sources              |    2 +-
 tigase-xmltools.spec |   12 ++++++++----
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0726143..f2cd8af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 tigase-xmltools-3.3.4.tar.bz2
+/tigase-xmltools.tar.bz2
+/tigase-xmltools-3.3.5.tar.bz2
diff --git a/sources b/sources
index 4ca6536..208b760 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-74ab6e2467e0377880beac8ab02591b2  tigase-xmltools-3.3.4.tar.bz2
+ecfd59f564472e96f6cc3ae900456edf  tigase-xmltools-3.3.5.tar.bz2
diff --git a/tigase-xmltools.spec b/tigase-xmltools.spec
index 5335da3..eff0a30 100644
--- a/tigase-xmltools.spec
+++ b/tigase-xmltools.spec
@@ -1,6 +1,6 @@
 Name:           tigase-xmltools
-Version:        3.3.4
-Release:        4%{?dist}
+Version:        3.3.5
+Release:        1%{?dist}
 Summary:        Tigase XML Tools
 
 Group:          Development/Libraries
@@ -16,7 +16,7 @@ BuildArch:      noarch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:  jpackage-utils
 BuildRequires:  java-devel >= 1:1.6.0
-BuildRequires:  ant ant-contrib ant-apache-regexp
+BuildRequires:  ant ant-contrib ant-apache-regexp ant-nodeps
 %if 0%{?rhel:1}
 BuildRequires:  ant-nodeps
 %endif
@@ -39,13 +39,14 @@ Requires:       jpackage-utils
 This package contains the API documentation for %{name}.
 
 %prep
-%setup -q
+%setup -q -n %{name}
 find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
 
 %build
 export LANG=en_US
 export CLASSPATH=$(build-classpath ant/ant-contrib)
+mkdir -p libs
 ant jar docs
 
 %install
@@ -73,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_javadocdir}/%{name}
 
 %changelog
+* Tue Oct 19 2010 Matěj Cepl <mcepl at redhat.com> - 3.3.5-1
+- New upstream release.
+
 * Tue May 11 2010 Matěj Cepl <mcepl at redhat.com> - 3.3.4-3
 - Fixing description per reviewer's request
 


More information about the scm-commits mailing list