From a7ccdfcdcae2fe66949178045733a23fd5f32574 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 7 Feb 2011 10:28:49 +0000 Subject: [PATCH] - comments Changed files: java.spec -> 1.51 --- java.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/java.spec b/java.spec index b6102e1..9fa62e4 100644 --- a/java.spec +++ b/java.spec @@ -1,4 +1,6 @@ # +# THIS IS TEMPLATE PACKAGE, CLEANUP UNUSED FRAGMENTS BEFORE SUBMITTING TO CVS +# # Conditional build: %bcond_without javadoc # don't build javadoc %bcond_without source # don't build source jar @@ -28,6 +30,7 @@ Group: Libraries/Java Source0: - # Source0-md5: - URL: - +# this is needed for the LC_ALL=en_US in build part dependency %if %(locale -a | grep -q '^en_US$'; echo $?) BuildRequires: glibc-localedb-all %endif @@ -131,6 +134,7 @@ export LC_ALL=en_US # source code not US-ASCII %{__make} +# if you need to assemble .jar yourself cd src %javac -cp $CLASSPATH $(find -name '*.java') %jar cf ../%{srcname}.jar $(find -name '*.class') -- 2.44.0