SPECS: avalon-framework.spec (NEW) - required by fop, doesn't buil...

radek radek at pld-linux.org
Wed May 24 23:57:31 CEST 2006


Author: radek                        Date: Wed May 24 21:57:31 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- required by fop, doesn't build, I'm out of ideas

---- Files affected:
SPECS:
   avalon-framework.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/avalon-framework.spec
diff -u /dev/null SPECS/avalon-framework.spec:1.1
--- /dev/null	Wed May 24 23:57:31 2006
+++ SPECS/avalon-framework.spec	Wed May 24 23:57:25 2006
@@ -0,0 +1,72 @@
+# $Revision$, $Date$
+Summary:	The Avalon Framework
+#Summary(pl):	
+Name:		avalon-framework
+Version:	4.3
+Release:	0.1
+License:	Apache v2.0
+Group:		Libraries
+Source0:	http://www.apache.org/dist/excalibur/source/%{name}/%{name}-api-%{version}-src.tar.gz
+# Source0-md5:	9dd92ffe60d3375eb386cde18039acf1
+Source1:	http://www.apache.org/dist/excalibur/source/%{name}/%{name}-impl-%{version}-src.tar.gz
+# Source1-md5:	8b792355d6719ab4f02dc6a59fc21dcc
+URL:		http://excalibur.apache.org/framework/
+BuildRequires:	ant >= 1.5
+BuildRequires:	jpackage-utils
+BuildRequires:	rpmbuild(macros) >= 1.300
+BuildArch:	noarch
+ExclusiveArch:	i586 i686 pentium3 pentium4 athlon %{x8664} noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Avalon Framework consists of interfaces that define relationships
+between commonly used application components, best-of-practice pattern
+enforcements, and several lightweight convenience implementations of
+the generic components.
+
+#%description -l pl
+
+%prep
+%setup -q -c -T
+# double gzip... sigh.
+zcat %{SOURCE0} | tar xz
+zcat %{SOURCE1} | tar xz
+
+%build
+required_jars='junit'
+export CLASSPATH="`/usr/bin/build-classpath $required_jars`"
+export JAVA_HOME=%{java_home}
+export JAVAC=%{javac}
+export JAVA=%{java}
+
+# nope.  doesn't work.  nooo-way.
+cd %{name}-api-%{version}
+%{ant}
+cd ..
+
+cd %{name}-impl-%{version}
+%{ant}
+cd ..
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javadir}
+
+# XXX
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_javadir}/*.jar
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/05/24 21:57:25  radek
+- required by fop, doesn't build, I'm out of ideas
+
================================================================


More information about the pld-cvs-commit mailing list