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 578390 Details for
Bug 806669
Review Request: janino - An embedded Java compiler
[?]
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]
Proposed patch
janino.patch (text/plain), 1.43 KB, created by
Mary Ellen Foster
on 2012-04-18 15:28:18 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Mary Ellen Foster
Created:
2012-04-18 15:28:18 UTC
Size:
1.43 KB
patch
obsolete
>--- janino.spec.orig 2012-04-18 16:22:32.597810428 +0100 >+++ janino.spec 2012-04-18 16:27:43.147630973 +0100 >@@ -124,27 +124,25 @@ > install -m 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-parent.pom > %add_maven_depmap JPP-%{name}-parent.pom > >-mkdir -p %{buildroot}%{_javadir} >+mkdir -p %{buildroot}%{_javadir}/%{name} > > for m in \ > commons-compiler\ > commons-compiler-jdk \ > %{name};do >- install -m 644 ${m}/target/${m}-%{version}.jar %{buildroot}%{_javadir}/${m}.jar >- install -m 644 ${m}/pom.xml %{buildroot}%{_mavenpomdir}/JPP-${m}.pom >- %add_maven_depmap JPP-${m}.pom ${m}.jar >+ install -m 644 ${m}/target/${m}-%{version}.jar %{buildroot}%{_javadir}/%{name}/${m}.jar >+ install -m 644 ${m}/pom.xml %{buildroot}%{_mavenpomdir}/JPP.%{name}-${m}.pom >+ %add_maven_depmap JPP.%{name}-${m}.pom %{name}/${m}.jar > done > > mkdir -p %{buildroot}%{_javadocdir}/%{name} > cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} > > %files >-%{_javadir}/%{name}.jar >-%{_javadir}/commons-compiler.jar >-%{_javadir}/commons-compiler-jdk.jar >-%{_mavenpomdir}/JPP-%{name}.pom >-%{_mavenpomdir}/JPP-commons-compiler.pom >-%{_mavenpomdir}/JPP-commons-compiler-jdk.pom >+%{_javadir}/%{name} >+%{_mavenpomdir}/JPP.%{name}-%{name}.pom >+%{_mavenpomdir}/JPP.%{name}-commons-compiler.pom >+%{_mavenpomdir}/JPP.%{name}-commons-compiler-jdk.pom > %{_mavenpomdir}/JPP-%{name}-parent.pom > %{_mavendepmapfragdir}/%{name} > %doc new_bsd_license.txt README.txt
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 806669
: 578390