Compare commits
No commits in common. "rawhide" and "f35" have entirely different histories.
4 changed files with 0 additions and 10474 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -1,5 +0,0 @@
|
|||
/commons-text-1.9-src.tar.gz
|
||||
/commons-text-1.10.0-src.tar.gz
|
||||
/commons-text-1.10.0-src.tar.gz.asc
|
||||
/commons-text-1.15.0-src.tar.gz
|
||||
/commons-text-1.15.0-src.tar.gz.asc
|
||||
|
|
@ -1,61 +0,0 @@
|
|||
%global jarname commons-text
|
||||
|
||||
Name: apache-%{jarname}
|
||||
Version: 1.15.0
|
||||
Release: 2%{?dist}
|
||||
Summary: Apache Commons Text is a library focused on algorithms working on strings
|
||||
License: Apache-2.0
|
||||
URL: https://commons.apache.org/proper/%{jarname}
|
||||
BuildArch: noarch
|
||||
|
||||
Source0: https://archive.apache.org/dist/commons/text/source/%{jarname}-%{version}-src.tar.gz
|
||||
Source1: https://archive.apache.org/dist/commons/text/source/%{jarname}-%{version}-src.tar.gz.asc
|
||||
Source2: https://archive.apache.org/dist/commons/KEYS
|
||||
# disable url lookup in test
|
||||
#Patch0: 0001-disable-url-lookup.patch
|
||||
|
||||
BuildRequires: gnupg2
|
||||
BuildRequires: maven-local-openjdk25
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
BuildRequires: mvn(org.assertj:assertj-core)
|
||||
BuildRequires: mvn(org.junit.jupiter:junit-jupiter)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
%description
|
||||
The Commons Text library provides additions to the standard JDK's text handling.
|
||||
Our goal is to provide a consistent set of tools for processing text generally
|
||||
from computing distances between Strings to being able to efficiently do String
|
||||
escaping of various types.
|
||||
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
# verify signed sources
|
||||
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||
|
||||
# -p1: strip one level directory in patch(es)
|
||||
# -n: base directory name
|
||||
%autosetup -p1 -n %{jarname}-%{version}-src
|
||||
|
||||
# delete precompiled jar and class files
|
||||
find -type f '(' -name '*.jar' -o -name '*.class' ')' -print -delete
|
||||
|
||||
# mockito-inline was merged into mockito-core
|
||||
%pom_change_dep :mockito-inline :mockito-core
|
||||
|
||||
%build
|
||||
# disable test: some test deps can't be installed
|
||||
%mvn_build -f -- -Dmaven.compiler.release=8
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
%doc README.md RELEASE-NOTES.txt
|
||||
|
||||
%changelog
|
||||
* Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
%autochangelog
|
||||
2
sources
2
sources
|
|
@ -1,2 +0,0 @@
|
|||
SHA512 (commons-text-1.15.0-src.tar.gz) = 5bbeebbe5853525d72a54ad483344f2a55b360cb3abeeada2eb52ca6118f10102bb8fb8ca42417c38b6f8ed7147807414f50c5093473fac9fd3f74cfb8160958
|
||||
SHA512 (commons-text-1.15.0-src.tar.gz.asc) = da7c8858cabafbf1a904f0465339444b084f31d941f02a3492a412c29b95862a0c7da56ae542b0c14e22d3a34fd5915d77f77bb62c23be0ae9b6046d6a82bca9
|
||||
Loading…
Add table
Add a link
Reference in a new issue