2019-02-15 12:45:57 +00:00
|
|
|
#
|
2023-10-11 10:05:52 +00:00
|
|
|
# spec file for package parboiled
|
2019-02-15 12:45:57 +00:00
|
|
|
#
|
2023-10-11 07:23:33 +00:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2019-02-15 12:45:57 +00:00
|
|
|
#
|
|
|
|
# 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/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2023-10-11 10:05:52 +00:00
|
|
|
Name: parboiled
|
2023-10-11 07:32:42 +00:00
|
|
|
Version: 1.4.1
|
2019-11-27 08:42:33 +00:00
|
|
|
Release: 0
|
2023-10-11 08:15:45 +00:00
|
|
|
Summary: Java library providing parsing of input text based on PEGs
|
|
|
|
License: Apache-2.0
|
|
|
|
Group: Development/Libraries/Java
|
2019-02-15 12:45:57 +00:00
|
|
|
URL: http://parboiled.org/
|
|
|
|
Source0: https://github.com/sirthias/parboiled/archive/%{version}.tar.gz
|
2023-10-11 10:05:52 +00:00
|
|
|
Source1: %{name}-build.tar.xz
|
2019-02-15 12:45:57 +00:00
|
|
|
# for build see https://github.com/sirthias/parboiled/wiki/Building-parboiled
|
2023-10-11 10:05:52 +00:00
|
|
|
Source2: https://repo1.maven.org/maven2/org/parboiled/%{name}-core/%{version}/%{name}-core-%{version}.pom
|
|
|
|
Source3: https://repo1.maven.org/maven2/org/parboiled/%{name}-java/%{version}/%{name}-java-%{version}.pom
|
2023-10-11 08:03:37 +00:00
|
|
|
Patch0: restore-java8-compatibility.patch
|
2019-02-15 12:55:17 +00:00
|
|
|
BuildRequires: ant
|
2019-02-15 12:45:57 +00:00
|
|
|
BuildRequires: fdupes
|
2023-10-11 08:15:45 +00:00
|
|
|
BuildRequires: java-devel >= 1.8
|
2023-10-11 07:32:42 +00:00
|
|
|
BuildRequires: javapackages-local
|
2019-02-15 12:55:17 +00:00
|
|
|
BuildRequires: objectweb-asm
|
2023-10-11 08:15:45 +00:00
|
|
|
BuildArch: noarch
|
2019-02-15 12:45:57 +00:00
|
|
|
|
|
|
|
%description
|
2023-10-11 07:32:42 +00:00
|
|
|
parboiled is a mixed Java library providing parsing of
|
2019-04-09 09:21:01 +00:00
|
|
|
arbitrary input text based on Parsing expression grammars (PEGs).
|
|
|
|
PEGs are an alternative to context free grammars (CFGs) for formally
|
|
|
|
specifying syntax, they make a replacement for regular expressions
|
|
|
|
and generally have some advantages over the "traditional" way of
|
|
|
|
building parser via CFGs.
|
2019-02-15 12:45:57 +00:00
|
|
|
|
|
|
|
%package javadoc
|
|
|
|
Summary: Javadoc for %{name}
|
2019-02-15 12:55:17 +00:00
|
|
|
Group: Documentation/HTML
|
2019-02-15 12:45:57 +00:00
|
|
|
|
|
|
|
%description javadoc
|
|
|
|
This package contains javadoc for %{name}.
|
|
|
|
|
|
|
|
%prep
|
2023-10-14 05:14:39 +00:00
|
|
|
%setup -q -a1
|
2023-10-11 08:03:37 +00:00
|
|
|
%patch0 -p1
|
2019-02-15 12:45:57 +00:00
|
|
|
|
2023-10-11 10:05:52 +00:00
|
|
|
cp %{SOURCE2} %{name}-core/pom.xml
|
|
|
|
cp %{SOURCE3} %{name}-java/pom.xml
|
2019-11-27 08:42:33 +00:00
|
|
|
|
2019-02-15 12:45:57 +00:00
|
|
|
%build
|
2019-02-15 12:55:17 +00:00
|
|
|
mkdir -p lib
|
2019-11-27 08:42:33 +00:00
|
|
|
build-jar-repository -s lib \
|
|
|
|
objectweb-asm
|
|
|
|
%{ant} \
|
|
|
|
package javadoc
|
2019-02-15 12:45:57 +00:00
|
|
|
|
|
|
|
%install
|
2019-11-27 08:42:33 +00:00
|
|
|
%global modules core java
|
2023-10-11 10:05:52 +00:00
|
|
|
install -dm 0755 %{buildroot}%{_javadir}/%{name}
|
|
|
|
install -dm 0755 %{buildroot}%{_mavenpomdir}/%{name}
|
2019-11-27 08:42:33 +00:00
|
|
|
for i in %{modules}; do
|
|
|
|
# jar
|
2023-10-11 10:05:52 +00:00
|
|
|
install -pm 0644 %{name}-${i}/target/%{name}-${i}*%{version}.jar %{buildroot}%{_javadir}/%{name}/${i}.jar
|
2019-11-27 08:42:33 +00:00
|
|
|
# pom
|
2023-10-11 10:05:52 +00:00
|
|
|
%{mvn_install_pom} %{name}-${i}/pom.xml %{buildroot}%{_mavenpomdir}/%{name}/${i}.pom
|
|
|
|
%add_maven_depmap %{name}/${i}.pom %{name}/${i}.jar
|
2019-11-27 08:42:33 +00:00
|
|
|
# javadoc
|
2023-10-11 10:05:52 +00:00
|
|
|
install -dm 0755 %{buildroot}%{_javadocdir}/%{name}/${i}
|
|
|
|
cp -pr %{name}-${i}/target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}/${i}/
|
2019-02-15 12:55:17 +00:00
|
|
|
done
|
2019-02-15 12:45:57 +00:00
|
|
|
%fdupes -s %{buildroot}%{_javadocdir}
|
|
|
|
|
|
|
|
%files -f .mfiles
|
|
|
|
%doc CHANGELOG README.markdown
|
|
|
|
%license LICENSE
|
|
|
|
|
2019-02-15 12:55:17 +00:00
|
|
|
%files javadoc
|
2019-02-15 12:45:57 +00:00
|
|
|
%license LICENSE
|
2023-10-11 10:05:52 +00:00
|
|
|
%{_javadocdir}/%{name}
|
2019-02-15 12:45:57 +00:00
|
|
|
|
|
|
|
%changelog
|