summaryrefslogtreecommitdiffabout
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--libopkele.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkele.spec b/libopkele.spec
index 8b598dc..35f6d7c 100644
--- a/libopkele.spec
+++ b/libopkele.spec
@@ -3,13 +3,13 @@ Name: libopkele
3Version: 2.0.4 3Version: 2.0.4
4Release: 1 4Release: 1
5License: GPL 5License: GPL
6URL: http://kin.klever.net/libopkele/ 6URL: http://kin.klever.net/libopkele/
7Source0: %{name}-%{version}.tar.gz 7Source0: %{name}-%{version}.tar.gz
8BuildRoot: %{_tmppath}/%{name}-%{version}-root 8BuildRoot: %{_tmppath}/%{name}-%{version}-root
9BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel 9BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel expat-devel
10 10
11%description 11%description
12libopkele is a c++ implementation of an OpenID decentralized identity system. 12libopkele is a c++ implementation of an OpenID decentralized identity system.
13It provides OpenID protocol handling, leaving authentication and user 13It provides OpenID protocol handling, leaving authentication and user
14interaction to the implementor. 14interaction to the implementor.
15 15