update to 1.2.0
This commit is contained in:
parent
2364b4b626
commit
2d9a939e8f
Binary file not shown.
BIN
jaxen-1.2.0.tar.gz
Normal file
BIN
jaxen-1.2.0.tar.gz
Normal file
Binary file not shown.
41
jaxen.spec
41
jaxen.spec
@ -1,38 +1,41 @@
|
|||||||
Name: jaxen
|
Name: jaxen
|
||||||
Version: 1.1.6
|
|
||||||
Release: 19
|
|
||||||
Summary: An XPath engine written in Java
|
Summary: An XPath engine written in Java
|
||||||
License: BSD and W3C
|
Version: 1.2.0
|
||||||
URL: http://jaxen.codehaus.org/
|
Release: 3
|
||||||
BuildArch: noarch
|
License: BSD
|
||||||
Source0: http://dist.codehaus.org/jaxen/distributions/jaxen-%{version}-src.tar.gz
|
URL: https://github.com/jaxen-xpath/jaxen
|
||||||
|
Source0: %{url}/archive/v%{version}/jaxen-1.2.0.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local mvn(jdom:jdom) mvn(org.apache.felix:maven-bundle-plugin)
|
BuildArch: noarch
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) mvn(org.sonatype.oss:oss-parent:pom:)
|
BuildRequires: maven-local mvn(jdom:jdom) mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(xerces:xercesImpl) mvn(xml-apis:xml-apis) mvn(dom4j:dom4j)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) mvn(xerces:xercesImpl)
|
||||||
|
BuildRequires: mvn(xml-apis:xml-apis) mvn(dom4j:dom4j)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Jaxen is an open source XPath library written in Java. It is adaptable
|
Jaxen is an open source XPath library written in Java. It is adaptable
|
||||||
to many different object models and also possible to write adapters that treat non-XML trees
|
to many different object models and also possible to write adapters that treat non-XML trees
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Samples for jaxen
|
Summary: Samples for jaxen
|
||||||
Requires: jaxen = %{version}-%{release}
|
Requires: jaxen = %{version}-%{release}
|
||||||
Provides: jaxen-demo
|
Provides: jaxen-demo
|
||||||
Obsoletes: jaxen-demo
|
Obsoletes: jaxen-demo
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package provides samples files for jaxen.
|
This package provides samples files for jaxen.
|
||||||
|
|
||||||
|
|
||||||
%package javadoc
|
%package javadoc
|
||||||
Summary: Javadoc for jaxen
|
Summary: Javadoc for jaxen
|
||||||
|
|
||||||
%description javadoc
|
%description javadoc
|
||||||
This package provide javadoc file for jaxen.
|
This package provide javadoc file for jaxen.
|
||||||
|
|
||||||
%prep
|
|
||||||
%setup -q
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
%pom_remove_plugin :maven-source-plugin
|
||||||
rm -rf src/java/main/org/jaxen/xom
|
rm -rf src/java/main/org/jaxen/xom
|
||||||
%pom_remove_dep xom:xom
|
%pom_remove_dep xom:xom
|
||||||
|
|
||||||
@ -41,6 +44,7 @@ rm -rf src/java/main/org/jaxen/xom
|
|||||||
%build
|
%build
|
||||||
%mvn_build -f
|
%mvn_build -f
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
@ -57,5 +61,8 @@ cp -pr src/java/samples/* %{buildroot}%{_datadir}/jaxen/samples
|
|||||||
%doc LICENSE.txt
|
%doc LICENSE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 21 2020 duyeyu <dueyu@huawei.com> - 1.2.0-3
|
||||||
|
- update to 1.2.0-3
|
||||||
|
|
||||||
* Sat Dec 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.6-19
|
* Sat Dec 14 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.1.6-19
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user