summaryrefslogtreecommitdiffabout
authorDustin Lundquist <dustin@null-ptr.net>2013-03-05 00:06:26 (UTC)
committer Dustin Lundquist <dustin@null-ptr.net>2013-03-05 00:06:26 (UTC)
commit29ac9dd2166aaad86a9555ad3a409ad1d2bb479c (patch) (unidiff)
tree470fc9a4f38506a35f85de8d1b9465e6bb9a3aad
parent9a249065f37c49a8277864dd7c1e7e1ce6bdb639 (diff)
downloadlibopkele-29ac9dd2166aaad86a9555ad3a409ad1d2bb479c.zip
libopkele-29ac9dd2166aaad86a9555ad3a409ad1d2bb479c.tar.gz
libopkele-29ac9dd2166aaad86a9555ad3a409ad1d2bb479c.tar.bz2
Adding expat build dep
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
@@ -6,7 +6,7 @@ License: 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.