1
0
Kyrill Detinov
2014-11-15 16:46:14 +00:00
committed by Git OBS Bridge
parent 8046cb0ae4
commit 187a09a90d
2 changed files with 1 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ Thu Nov 13 13:47:47 UTC 2014 - lazy.kent@opensuse.org
* Use HTTPS URLs when they are available, in documentation and
code.
- Run tests. BuildRequires: djvulibre, python-nose.
- Verify GPG signature.
- Add the source GPG signature and a keyring.
-------------------------------------------------------------------
Thu Oct 24 11:04:39 UTC 2013 - speilicke@suse.com

View File

@@ -26,9 +26,6 @@ Url: http://jwilk.net/software/python-djvulibre
Source0: http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz
Source1: http://pypi.python.org/packages/source/p/python-djvulibre/%{name}-%{version}.tar.gz.asc
Source2: %{name}.keyring
%if 0%{?suse_version} >= 1230
BuildRequires: gpg-offline
%endif
BuildRequires: graphviz
BuildRequires: graphviz-gnome
BuildRequires: pkg-config
@@ -59,9 +56,6 @@ This package contains technical documentation.
%prep
%setup -q
%if 0%{?gpg_verify:1}
%gpg_verify %{SOURCE1}
%endif
chmod -x examples/*
%build