[jansi] Upstream release 1.9, RHBZ#864490

Marek Goldmann goldmann at fedoraproject.org
Tue Oct 9 13:46:28 UTC 2012


commit f4bc0f133153c34e4694f471e37ee46a406ee42d
Author: Marek Goldmann <goldmann at fedoraproject.org>
Date:   Tue Oct 9 15:46:12 2012 +0200

    Upstream release 1.9, RHBZ#864490

 .gitignore          |    1 +
 jansi-1.6-pom.patch |   33 ---------------------------------
 jansi.spec          |   22 ++++++++++++++++------
 sources             |    2 +-
 4 files changed, 18 insertions(+), 40 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3147e1c..46f7c5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /jansi-1.6.tar.xz
+/jansi-1.9.tar.xz
diff --git a/jansi.spec b/jansi.spec
index 0804c98..dbe57d5 100644
--- a/jansi.spec
+++ b/jansi.spec
@@ -1,15 +1,14 @@
 Name:             jansi
-Version:          1.6
-Release:          4%{?dist}
+Version:          1.9
+Release:          1%{?dist}
 Summary:          Jansi is a java library for generating and interpreting ANSI escape sequences
 Group:            Development/Libraries
 License:          ASL 2.0
 URL:              http://jansi.fusesource.org/
 
 # git clone git://github.com/fusesource/jansi.git
-# cd jansi && git archive --format=tar --prefix=jansi-1.6/ jansi-project-1.6 | xz > jansi-1.6.tar.xz
-Source0:          %{name}-%{version}.tar.xz
-Patch0:           %{name}-%{version}-pom.patch
+# cd jansi && git archive --format=tar --prefix=jansi-1.9/ jansi-project-1.9 | xz > jansi-1.9.tar.xz
+Source0:          jansi-%{version}.tar.xz
 
 BuildArch:        noarch
 
@@ -50,7 +49,15 @@ This package contains the API documentation for %{name}.
 
 %prep
 %setup -q
-%patch0 -p1
+
+%pom_disable_module jansi-website
+%pom_xpath_remove "pom:build/pom:extensions"
+
+# No org.fusesource.mvnplugins:fuse-javadoc-skin available
+%pom_remove_plugin "org.apache.maven.plugins:maven-dependency-plugin"
+
+# No maven-uberize-plugin
+%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId = 'maven-uberize-plugin']" jansi/pom.xml
 
 %build
 mvn-rpmbuild install javadoc:aggregate
@@ -84,6 +91,9 @@ install -pm 644 %{name}/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %doc license.txt
 
 %changelog
+* Tue Oct 09 2012 Marek Goldmann <mgoldman at redhat.com> - 1.9-1
+- Upstream release 1.9, RHBZ#864490
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 47de318..59c3332 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-90a600f1c5643058c28abce308afc1ee  jansi-1.6.tar.xz
+6870d6d2b35a429b3127b27fa1644ce7  jansi-1.9.tar.xz


More information about the scm-commits mailing list