Compare commits
9 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8612399b31 | ||
|
|
7e6b48db21 | ||
|
|
4a19716db6 | ||
|
|
7a3cfaa661 | ||
|
|
3c09e2d77d | ||
|
|
5fa5a79c99 | ||
|
|
645dd6bb46 | ||
|
|
2b201f89fd | ||
|
|
da54177e1c |
4 changed files with 1 additions and 113 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
/vorbis-java-0.2.tar.gz
|
||||
/vorbis-java-0.6.tar.gz
|
||||
/vorbis-java-0.7.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
f973278053ac4650f4aff95623bf720d vorbis-java-0.7.tar.gz
|
||||
109
vorbis-java.spec
109
vorbis-java.spec
|
|
@ -1,109 +0,0 @@
|
|||
# Conditionals to help breaking vorbis-java-tika <-> tika dependency cycle
|
||||
%if 0%{?fedora}
|
||||
%bcond_with tika
|
||||
%endif
|
||||
|
||||
Name: vorbis-java
|
||||
Version: 0.7
|
||||
Release: 2%{?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
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
This library is a pure Java, for working with Ogg and
|
||||
Vorbis, FLAC, Opus, Speex and Theora files.
|
||||
|
||||
%if %{without tika}
|
||||
%package tika
|
||||
Summary: VorbisJava Apache Tika plugin
|
||||
|
||||
%description tika
|
||||
This package contains Apache Tika plugin for Ogg,
|
||||
Vorbis and FLAC.
|
||||
%endif
|
||||
|
||||
%package tools
|
||||
Summary: VorbisJava Tools
|
||||
|
||||
%description tools
|
||||
This package contains VorbisJava Ogg and Vorbis tools for Java.
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n VorbisJava-%{name}-%{version}
|
||||
find . -name "*.class" -delete
|
||||
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
|
||||
%pom_remove_plugin :maven-assembly-plugin tools
|
||||
|
||||
%pom_remove_plugin :maven-gpg-plugin parent
|
||||
%pom_remove_plugin :maven-source-plugin parent
|
||||
%pom_xpath_remove "pom:plugin[pom:artifactId='maven-javadoc-plugin']/pom:executions" parent
|
||||
|
||||
%mvn_package :%{name} %{name}
|
||||
%mvn_package :%{name}-parent %{name}
|
||||
%mvn_package :%{name}-core %{name}
|
||||
|
||||
%build
|
||||
|
||||
# Skip test @ random fails on arm builder
|
||||
%mvn_build -s -f -- -Dproject.build.sourceEncoding=UTF-8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles-%{name}
|
||||
%dir %{_javadir}/%{name}
|
||||
%doc CHANGES.txt README.txt TODO.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%if %{without tika}
|
||||
%files tika -f .mfiles-%{name}-tika
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
%endif
|
||||
|
||||
%files tools -f .mfiles-%{name}-tools
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
* Tue Apr 07 2015 gil cattaneo <puntogil@libero.it> 0.7-1
|
||||
- update to 0.7
|
||||
|
||||
* Fri Feb 13 2015 gil cattaneo <puntogil@libero.it> 0.6-2
|
||||
- introduce license macro
|
||||
|
||||
* Thu Sep 25 2014 gil cattaneo <puntogil@libero.it> 0.6-1
|
||||
- update to 0.6
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
* Tue Apr 02 2013 gil cattaneo <puntogil@libero.it> 0.2-1
|
||||
- initial rpm
|
||||
Loading…
Add table
Add a link
Reference in a new issue