gil pushed to vorbis-java (f22). "update to 0.7"

notifications at fedoraproject.org notifications at fedoraproject.org
Tue Apr 7 01:50:47 UTC 2015


>From aeebc435f55fa2d67f25b0704e3aea0feec9e5f5 Mon Sep 17 00:00:00 2001
From: gil <puntogil at libero.it>
Date: Tue, 7 Apr 2015 03:37:14 +0200
Subject: update to 0.7


diff --git a/.gitignore b/.gitignore
index 4a85290..78626a7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /vorbis-java-0.2.tar.gz
 /vorbis-java-0.6.tar.gz
+/vorbis-java-0.7.tar.gz
diff --git a/sources b/sources
index 4bd9093..d1e89d3 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88e179ca7b4b4052e5a3e2d799ed06da  vorbis-java-0.6.tar.gz
+f973278053ac4650f4aff95623bf720d  vorbis-java-0.7.tar.gz
diff --git a/vorbis-java.spec b/vorbis-java.spec
index 23b9f87..e49901f 100644
--- a/vorbis-java.spec
+++ b/vorbis-java.spec
@@ -2,27 +2,26 @@
 %if 0%{?fedora}
 %bcond_with tika
 %endif
+
 Name:          vorbis-java
-Version:       0.6
-Release:       2%{?dist}
+Version:       0.7
+Release:       1%{?dist}
 Summary:       Ogg and Vorbis toolkit for Java
 License:       ASL 2.0
 URL:           https://github.com/Gagravarr/VorbisJava
 Source0:       https://github.com/Gagravarr/VorbisJava/archive/%{name}-%{version}.tar.gz
 
+BuildRequires: maven-local
+BuildRequires: mvn(junit:junit)
 %if %{without tika}
 BuildRequires: mvn(org.apache.tika:tika-core)
 %endif
-# test deps
-BuildRequires: mvn(junit:junit)
-
-BuildRequires: maven-local
 
 BuildArch:     noarch
 
 %description
 This library is a pure Java, for working with Ogg and
-Vorbis files.
+Vorbis, FLAC, Opus, Speex and Theora files.
 
 %if %{without tika}
 %package tika
@@ -52,6 +51,7 @@ find . -name "*.jar" -delete
 
 %if %{with tika}
 %pom_disable_module tika
+%pom_xpath_remove "pom:dependency[pom:scope = 'test']" tika
 %endif
 
 # disable embedded core copy
@@ -59,7 +59,7 @@ find . -name "*.jar" -delete
 
 %pom_remove_plugin :maven-gpg-plugin parent
 %pom_remove_plugin :maven-source-plugin parent
-%pom_xpath_remove "pom:build/pom:plugins/pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:executions" parent
+%pom_xpath_remove "pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:executions" parent
 
 %mvn_package :%{name} %{name}
 %mvn_package :%{name}-parent %{name}
@@ -90,6 +90,9 @@ find . -name "*.jar" -delete
 %license LICENSE.txt NOTICE.txt
 
 %changelog
+* Tue Apr 07 2015 gil cattaneo <puntogil at libero.it> 0.7-1
+- update to 0.7
+
 * Fri Feb 13 2015 gil cattaneo <puntogil at libero.it> 0.6-2
 - introduce license macro
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/vorbis-java.git/commit/?h=f22&id=aeebc435f55fa2d67f25b0704e3aea0feec9e5f5


More information about the scm-commits mailing list