]> git.pld-linux.org Git - packages/asm2.git/blobdiff - asm2.spec
- fixed source md5
[packages/asm2.git] / asm2.spec
index 81917a0bfd7e7e94e1142f858ffa0083abf2790a..bf12e7e85aea188bef3436ab9e45a9679633f71a 100644 (file)
--- a/asm2.spec
+++ b/asm2.spec
@@ -2,22 +2,23 @@
 Summary:       A code manipulation tool to implement adaptable systems
 Summary(pl.UTF-8):     Narzędzie do obróbki kodu do implementowania systemów adaptacyjnych
 Name:          asm2
-Version:       2.1
+Version:       2.2.3
 Release:       0.1
 License:       BSD-style
 Group:         Development/Languages/Java
 Source0:       http://download.forge.objectweb.org/asm/asm-%{version}.tar.gz
-# Source0-md5: dfd62160a88f13e236f9da7d2485c9ec
+# Source0-md5: 7a92c87bf067925685cf68dcc0dd8998
 Source1:       http://asm.objectweb.org/current/asm-eng.pdf
 # Source1-md5: 5f17bfac3563feb108793575f74ce27c
 Source2:       http://asm.objectweb.org/doc/faq.html
-# Source2-md5: 556c0df057bced41517491784d556acc
+# Source2-md5: cca9b825cf4398addb909bd1fa217a70
 URL:           http://asm.objectweb.org/
 BuildRequires: ant
 BuildRequires: jpackage-utils
 BuildRequires: objectweb-anttask
 BuildRequires: rpm-javaprov
 BuildRequires: rpmbuild(macros) >= 1.300
+Requires:      jpackage-utils
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -46,6 +47,8 @@ find -name '*.jar' | xargs rm -vf
 install -m 644 %{SOURCE1} .
 install -m 644 %{SOURCE2} .
 
+mkdir test/lib
+
 %build
 export LC_ALL=en_US # source not in ASCII
 %ant jar jdoc \
This page took 0.042527 seconds and 4 git commands to generate.