forked from pool/parboiled
Compare commits
15 Commits
5c253c3b45
...
7b0c35bea3
Author | SHA256 | Date | |
---|---|---|---|
7b0c35bea3 | |||
c99029d6be | |||
f2d2bb0137 | |||
b30dcd4c86 | |||
ed57c5fe32 | |||
c2b235f283 | |||
f3691912ff | |||
458cbcb458 | |||
7bbe3cfebb | |||
8613d0e79d | |||
61930f01dc | |||
c3e4765c1a | |||
82adff1ac3 | |||
2d8a940fa1 | |||
c9356d7168 |
@@ -1,3 +0,0 @@
|
||||
<multibuild>
|
||||
<package>scala</package>
|
||||
</multibuild>
|
BIN
parboiled-build.tar.xz
(Stored with Git LFS)
BIN
parboiled-build.tar.xz
(Stored with Git LFS)
Binary file not shown.
@@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:53:07 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
|
||||
|
||||
- Use %patch -P N instead of deprecated %patchN.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 15 14:23:14 UTC 2024 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
- Remove the _multibuild file in order not to build unnecessary
|
||||
parboiled:scala flavour
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 11:26:05 UTC 2023 - Fridrich Strba <fstrba@suse.com>
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package parboiled
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -29,10 +29,10 @@ Name: %{base_name}-scala
|
||||
Summary: Parboiled for Scala
|
||||
%else
|
||||
Name: %{base_name}
|
||||
Summary: Java library providing parsing of input text based on PEGs
|
||||
%endif
|
||||
Version: 1.4.1
|
||||
Release: 0
|
||||
Summary: Java library providing parsing of input text based on PEGs
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/Java
|
||||
URL: http://parboiled.org/
|
||||
@@ -72,21 +72,21 @@ Summary: Javadoc for %{name}
|
||||
Group: Documentation/HTML
|
||||
|
||||
%description javadoc
|
||||
This package contains javadoc for %{name}.
|
||||
This package contains javadoc for %{base_name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{base_name}-%{version} -a1
|
||||
%patch0 -p1
|
||||
%patch -P 0 -p1
|
||||
|
||||
cp %{SOURCE2} %{name}-core/pom.xml
|
||||
cp %{SOURCE3} %{name}-java/pom.xml
|
||||
cp %{SOURCE4} %{name}-scala/pom.xml
|
||||
cp %{SOURCE2} %{base_name}-core/pom.xml
|
||||
cp %{SOURCE3} %{base_name}-java/pom.xml
|
||||
cp %{SOURCE4} %{base_name}-scala/pom.xml
|
||||
|
||||
%build
|
||||
mkdir -p lib
|
||||
build-jar-repository -s lib \
|
||||
%if %{with scala}
|
||||
%{base_name}
|
||||
%{base_name} scala
|
||||
%else
|
||||
objectweb-asm
|
||||
%endif
|
||||
|
Reference in New Issue
Block a user