SPECS: avalon-framework.spec, fop.spec, freecol.spec, java_cup.spe...
glen
glen at pld-linux.org
Tue Sep 12 16:17:27 CEST 2006
Author: glen Date: Tue Sep 12 14:17:27 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- unify %ant macro
---- Files affected:
SPECS:
avalon-framework.spec (1.6 -> 1.7) , fop.spec (1.37 -> 1.38) , freecol.spec (1.3 -> 1.4) , java_cup.spec (1.12 -> 1.13) , powernowd.spec (1.8 -> 1.9) , xalan-j.spec (1.27 -> 1.28) , xerces-j.spec (1.28 -> 1.29) , xmlgraphics-commons.spec (1.3 -> 1.4) , xmlunit.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: SPECS/avalon-framework.spec
diff -u SPECS/avalon-framework.spec:1.6 SPECS/avalon-framework.spec:1.7
--- SPECS/avalon-framework.spec:1.6 Sun Aug 6 19:22:02 2006
+++ SPECS/avalon-framework.spec Tue Sep 12 16:17:20 2006
@@ -46,7 +46,7 @@
# nope. doesn't work. nooo-way.
cd %{name}-api-%{version}
-%{ant}
+%ant
cd ..
cd %{name}-impl-%{version}
@@ -76,6 +76,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.6 2006/08/06 17:22:02 gotar
- BR: ant-nodeps, no more double gzip, added %install section
================================================================
Index: SPECS/fop.spec
diff -u SPECS/fop.spec:1.37 SPECS/fop.spec:1.38
--- SPECS/fop.spec:1.37 Mon Sep 11 15:06:39 2006
+++ SPECS/fop.spec Tue Sep 12 16:17:20 2006
@@ -53,7 +53,7 @@
export JAVAC=%{javac}
export JAVA=%{java}
-%{ant}
+%ant
%install
rm -rf $RPM_BUILD_ROOT
@@ -88,6 +88,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.38 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.37 2006/09/11 13:06:39 baggins
- back to 0.20.5
- not working, not building snap moved to DEVEL
================================================================
Index: SPECS/freecol.spec
diff -u SPECS/freecol.spec:1.3 SPECS/freecol.spec:1.4
--- SPECS/freecol.spec:1.3 Wed Jul 26 20:27:25 2006
+++ SPECS/freecol.spec Tue Sep 12 16:17:20 2006
@@ -37,7 +37,7 @@
CLASSPATH=$(build-classpath higlayout)
JAVA_HOME=%{java_home}
export CLASSPATH JAVA_HOME
-%{ant} -Dnojars -Dnodata fullpackage
+%ant -Dnojars -Dnodata fullpackage
%install
rm -rf $RPM_BUILD_ROOT
@@ -60,6 +60,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.3 2006/07/26 18:27:25 qboosh
- pl desc, removed COPYING from doc (just GPL)
================================================================
Index: SPECS/java_cup.spec
diff -u SPECS/java_cup.spec:1.12 SPECS/java_cup.spec:1.13
--- SPECS/java_cup.spec:1.12 Tue Sep 12 16:12:47 2006
+++ SPECS/java_cup.spec Tue Sep 12 16:17:20 2006
@@ -55,7 +55,7 @@
unset CLASSPATH || :
export JAVA_HOME="%{java_home}"
-%{ant} dist
+%ant dist
%install
rm -rf $RPM_BUILD_ROOT
@@ -86,6 +86,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.13 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.12 2006/09/12 14:12:47 baggins
- version is 0.11a
- updated build
================================================================
Index: SPECS/powernowd.spec
diff -u SPECS/powernowd.spec:1.8 SPECS/powernowd.spec:1.9
--- SPECS/powernowd.spec:1.8 Tue Sep 5 12:34:15 2006
+++ SPECS/powernowd.spec Tue Sep 12 16:17:20 2006
@@ -62,6 +62,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.9 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.8 2006/09/05 10:34:15 glen
- rel 2: fixed initscript and more advanced sysconfig
@@ -82,7 +85,7 @@
- deduped files
Revision 1.2 2005/05/23 00:09:18 ankry
-- some cleanicg, adapterized, missing files
+- some cleaning, adapterized, missing files
Revision 1.1 2005/05/22 22:13:20 emes
- initial release, ItWorksForMe
================================================================
Index: SPECS/xalan-j.spec
diff -u SPECS/xalan-j.spec:1.27 SPECS/xalan-j.spec:1.28
--- SPECS/xalan-j.spec:1.27 Wed May 24 15:05:00 2006
+++ SPECS/xalan-j.spec Tue Sep 12 16:17:20 2006
@@ -82,7 +82,7 @@
ln -sf %{_javadir}/regexp.jar bin/regexp.jar
ln -sf %{_javadir}/java_cup-runtime.jar bin/runtime.jar
-%{ant} xsltc.unbundledjar servlet %{?with_docs:docs xsltc.docs javadocs samples}
+%ant xsltc.unbundledjar servlet %{?with_docs:docs xsltc.docs javadocs samples}
%install
rm -rf $RPM_BUILD_ROOT
@@ -123,6 +123,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.27 2006/05/24 13:05:00 jajcus
- Release: 4
- CVS conflict artefacts removed
================================================================
Index: SPECS/xerces-j.spec
diff -u SPECS/xerces-j.spec:1.28 SPECS/xerces-j.spec:1.29
--- SPECS/xerces-j.spec:1.28 Tue May 23 22:34:37 2006
+++ SPECS/xerces-j.spec Tue Sep 12 16:17:20 2006
@@ -52,7 +52,7 @@
export JAVAC=%{javac}
export JAVA=%{java}
-%{ant} clean jars javadocs
+%ant clean jars javadocs
%install
rm -rf $RPM_BUILD_ROOT
@@ -79,6 +79,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.29 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.28 2006/05/23 20:34:37 glen
- rpmbuild(macros) >= 1.300 instead of macros.java rpm-javaprov
================================================================
Index: SPECS/xmlgraphics-commons.spec
diff -u SPECS/xmlgraphics-commons.spec:1.3 SPECS/xmlgraphics-commons.spec:1.4
--- SPECS/xmlgraphics-commons.spec:1.3 Fri May 26 14:21:41 2006
+++ SPECS/xmlgraphics-commons.spec Tue Sep 12 16:17:20 2006
@@ -42,7 +42,7 @@
export JAVAC=%{javac}
export JAVA=%{java}
-%{ant}
+%ant
%install
rm -rf $RPM_BUILD_ROOT
@@ -66,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.3 2006/05/26 12:21:41 qboosh
- pl
================================================================
Index: SPECS/xmlunit.spec
diff -u SPECS/xmlunit.spec:1.6 SPECS/xmlunit.spec:1.7
--- SPECS/xmlunit.spec:1.6 Fri May 26 16:04:07 2006
+++ SPECS/xmlunit.spec Tue Sep 12 16:17:20 2006
@@ -43,7 +43,7 @@
export JAVAC=%{javac}
export JAVA=%{java}
-%{ant}
+%ant
%install
rm -rf $RPM_BUILD_ROOT
@@ -66,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2006/09/12 14:17:20 glen
+- unify %ant macro
+
Revision 1.6 2006/05/26 14:04:07 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/avalon-framework.spec?r1=1.6&r2=1.7&f=u
http://cvs.pld-linux.org/SPECS/fop.spec?r1=1.37&r2=1.38&f=u
http://cvs.pld-linux.org/SPECS/freecol.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SPECS/java_cup.spec?r1=1.12&r2=1.13&f=u
http://cvs.pld-linux.org/SPECS/powernowd.spec?r1=1.8&r2=1.9&f=u
http://cvs.pld-linux.org/SPECS/xalan-j.spec?r1=1.27&r2=1.28&f=u
http://cvs.pld-linux.org/SPECS/xerces-j.spec?r1=1.28&r2=1.29&f=u
http://cvs.pld-linux.org/SPECS/xmlgraphics-commons.spec?r1=1.3&r2=1.4&f=u
http://cvs.pld-linux.org/SPECS/xmlunit.spec?r1=1.6&r2=1.7&f=u
More information about the pld-cvs-commit
mailing list