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 609748 Details for
Bug 854346
gdata-java: Please remove bundled jars before building
[?]
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]
Patch fixing the problem
0001-Remove-bundled-jars-prior-to-building-resolves-85434.patch (text/plain), 1.29 KB, created by
Mikolaj Izdebski
on 2012-09-04 17:19:32 UTC
(
hide
)
Description:
Patch fixing the problem
Filename:
MIME Type:
Creator:
Mikolaj Izdebski
Created:
2012-09-04 17:19:32 UTC
Size:
1.29 KB
patch
obsolete
>From f05598204cdc93a5e01eaa25aec2969d8fcfe293 Mon Sep 17 00:00:00 2001 >From: Mikolaj Izdebski <mizdebsk@redhat.com> >Date: Tue, 4 Sep 2012 19:16:47 +0200 >Subject: [PATCH] Remove bundled jars prior to building, resolves #854346 > >--- > gdata-java.spec | 6 +++++- > 1 file changed, 5 insertions(+), 1 deletion(-) > >diff --git a/gdata-java.spec b/gdata-java.spec >index b63f550..a06b232 100644 >--- a/gdata-java.spec >+++ b/gdata-java.spec >@@ -2,7 +2,7 @@ > > Name: %{genericname}-java > Version: 1.45.0 >-Release: 5%{?dist} >+Release: 6%{?dist} > Summary: Client libraries to write Google Data API client applications in Java > Group: Development/Libraries > License: ASL 2.0 >@@ -43,6 +43,7 @@ gdata development documentation. > pushd java > > rm -rf lib/* gdata/java/deps/* classes doc >+find -name *.jar -delete > > properties=build-src/build.properties > for jars in \ >@@ -114,6 +115,9 @@ install -pm 644 %{SOURCE1} $RPM_BUILD_ROOT%{_mavenpomdir}/JPP.%{genericname}-%{g > > > %changelog >+* Tue Sep 4 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.45.0-6 >+- Remove bundled jars prior to building, resolves #854346 >+ > * Tue Sep 4 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.45.0-5 > - Install COPYING file with javadoc package > - Update to current packaging guidelines >-- >1.7.11.2 >
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 854346
: 609748