[RPM (6.0)] [DIST generic] arquillian-core-1.0.3-2.jpp6

Ralph Apel <[email protected]> Wed, 6 Feb 2013 11:55:46 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : arquillian-core              Relocations: (not relocatable)
Version     : 1.0.3                             Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Wed 06 Feb 2013 11:47:40 AM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Application Frameworks   Source RPM: (none)
Size        : 219285                           License: Apache Software License 2.0
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://arquillian.org/
Summary     : Arquillian Core
Description :
Arquillian provides a component model for integration tests,
which includes dependency injection and container life cycle
management. Instead of managing a runtime in your test,
Arquillian brings your test to the runtime.

---------------
Ralph Apel <[email protected]> - 0:1.0.3-2
- Prevent xzpayload problem
- Build in non bootstrap mode
---------------
arquillian-core.src:106: W: unversioned-explicit-provides jsf_2_0_api
arquillian-core.src: W: source-or-patch-not-bzipped arquillian-core-testenrichers-nocdi-pom.patch
arquillian-core.src: W: source-or-patch-not-bzipped arquillian-core-TestNGTestBaseClass.patch
arquillian-core.src: W: no-signature
arquillian-core.src: W: invalid-license Apache Software License 2.0
1 packages and 0 specfiles checked; 0 errors, 5 warnings.

---------------
Index: arquillian-core.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/arquillian-core/arquillian-core.spec,v
retrieving revision 1.1
diff -u -r1.1 arquillian-core.spec
--- arquillian-core.spec	27 Jan 2013 11:49:06 -0000	1.1
+++ arquillian-core.spec	6 Feb 2013 10:55:45 -0000
@@ -31,13 +31,17 @@
 %define section free
 %define pname arquillian
 %define namedversion 1.0.3.Final
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
-%define bootstrap 1
+%define bootstrap 0
 
 Summary:        Arquillian Core
 Name:           arquillian-core
 Version:        1.0.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 License:        Apache Software License 2.0
 URL:            http://arquillian.org/
@@ -66,6 +70,7 @@
 BuildRequires:  maven-surefire-plugin
 BuildRequires:  maven-surefire-provider-junit4
 BuildRequires:  maven-surefire-provider-testng
+BuildRequires:  geronimo-genesis2
 BuildRequires:  htmlunit1
 BuildRequires:  junit4
 BuildRequires:  mojo-animal-sniffer
@@ -89,6 +94,7 @@
 BuildRequires:  shrinkwrap
 BuildRequires:  shrinkwrap-descriptors
 %if ! %bootstrap
+BuildRequires:  weld-api
 BuildRequires:  weld-core
 %endif
 
@@ -101,6 +107,7 @@
 Requires:  servlet_2_5_api
 Requires:  servlet_3_0_api
 %if ! %bootstrap
+Requires:  weld-api
 Requires:  weld-core
 %endif
 BuildArch:      noarch
@@ -397,6 +404,10 @@
 %{_javadocdir}/%{name}
 
 %changelog
+* Wed Feb 06 2013 Ralph Apel <[email protected]> - 0:1.0.3-2
+- Prevent xzpayload problem
+- Build in non bootstrap mode
+
 * Sun Jan 27 2013 Ralph Apel <[email protected]> - 0:1.0.3-1
 - 1.0.3.Final in bootstrap mode (no weld)