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 311707 Details for
Bug 455263
Add asm-all.jar and include OSGi metadata for Eclipse 3.4
[?]
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]
specfile patch
objectweb-asm-eclipse34.patch (text/plain), 2.06 KB, created by
Andrew Overholt
on 2008-07-14 14:42:26 UTC
(
hide
)
Description:
specfile patch
Filename:
MIME Type:
Creator:
Andrew Overholt
Created:
2008-07-14 14:42:26 UTC
Size:
2.06 KB
patch
obsolete
>? .build-3.1-2jpp.2.fc10.log >? asm-3.1 >? clog >? noarch >? objectweb-asm-3.1-2jpp.2.fc10.src.rpm >? objectweb-asm.patch >Index: objectweb-asm.spec >=================================================================== >RCS file: /cvs/pkgs/rpms/objectweb-asm/devel/objectweb-asm.spec,v >retrieving revision 1.2 >diff -u -r1.2 objectweb-asm.spec >--- objectweb-asm.spec 4 Dec 2007 20:48:22 -0000 1.2 >+++ objectweb-asm.spec 14 Jul 2008 14:40:58 -0000 >@@ -32,14 +32,14 @@ > > Name: objectweb-asm > Version: 3.1 >-Release: 2jpp.1%{dist} >+Release: 2jpp.2%{dist} > Epoch: 0 > Summary: A code manipulation tool to implement adaptable systems > License: BSD > URL: http://asm.objectweb.org/ > Group: Development/Libraries/Java > Source0: http://download.forge.objectweb.org/asm/asm-3.1.tar.gz >- >+Source1: asm-MANIFEST.MF > BuildRequires: jpackage-utils >= 0:1.6 > BuildRequires: ant > BuildRequires: objectweb-anttask >@@ -67,6 +67,11 @@ > %build > ant -Dobjectweb.ant.tasks.path=$(build-classpath objectweb-anttask) jar jdoc > >+# inject OSGi manifests >+mkdir -p META-INF >+cp %{SOURCE1} META-INF/MANIFEST.MF >+zip -u output/dist/lib/all/asm-all-%{version}.jar META-INF/MANIFEST.MF >+ > %install > rm -rf $RPM_BUILD_ROOT > >@@ -78,9 +83,15 @@ > $RPM_BUILD_ROOT%{_javadir}/%{name}/`basename ${jar}` > done > >+install -m 644 output/dist/lib/all/asm-all-%{version}.jar \ >+$RPM_BUILD_ROOT%{_javadir}/%{name}/asm-all-%{version}.jar >+ >+ > (cd $RPM_BUILD_ROOT%{_javadir}/%{name} && for jar in *-%{version}*; do \ > ln -sf ${jar} ${jar/-%{version}/}; done) > >+ >+ > # javadoc > install -p -d -m 755 $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} > cp -pr output/dist/doc/javadoc/user/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}-%{version} >@@ -103,6 +114,9 @@ > %{_javadocdir}/%{name}-%{version}/* > > %changelog >+* Tue Jul 08 2008 Andrew Overholt <overholt@redhat.com> 0:3.1-2jpp.2 >+- Build and ship asm-all.jar with OSGi manifest (Alexander Kurtakov) >+ > * Tue Dec 04 2007 Fernando Nasser <fnasser@redhat.com> - 0:3.1-2jpp.1 > - First Fedora build > - Replace uses of dos2unix with sed
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 455263
: 311707 |
311708