Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 908406 Details for
Bug 1109072
subpackage for the tika standalone app
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
tike.spec patch
tika.spec.diff (text/plain), 2.61 KB, created by
Fabrice Bellet
on 2014-06-13 08:08:01 UTC
(
hide
)
Description:
tike.spec patch
Filename:
MIME Type:
Creator:
Fabrice Bellet
Created:
2014-06-13 08:08:01 UTC
Size:
2.61 KB
patch
obsolete
>--- tika.spec 2014-06-13 10:06:35.440087377 +0200 >+++ ../../local/tika/F-20/tika.spec 2014-06-11 21:59:42.895181261 +0200 >@@ -3,11 +3,12 @@ > %bcond_with vorbis_tika > # Disable only for now > %bcond_with tika_parsers >+%bcond_with tika_app > %endif > > Name: tika > Version: 1.4 >-Release: 3%{?dist} >+Release: 3.1%{?dist} > Summary: A content analysis toolkit > License: ASL 2.0 > Url: http://tika.apache.org/ >@@ -65,6 +66,9 @@ > BuildRequires: mvn(com.googlecode.mp4parser:isoparser:1.0-RC-1) > # tika-xmp > BuildRequires: mvn(org.apache.felix:maven-scr-plugin:1.7.4) >+# tika-app >+BuildRequires: mvn(org.apache.felix:maven-shade-plugin:1.6) >+BuildRequires: mvn(com.google.code.gson:gson:1.7.1) > %endif > > # Test deps >@@ -77,6 +81,12 @@ > BuildRequires: maven-plugin-bundle > BuildRequires: maven-remote-resources-plugin > BuildRequires: maven-site-plugin >+ >+%if %{without tika_app} >+BuildRequires: maven-shade-plugin >+BuildRequires: google-gson >+%endif >+ > BuildArch: noarch > > %description >@@ -100,6 +110,14 @@ > Converts Tika metadata to XMP. > %endif > >+%if %{without tika_app} >+%package app >+Summary: Apache Tika Application >+ >+%description app >+Apache Tika standalone application. >+%endif >+ > %package javadoc > Summary: Javadoc for %{name} > >@@ -133,7 +151,9 @@ > find . -name '*.zip' -delete > %patch0 -p1 > >+%if %{with tika_app} > %pom_disable_module %{name}-app >+%endif > %pom_disable_module %{name}-bundle > %pom_disable_module %{name}-server > # Unavailable plugins >@@ -179,7 +199,8 @@ > %{name}-parsers/src/test/java/org/apache/tika/parser/iwork/IWorkParserTest.java \ > %{name}-parsers/src/test/java/org/apache/tika/parser/pkg/ArParserTest.java \ > %{name}-parsers/src/test/java/org/apache/tika/parser/executable/ExecutableParserTest.java \ >- %{name}-parsers/src/test/java/org/apache/tika/parser/ibooks/iBooksParserTest.java >+ %{name}-parsers/src/test/java/org/apache/tika/parser/ibooks/iBooksParserTest.java \ >+ %{name}-app/src/test/java/org/apache/tika/cli/TikaCLITest.java > > %build > # skip tests for now because there are test failures: >@@ -205,10 +226,18 @@ > %doc LICENSE.txt NOTICE.txt > %endif > >+%if %{without tika_app} >+%files app -f .mfiles-%{name}-app >+%doc LICENSE.txt NOTICE.txt >+%endif >+ > %files javadoc -f .mfiles-javadoc > %doc LICENSE.txt NOTICE.txt > > %changelog >+* Wed Jun 11 2014 Fabrice Bellet <fabrice@bellet.info> - 1.4-3.1 >+- enable app module >+ > * Tue Oct 22 2013 gil cattaneo <puntogil@libero.it> 1.4-3 > - enable vorbis-java-tika support > >@@ -219,4 +248,4 @@ > - update to 1.4 > > * Tue Oct 23 2012 gil cattaneo <puntogil@libero.it> 1.2-1 >-- initial rpm >\ No newline at end of file >+- initial rpm
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1109072
:
908406
|
909877