update to version 12
This commit is contained in:
parent
f40e0e1aed
commit
89e1831897
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/httpcomponents-parent-9.pom
|
||||
/LICENSE-2.0.txt
|
||||
/httpcomponents-parent-11.pom
|
||||
/httpcomponents-parent-12-source-release.zip
|
||||
|
||||
@ -1,30 +1,28 @@
|
||||
%global srcname httpcomponents-parent
|
||||
|
||||
Name: httpcomponents-project
|
||||
Summary: Common POM file for HttpComponents
|
||||
Version: 11
|
||||
Release: 5%{?dist}
|
||||
Version: 12
|
||||
Release: 1%{?dist}
|
||||
License: ASL 2.0
|
||||
|
||||
URL: http://hc.apache.org/
|
||||
Source0: http://archive.apache.org/dist/httpcomponents/httpcomponents-parent/%{version}/httpcomponents-parent-%{version}.pom
|
||||
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
|
||||
Source0: http://archive.apache.org/dist/httpcomponents/%{srcname}/%{srcname}-%{version}-source-release.zip
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache:apache:pom:)
|
||||
BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin)
|
||||
|
||||
|
||||
%description
|
||||
Common Maven POM file for HttpComponents. This project should be
|
||||
Common Maven POM file for HttpComponents. This project should be
|
||||
required only for building dependant packages with Maven. Please don't
|
||||
use it as runtime requirement.
|
||||
|
||||
%prep
|
||||
%setup -q -T -c %{name}
|
||||
%setup -q -n %{srcname}-%{version}
|
||||
|
||||
cp -p %{SOURCE0} pom.xml
|
||||
cp -p %{SOURCE1} .
|
||||
|
||||
%pom_remove_plugin :buildnumber-maven-plugin
|
||||
%pom_remove_plugin :clirr-maven-plugin
|
||||
%pom_remove_plugin :docbkx-maven-plugin
|
||||
%pom_remove_plugin :maven-site-plugin
|
||||
@ -42,9 +40,12 @@ cp -p %{SOURCE1} .
|
||||
%mvn_install
|
||||
|
||||
%files -f .mfiles
|
||||
%doc LICENSE-2.0.txt
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Sat Oct 24 2020 Fabio Valentini <decathorpe@gmail.com> - 12-1
|
||||
- Update to version 12.
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 11-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
|
||||
3
sources
3
sources
@ -1,2 +1 @@
|
||||
SHA512 (httpcomponents-parent-11.pom) = bc676698caec72d525b9bf408432e9cd9c7b5d2227e0778fd79c303041cb5b07b88f98433d59c0149d6c11c27c3834722ceb283048919e467785efd7f4c399a2
|
||||
SHA512 (LICENSE-2.0.txt) = 98f6b79b778f7b0a15415bd750c3a8a097d650511cb4ec8115188e115c47053fe700f578895c097051c9bc3dfb6197c2b13a15de203273e1a3218884f86e90e8
|
||||
SHA512 (httpcomponents-parent-12-source-release.zip) = ba0cc569643439387b1a4912e7199ecaefbf836239bb389d8f0f13d93a078728100e570271eb87b17f1de2d79f295883ff2ad91953578b89b2ea45f158f2d5b1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user