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 0.7-1 +- update to 0.7 + * Fri Feb 13 2015 gil cattaneo 0.6-2 - introduce license macro