Revert "Check tarball signature"
This reverts commitfe0bb31af7
and62b41f9003
. It turns out that the signed tarball is missing documentation.
This commit is contained in:
parent
fe0bb31af7
commit
ff51a0fde7
2
.gitignore
vendored
2
.gitignore
vendored
@ -9,4 +9,4 @@
|
||||
/python-dateutil-2.5.0.tar.gz
|
||||
/dateutil-2.5.2.tar.gz
|
||||
/python-dateutil-2.5.3.tar.xz
|
||||
/python-dateutil-2.5.3.tar.xz.asc
|
||||
/dateutil-2.5.3.tar.gz
|
||||
|
BIN
key-D964BEFB.gpg
BIN
key-D964BEFB.gpg
Binary file not shown.
@ -9,13 +9,10 @@ Summary: Powerful extensions to the standard datetime module
|
||||
Group: Development/Languages
|
||||
License: Python
|
||||
URL: https://github.com/dateutil/dateutil
|
||||
Source0: https://github.com/dateutil/dateutil/releases/download/%{version}/python-dateutil-%{version}.tar.xz
|
||||
Source1: https://github.com/dateutil/dateutil/releases/download/%{version}/python-dateutil-%{version}.tar.xz.asc
|
||||
Source2: key-D964BEFB.gpg
|
||||
Source0: https://github.com/dateutil/dateutil/archive/%{version}/%{modname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-sphinx
|
||||
BuildRequires: gnupg2
|
||||
|
||||
%description
|
||||
The dateutil module provides powerful extensions to the standard datetime
|
||||
@ -59,8 +56,7 @@ Summary: API documentation for python-dateutil
|
||||
This package contains %{summary}.
|
||||
|
||||
%prep
|
||||
gpgv2 --homedir . --keyring %{SOURCE2} %{SOURCE1} %{SOURCE0}
|
||||
%autosetup -p0
|
||||
%autosetup -p0 -n %{modname}-%{version}
|
||||
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
|
||||
mv NEWS.new NEWS
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user