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 586927 Details for
Bug 825355
added missing weld-build-config library
[?]
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]
add missing weld-build-config library
0001-added-missing-weld-build-config-library.patch (text/plain), 3.30 KB, created by
gil cattaneo
on 2012-05-25 19:05:21 UTC
(
hide
)
Description:
add missing weld-build-config library
Filename:
MIME Type:
Creator:
gil cattaneo
Created:
2012-05-25 19:05:21 UTC
Size:
3.30 KB
patch
obsolete
>From 0b8694da39063def21a92341e17ec4dd5b153b58 Mon Sep 17 00:00:00 2001 >From: gil <puntogil@libero.it> >Date: Fri, 25 May 2012 19:00:04 +0200 >Subject: [PATCH] added missing weld-build-config library > >--- > weld-core-1.1.5.AS71.Final-build-config-pom.patch | 19 +++++++++++++++++++ > weld-core.spec | 12 ++++++++++-- > 2 files changed, 29 insertions(+), 2 deletions(-) > create mode 100644 weld-core-1.1.5.AS71.Final-build-config-pom.patch > >diff --git a/weld-core-1.1.5.AS71.Final-build-config-pom.patch b/weld-core-1.1.5.AS71.Final-build-config-pom.patch >new file mode 100644 >index 0000000..0fa56f8 >--- /dev/null >+++ b/weld-core-1.1.5.AS71.Final-build-config-pom.patch >@@ -0,0 +1,19 @@ >+--- build-config/pom.xml 2012-05-25 15:01:06.000000000 +0200 >++++ build-config/pom.xml-gil 2012-05-25 16:16:50.346503012 +0200 >+@@ -34,7 +34,7 @@ >+ <version>1.1.5.AS71.Final</version> >+ <name>Weld: Build Configuration</name> >+ >+- <build> >++ <!--build> >+ <extensions> >+ <extension> >+ <groupId>org.apache.maven.wagon</groupId> >+@@ -42,6 +42,6 @@ >+ <version>1.0-beta-7</version> >+ </extension> >+ </extensions> >+- </build> >++ </build--> >+ >+ </project> >diff --git a/weld-core.spec b/weld-core.spec >index e2426ea..3929fea 100644 >--- a/weld-core.spec >+++ b/weld-core.spec >@@ -3,7 +3,7 @@ > > Name: weld-core > Version: 1.1.5 >-Release: 3%{namedreltag}%{?dist} >+Release: 4%{namedreltag}%{?dist} > Summary: Reference Implementation for JSR-299: Contexts and Dependency Injection (CDI) > Group: Development/Libraries > License: ASL 2.0 and LGPLv2+ and (CDDL or GPLv2 with exceptions) >@@ -24,6 +24,8 @@ Patch1: %{name}-fix-compilation-problem-on-jdk7.patch > # Fix issue with bridge methods: > Patch2: %{name}-fix-issue-with-bridge-methods.patch > >+Patch3: %{name}-%{namedversion}-build-config-pom.patch >+ > BuildArch: noarch > > BuildRequires: findbugs >@@ -74,7 +76,7 @@ This package contains the API documentation for %{name}. > %patch0 -p1 > %patch1 -p1 > %patch2 -p1 >- >+%patch3 -p0 > > %build > mvn-rpmbuild install javadoc:aggregate >@@ -85,15 +87,18 @@ mvn-rpmbuild install javadoc:aggregate > # Jar files: > install -d -m 755 %{buildroot}%{_javadir} > install -pm 644 impl/target/weld-core-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}.jar >+install -pm 644 build-config/target/weld-build-config-%{namedversion}.jar %{buildroot}%{_javadir}/%{name}-build-config.jar > > # POM files: > install -d -m 755 %{buildroot}%{_mavenpomdir} > install -pm 644 pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-parent.pom > install -pm 644 impl/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}.pom >+install -pm 644 build-config/pom.xml %{buildroot}%{_mavenpomdir}/JPP-%{name}-build-config.pom > > # Dependencies map: > %add_maven_depmap JPP-%{name}-parent.pom > %add_maven_depmap JPP-%{name}.pom %{name}.jar >+%add_maven_depmap JPP-%{name}-build-config.pom %{name}-build-config.jar > > # Javadoc files: > install -d -m 755 %{buildroot}%{_javadocdir}/%{name} >@@ -111,6 +116,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} > > > %changelog >+* Fri May 25 2012 gil cattaneo <puntogil@libero.it> 1.1.5-4.AS71.Final >+- added missing weld-build-config library >+ > * Mon Apr 02 2012 Juan Hernandez <juan.hernandez@redhat.com> 1.1.5-3.AS71.Final > - Remove binaries bundled in the tarball > >-- >1.7.7.6 >
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 825355
: 586927 |
587017
|
587018