Fix requires on publicsuffix-list
This commit is contained in:
parent
2d8b6c3554
commit
f2eec7b1c4
@ -21,9 +21,18 @@ BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
BuildRequires: mvn(org.easymock:easymock)
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
%if 0%{?module_prefix:1}
|
||||
%package -n %{module_prefix}-%{name}
|
||||
Summary: %{summary}
|
||||
%endif
|
||||
|
||||
BuildRequires: publicsuffix-list
|
||||
Requires: publicsuffix-list
|
||||
|
||||
%if 0%{?module_prefix:1}
|
||||
%description -n %{module_prefix}-%{name}
|
||||
%{summary}.
|
||||
%endif
|
||||
|
||||
%description
|
||||
HttpClient is a HTTP/1.1 compliant HTTP agent implementation based on
|
||||
@ -39,7 +48,6 @@ Summary: Cache module for %{name}
|
||||
%description cache
|
||||
This package provides client side caching for %{name}.
|
||||
|
||||
%{?module_package}
|
||||
%{?javadoc_package}
|
||||
|
||||
%prep
|
||||
|
Loading…
Reference in New Issue
Block a user