SPECS: qdox.spec - unify

glen glen at pld-linux.org
Wed Feb 25 00:58:39 CET 2009


Author: glen                         Date: Tue Feb 24 23:58:39 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify

---- Files affected:
SPECS:
   qdox.spec (1.14 -> 1.15) 

---- Diffs:

================================================================
Index: SPECS/qdox.spec
diff -u SPECS/qdox.spec:1.14 SPECS/qdox.spec:1.15
--- SPECS/qdox.spec:1.14	Fri Feb 20 18:22:04 2009
+++ SPECS/qdox.spec	Wed Feb 25 00:58:34 2009
@@ -8,13 +8,13 @@
 Release:	0.1
 License:	Apache v2.0
 Group:		Development/Languages/Java
-Source0:	http://repository.codehaus.org/com/thoughtworks/qdox/qdox/1.8/qdox-1.8-sources.jar
+Source0:	http://repository.codehaus.org/com/thoughtworks/qdox/qdox/%{version}/%{name}-%{version}-sources.jar
 # Source0-md5:	9cbc745194a39ec27f54bbe16c2342cc
 URL:		http://qdox.codehaus.org/
 BuildRequires:	ant
 BuildRequires:	java-gcj-compat-devel
-BuildRequires:	junit
 BuildRequires:	jpackage-utils
+BuildRequires:	junit
 BuildRequires:	rpm-javaprov
 BuildRequires:	rpmbuild(macros) >= 1.300
 BuildArch:	noarch
@@ -52,7 +52,13 @@
 CLASSPATH=$(build-classpath junit ant)
 export SHELL=/bin/sh
 
-%javac -classpath $CLASSPATH -source 1.4 -target 1.4 -d build $(find -name '*.java')
+%javac \
+	-classpath $CLASSPATH \
+	-source 1.4 \
+	-target 1.4 \
+	-d build \
+	$(find -name '*.java')
+
 %javadoc -all -d apidocs
 %jar -cf %{name}-%{version}.jar -C build com
 
@@ -90,9 +96,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.15  2009/02/24 23:58:34  glen
+- unify
+
 Revision 1.14  2009/02/20 17:22:04  pawelz
-- do not create dirs in %%prep
-- fixed %%build
+- do not create dirs in %prep
+- fixed %build
 
 Revision 1.13  2009/02/20 16:53:43  pawelz
 - up to 1.8
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qdox.spec?r1=1.14&r2=1.15&f=u



More information about the pld-cvs-commit mailing list