diff --git a/jaxen.spec b/jaxen.spec index 8bc3959..eba7121 100644 --- a/jaxen.spec +++ b/jaxen.spec @@ -1,54 +1,23 @@ -# Copyright (c) 2000-2005, JPackage Project -# All rights reserved. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# 1. Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# 2. Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in the -# documentation and/or other materials provided with the -# distribution. -# 3. Neither the name of the JPackage Project nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -# - Name: jaxen -Version: 1.1.6 -Release: 8%{?dist} Epoch: 0 +Version: 1.1.6 +Release: 9%{?dist} Summary: An XPath engine written in Java License: BSD URL: http://jaxen.codehaus.org/ +BuildArch: noarch + Source0: http://dist.codehaus.org/jaxen/distributions/%{name}-%{version}-src.tar.gz BuildRequires: maven-local BuildRequires: mvn(dom4j:dom4j) BuildRequires: mvn(jdom:jdom) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-assembly-plugin) BuildRequires: mvn(org.sonatype.oss:oss-parent:pom:) BuildRequires: mvn(xerces:xercesImpl) BuildRequires: mvn(xml-apis:xml-apis) -Provides: jaxen-bootstrap <= %{version}-%{release} -Obsoletes: jaxen-bootstrap <= %{version}-%{release} - -BuildArch: noarch - %description Jaxen is an open source XPath library written in Java. It is adaptable to many different object models, including DOM, XOM, dom4j, and JDOM. @@ -98,6 +67,10 @@ cp -pr src/java/samples/* %{buildroot}%{_datadir}/%{name}/samples %{_datadir}/%{name} %changelog +* Wed Jun 15 2016 Mikolaj Izdebski - 0:1.1.6-9 +- Add missing build-requires +- Remove old obsoletes/provides + * Thu Feb 04 2016 Fedora Release Engineering - 0:1.1.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild