SHA256
1
0
forked from pool/mwic

- remove deprecated manual source validation

OBS-URL: https://build.opensuse.org/package/show/utilities/mwic?expand=0&rev=4
This commit is contained in:
Sebastian Wagner 2017-09-25 20:19:02 +00:00 committed by Git OBS Bridge
parent da95a32023
commit e3baba2f08
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 25 20:14:44 UTC 2017 - sebix+novell.com@sebix.at
- remove deprecated manual source validation
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Sep 24 14:12:53 UTC 2017 - sebix+novell.com@sebix.at Sun Sep 24 14:12:53 UTC 2017 - sebix+novell.com@sebix.at

View File

@ -28,7 +28,6 @@ Source: https://github.com/jwilk/mwic/releases/download/%{version}/mwic-
Source1: https://github.com/jwilk/mwic/releases/download/%{version}/mwic-%{version}.tar.gz.asc Source1: https://github.com/jwilk/mwic/releases/download/%{version}/mwic-%{version}.tar.gz.asc
Source2: %{name}.keyring Source2: %{name}.keyring
BuildRequires: python3-devel >= 3.2 BuildRequires: python3-devel >= 3.2
BuildRequires: gpg-offline
Requires: python3-pyenchant Requires: python3-pyenchant
Requires: python3-regex Requires: python3-regex
BuildArch: noarch BuildArch: noarch
@ -38,7 +37,6 @@ mwic is a spell-checker that groups possible misspellings and shows them in thei
%prep %prep
%setup -q %setup -q
%gpg_verify %{SOURCE1}
%build %build
# not needed # not needed