forked from pool/javacc-maven-plugin
80 lines
2.6 KiB
RPMSpec
80 lines
2.6 KiB
RPMSpec
#
|
|
# spec file for package javacc-maven-plugin
|
|
#
|
|
# Copyright (c) 2022 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
Name: javacc-maven-plugin
|
|
Version: 2.6
|
|
Release: 0
|
|
Summary: Maven Plugin for processing JavaCC grammar files
|
|
License: Apache-2.0
|
|
Group: Development/Libraries/Java
|
|
URL: http://mojo.codehaus.org/javacc-maven-plugin/
|
|
#svn export http://svn.codehaus.org/mojo/tags/javacc-maven-plugin-2.6
|
|
#tar cjf javacc-maven-plugin-2.6.tar.bz2 javacc-maven-plugin-2.6
|
|
Source0: javacc-maven-plugin-2.6.tar.bz2
|
|
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
|
Patch0: javacc-maven-plugin-pom.patch
|
|
BuildRequires: fdupes
|
|
BuildRequires: java-devel >= 1.8
|
|
BuildRequires: maven-local
|
|
BuildRequires: mvn(net.java.dev.javacc:javacc)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-sink-api)
|
|
BuildRequires: mvn(org.apache.maven.doxia:doxia-site-renderer)
|
|
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
|
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-api)
|
|
BuildRequires: mvn(org.apache.maven.reporting:maven-reporting-impl)
|
|
BuildRequires: mvn(org.apache.maven:maven-model)
|
|
BuildRequires: mvn(org.apache.maven:maven-plugin-api)
|
|
BuildRequires: mvn(org.apache.maven:maven-project)
|
|
BuildRequires: mvn(org.codehaus.mojo:mojo-parent:pom:)
|
|
BuildRequires: mvn(org.codehaus.plexus:plexus-utils)
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
Maven Plugin for processing JavaCC grammar files.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
Group: Documentation/HTML
|
|
|
|
%description javadoc
|
|
API documentation for %{name}.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -b .sav
|
|
cp -p %{SOURCE1} .
|
|
|
|
%build
|
|
%{mvn_build} -f -- \
|
|
%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
|
|
-Dmaven.compiler.release=8 \
|
|
%endif
|
|
-Dsource=8
|
|
|
|
%install
|
|
%mvn_install
|
|
%fdupes -s %{buildroot}%{_javadocdir}
|
|
|
|
%files -f .mfiles
|
|
%doc LICENSE-2.0.txt src/main/resources/NOTICE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%doc LICENSE-2.0.txt src/main/resources/NOTICE
|
|
|
|
%changelog
|