70 lines
2.0 KiB
RPMSpec
70 lines
2.0 KiB
RPMSpec
%global upstream_name stringprep
|
|
|
|
Name: ongres-%upstream_name
|
|
Version: 1.1
|
|
Release: 6%{?dist}
|
|
Summary: RFC 3454 Preparation of Internationalized Strings in pure Java
|
|
License: BSD-2-Clause AND Apache-2.0
|
|
URL: https://github.com/ongres/%upstream_name
|
|
Source0: https://github.com/ongres/%upstream_name/archive/%{version}/%upstream_name-%{version}.tar.gz
|
|
BuildRequires: maven-local
|
|
BuildRequires: junit5
|
|
BuildRequires: velocity
|
|
BuildRequires: maven-plugin-build-helper
|
|
BuildRequires: exec-maven-plugin
|
|
BuildRequires: maven-enforcer-plugin
|
|
BuildArch: noarch
|
|
ExclusiveArch: %{java_arches} noarch
|
|
|
|
%description
|
|
The stringprep protocol does not stand on its own;
|
|
it has to be used by other protocols at precisely-defined
|
|
places in those other protocols.
|
|
|
|
%package javadoc
|
|
Summary: Javadoc for %{name}
|
|
|
|
%description javadoc
|
|
This package contains javadoc for %{name}
|
|
|
|
%prep
|
|
%autosetup -p1 -n "%upstream_name-%{version}"
|
|
find \( -name '*.jar' -o -name '*.class' \) -delete
|
|
|
|
%pom_remove_dep :velocity-tools codegenerator
|
|
|
|
%pom_remove_plugin :nexus-staging-maven-plugin
|
|
%pom_remove_plugin :maven-source-plugin
|
|
%pom_remove_plugin -r :maven-javadoc-plugin
|
|
|
|
%build
|
|
%mvn_build
|
|
|
|
%install
|
|
%mvn_install
|
|
|
|
%files -f .mfiles
|
|
%license LICENSE
|
|
|
|
%files javadoc -f .mfiles-javadoc
|
|
%license LICENSE
|
|
|
|
%changelog
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-6
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-5
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
* Fri Jul 08 2022 Jiri Vanek <jvanek@redhat.com> - 1.1-4
|
|
- Rebuilt for Drop i686 JDKs
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-3
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
* Fri Feb 12 2021 Ondrej Dubaj <odubaj@redhat.com> - 1.1-1
|
|
- initial rpm
|