[RPM (6.0)] [DIST generic] javassist-3.14.0-2.jpp6

Ralph Apel <[email protected]> Mon, 4 Feb 2013 10:51:06 +0100
Newsgroups gmane.linux.jpackage.announce
Message-ID <[email protected]>
Name        : javassist                    Relocations: (not relocatable)
Version     : 3.14.0                            Vendor: JPackage Project
Release     : 2.jpp6                        Build Date: Mon 04 Feb 2013 10:39:24 AM CET
Install Date: (not installed)               Build Host: linux.fritz.box
Group       : Development/Libraries/Java    Source RPM: (none)
Size        : 2267114                          License: MPLv1.1/LGPLv2.1
Signature   : (none)
Packager    : Ralph Apel <[email protected]>
URL         : http://www.javassist.org
Summary     : Java Programming Assistant: bytecode manipulation
Description :
Javassist (Java Programming Assistant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java; it enables Java
programs to define a new class at runtime and to modify a class file when the
JVM loads it. Unlike other similar bytecode editors, Javassist provides two
levels of API: source level and bytecode level. If the users use the
source-level API, they can edit a class file without knowledge of the
specifications of the Java bytecode. The whole API is designed with only the
vocabulary of the Java language. You can even specify inserted bytecode in the
form of source text; Javassist compiles it on the fly. On the other hand, the
bytecode-level API allows the users to directly edit a class file as other
editors.

---------------
Ralph Apel <[email protected]> 0:3.14.0-2
- Prevent xzpayload problem
---------------
javassist.src: W: strange-permission javassist.spec 0674
javassist.src: W: no-signature
javassist.src: W: invalid-license MPLv1.1/LGPLv2.1
1 packages and 0 specfiles checked; 0 errors, 3 warnings.

---------------
Index: javassist.spec
===================================================================
RCS file: /home/projects/jpackage/cvs/rpms/free/javassist/javassist.spec,v
retrieving revision 1.9
diff -u -r1.9 javassist.spec
--- javassist.spec	13 Jan 2013 12:53:00 -0000	1.9
+++ javassist.spec	4 Feb 2013 09:51:05 -0000
@@ -29,12 +29,16 @@
 #
 
 %define section free
+%define _binary_payload w9.gzdio
+%define _source_payload w9.gzdio
+%define _binary_filedigest_algorithm 1
+%define _source_filedigest_algorithm 1
 
 %define reltag  GA
 
 Name:           javassist
 Version:        3.14.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Epoch:          0
 Summary:        Java Programming Assistant: bytecode manipulation
 License:        MPLv1.1/LGPLv2.1
@@ -153,6 +157,9 @@
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Mon Feb 04 2013 Ralph Apel <[email protected]> 0:3.14.0-2
+- Prevent xzpayload problem
+
 * Sun Jan 13 2013 Ralph Apel <[email protected]> 0:3.14.0-1
 - 3.14.0