SPECS: saxon-B.spec (NEW) - new saxon

luzik luzik at pld-linux.org
Thu Nov 3 11:55:08 CET 2005


Author: luzik                        Date: Thu Nov  3 10:55:08 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new saxon

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

---- Diffs:

================================================================
Index: SPECS/saxon-B.spec
diff -u /dev/null SPECS/saxon-B.spec:1.1
--- /dev/null	Thu Nov  3 11:55:08 2005
+++ SPECS/saxon-B.spec	Thu Nov  3 11:55:03 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+%define		ver		8.5.1
+%define		_ver		8-5-1
+
+Summary:	XSLT Processor in Java
+Summary(pl):	Procesor XSLT napisany w Javie
+Name:		saxon
+Version:	%{ver}
+Release:	1
+Vendor:		Michael Kay
+License:	unknown
+Group:		Applications/Publishing/XML
+Source0:	http://dl.sourceforge.net/saxon/%{name}b%{_ver}.zip
+# Source0-md5:	d2a6ebbfd097e4cd158bb2e23b138fd7
+URL:		http://saxon.sourceforge.net/
+BuildRequires:	unzip
+Requires:	jre
+Requires:	xml-commons
+Requires:	jaxp_parser_impl
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_javalibdir	%{_datadir}/java
+
+%description
+XSLT Processor in Java.
+
+%description -l pl
+Procesor XSLT napisany w Javie.
+
+%prep
+%setup -q -c -T
+unzip -qa %{SOURCE0}
+chmod -R a+rX *
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_javalibdir}
+
+install %{name}*.jar $RPM_BUILD_ROOT%{_javalibdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc doc
+%{_javalibdir}/*.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  2005/11/03 10:55:03  luzik
+- new saxon
+
================================================================



More information about the pld-cvs-commit mailing list