author | Dustin 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) |
commit | 29ac9dd2166aaad86a9555ad3a409ad1d2bb479c (patch) (side-by-side diff) | |
tree | 470fc9a4f38506a35f85de8d1b9465e6bb9a3aad | |
parent | 9a249065f37c49a8277864dd7c1e7e1ce6bdb639 (diff) | |
download | libopkele-29ac9dd2166aaad86a9555ad3a409ad1d2bb479c.zip libopkele-29ac9dd2166aaad86a9555ad3a409ad1d2bb479c.tar.gz libopkele-29ac9dd2166aaad86a9555ad3a409ad1d2bb479c.tar.bz2 |
Adding expat build dep
-rw-r--r-- | libopkele.spec | 2 |
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 @@ -1,41 +1,41 @@ Summary: a c++ implementation of an OpenID decentralized identity system Name: libopkele Version: 2.0.4 Release: 1 License: GPL URL: http://kin.klever.net/libopkele/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root -BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel +BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel expat-devel %description libopkele is a c++ implementation of an OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} %make_install %clean rm -rf %{buildroot} %post ldconfig %postun ldconfig %files %{_libdir}/libopkele.a %{_libdir}/libopkele.la %{_libdir}/libopkele.so %{_libdir}/libopkele.so.3 |