Regenerate build-requires
This commit is contained in:
parent
326f521e2b
commit
e2a24b81ad
@ -7,7 +7,7 @@
|
||||
Name: httpcomponents-core
|
||||
Summary: Set of low level Java HTTP transport components for HTTP services
|
||||
Version: 4.4.4
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
# The project is licensed under ASL 2.0, but it contains annotations
|
||||
# in the package org.apache.http.annotation which are derived
|
||||
# from JCIP-ANNOTATIONS project (CC-BY licensed)
|
||||
@ -17,15 +17,15 @@ Source0: http://www.apache.org/dist/httpcomponents/httpcore/source/htt
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: httpcomponents-project
|
||||
BuildRequires: java >= 1:1.6.0
|
||||
BuildRequires: jpackage-utils
|
||||
BuildRequires: apache-commons-logging
|
||||
BuildRequires: junit
|
||||
BuildRequires: mvn(commons-logging:commons-logging)
|
||||
BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:httpcore)
|
||||
BuildRequires: mvn(org.apache.httpcomponents:project:pom:)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: mockito
|
||||
%endif
|
||||
BuildRequires: mvn(org.mockito:mockito-core)
|
||||
|
||||
%description
|
||||
HttpCore is a set of low level HTTP transport components that can be
|
||||
@ -81,19 +81,21 @@ done
|
||||
%mvn_file ":{*}" httpcomponents/@1
|
||||
|
||||
%build
|
||||
%mvn_build %{!?fedora -f}
|
||||
%mvn_build
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%dir %{_javadir}/httpcomponents
|
||||
%doc LICENSE.txt NOTICE.txt README.txt RELEASE_NOTES.txt
|
||||
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Wed Jun 15 2016 Mikolaj Izdebski <mizdebsk@redhat.com> - 4.4.4-3
|
||||
- Regenerate build-requires
|
||||
|
||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.4.4-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user