Mark package as deprecated
Resolves: rhbz#1664074 See: https://fedoraproject.org/wiki/Changes/Deprecate_Apache_Jakarta_ORO_and_Regexp
This commit is contained in:
parent
c98a7f6ccd
commit
61aac35235
@ -32,7 +32,7 @@
|
||||
|
||||
Name: jakarta-oro
|
||||
Version: 2.0.8
|
||||
Release: 24%{?dist}
|
||||
Release: 25%{?dist}
|
||||
Epoch: 0
|
||||
Summary: Full regular expressions API
|
||||
License: ASL 1.1
|
||||
@ -47,6 +47,8 @@ BuildRequires: ant
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
Provides: deprecated()
|
||||
|
||||
%description
|
||||
The Jakarta-ORO Java classes are a set of text-processing Java classes
|
||||
that provide Perl5 compatible regular expressions, AWK-like regular
|
||||
@ -57,6 +59,7 @@ libraries from ORO, Inc. (www.oroinc.com).
|
||||
|
||||
%package javadoc
|
||||
Summary: Javadoc for %{name}
|
||||
Provides: deprecated()
|
||||
|
||||
%description javadoc
|
||||
Javadoc for %{name}.
|
||||
@ -89,6 +92,9 @@ ant -Dfinal.name=%{base_name} jar javadocs
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Jan 21 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 0:2.0.8-25
|
||||
- Mark package as deprecated
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0:2.0.8-24
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user