[RPM (6.0)] [DIST generic] omquery-0.92.3-4.jpp6
Ralph Apel <[email protected]> Mon, 17 Sep 2012 09:01:33 +0200
| Newsgroups | gmane.linux.jpackage.announce |
|---|---|
| Message-ID | <[email protected]> |
Name : omquery Relocations: (not relocatable) Version : 0.92.3 Vendor: JPackage Project Release : 4.jpp6 Build Date: Mon 17 Sep 2012 08:59:54 AM CEST Install Date: (not installed) Build Host: linux.fritz.box Group : Development/Java Source RPM: (none) Size : 387478 License: BSD style Signature : (none) Packager : Ralph Apel <[email protected]> URL : http://www.geocities.com/takuki_kamiya/pub/XPath4XT.html Summary : XPath interface for XT Description : XPath interface for XT provides for DOM query API facifities on top of XT. It is implemented in Java language and complies with W3C's XPath Proposed Recommendation as is currently implemented in XT. --------------- Ralph Apel <[email protected]> 0.92.3-4 - First JPP-6 release --------------- omquery.src: W: non-standard-group Development/Java omquery.src: W: no-signature omquery.src: W: invalid-license BSD style 1 packages and 0 specfiles checked; 0 errors, 3 warnings. --------------- Index: omquery.spec =================================================================== RCS file: /home/projects/jpackage/cvs/rpms/free/omquery/omquery.spec,v retrieving revision 1.4 diff -u -r1.4 omquery.spec --- omquery.spec 18 Aug 2008 20:26:14 -0000 1.4 +++ omquery.spec 17 Sep 2012 07:01:32 -0000 @@ -1,4 +1,4 @@ -# Copyright (c) 2000-2008, JPackage Project +# Copyright (c) 2000-2012, JPackage Project # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -28,25 +28,30 @@ # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # -%define section free - -Name: omquery -Version: 0.92.3 -Release: 3%{?dist} +%define section free +%define _binary_payload w9.gzdio +%define _source_payload w9.gzdio +%define _binary_filedigest_algorithm 1 +%define _source_filedigest_algorithm 1 + +Name: omquery +Version: 0.92.3 +Release: 4%{?dist} Epoch: 0 -Summary: XPath interface for XT -License: BSD style -Group: Development/Java -URL: http://www.geocities.com/takuki_kamiya/pub/XPath4XT.html -Source: %{name}.zip +Summary: XPath interface for XT +License: BSD style +Group: Development/Java +URL: http://www.geocities.com/takuki_kamiya/pub/XPath4XT.html +Source: %{name}.zip Source1: %{name}.build.script -Requires: xt-dash -BuildRequires: ant -BuildRequires: java-devel -BuildRequires: jpackage-utils -BuildRequires: xt-dash -BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: java >= 0:1.6.0 +Requires: xt-dash +BuildRequires: jpackage-utils >= 0:1.7.5 +BuildRequires: java-devel >= 0:1.6.0 +BuildRequires: ant >= 0:1.7.1 +BuildRequires: xt-dash +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %description XPath interface for XT provides for DOM query API facifities on top of XT. @@ -54,8 +59,8 @@ Recommendation as is currently implemented in XT. %package javadoc -Summary: Javadoc for %{name} -Group: Development/Java +Summary: Javadoc for %{name} +Group: Development/Java %description javadoc Javadoc for %{name}. @@ -69,8 +74,7 @@ %build export CLASSPATH=$(build-classpath xt-dash) export OPT_JAR_LIST=: -ant jar -ant javadoc +ant jar javadoc %install rm -rf $RPM_BUILD_ROOT @@ -99,6 +103,9 @@ %{_javadocdir}/%{name} %changelog +* Mon Sep 07 2012 Ralph Apel <[email protected]> 0.92.3-4 +- First JPP-6 release + * Mon Aug 18 2008 David Walluck <[email protected]> 0.92.3-3 - fix file eol