SPECS: xslp.spec (NEW) - new

glen glen at pld-linux.org
Tue Apr 10 01:27:38 CEST 2007


Author: glen                         Date: Mon Apr  9 23:27:38 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/xslp.spec
diff -u /dev/null SPECS/xslp.spec:1.1
--- /dev/null	Tue Apr 10 01:27:38 2007
+++ SPECS/xslp.spec	Tue Apr 10 01:27:33 2007
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	xslp
+Name:		xslp
+Version:	1.0
+Release:	0.1
+License:	distributable
+Group:		Development/Languages/Java
+Source0:	http://web.archive.org/web/20000818070835/www.clc-marketing.com/xslp/distribution/%{name}-1_0src.zip
+# Source0-md5:	98a97cc6b92e405b123506297bb5de25
+BuildRequires:	jpackage-utils
+BuildRequires:	rpmbuild(macros) >= 1.300
+Requires:	jpackage-utils
+BuildArch:	noarch
+ExclusiveArch:	i586 i686 pentium3 pentium4 athlon %{x8664} noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+XSL:P is a free, open-source XSLT processor written in Java. Currently
+the processor implements the XSLT WD 1.0 19990421 specification.
+
+%prep
+%setup -qc
+
+%build
+%javac -source 1.4 $(find -name '*.java')
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javadir}
+cp -a %{name}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}-%{version}.jar
+ln -s %{name}-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/%{name}.jar
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc license.txt
+
+%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  2007/04/09 23:27:33  glen
+- new
+
================================================================


More information about the pld-cvs-commit mailing list