]> git.pld-linux.org Git - projects/template-specs.git/blobdiff - java.spec
- comments
[projects/template-specs.git] / java.spec
index b6102e1a74bec034dbb879644f47994ea3f6bc43..9fa62e4a888d06172e1a772411fe6927f87ecb7e 100644 (file)
--- 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')
This page took 0.071336 seconds and 4 git commands to generate.