summaryrefslogtreecommitdiffabout
authorDustin Lundquist <dustin@null-ptr.net>2013-03-06 15:23:52 (UTC)
committer Dustin Lundquist <dustin@null-ptr.net>2013-03-06 15:23:52 (UTC)
commit9c95375e56e9daca497999bde5cbc42e2fc553c2 (patch) (unidiff)
tree9dbe689c86a5a8bdcf62c0636c00b83feb65b91d
parent66b0b4a6353bf6c10a222d159df42ee5eade79df (diff)
downloadlibopkele-9c95375e56e9daca497999bde5cbc42e2fc553c2.zip
libopkele-9c95375e56e9daca497999bde5cbc42e2fc553c2.tar.gz
libopkele-9c95375e56e9daca497999bde5cbc42e2fc553c2.tar.bz2
Update libopkele.spec
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 efbaded..8614850 100644
--- a/libopkele.spec
+++ b/libopkele.spec
@@ -1,29 +1,29 @@
1Summary: a c++ implementation of an OpenID decentralized identity system 1Summary: a c++ implementation of an OpenID decentralized identity system
2Name: libopkele 2Name: libopkele
3Version: 2.0.4 3Version: 2.0.4
4Release: 1 4Release: 1
5License: BSD 5License: MIT
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: expat-devel 9BuildRequires: expat-devel
10BuildRequires: gcc-c++ 10BuildRequires: gcc-c++
11BuildRequires: libcurl-devel 11BuildRequires: libcurl-devel
12BuildRequires: libtidy-devel 12BuildRequires: libtidy-devel
13BuildRequires: openssl-devel 13BuildRequires: openssl-devel
14 14
15%description 15%description
16libopkele is a c++ implementation of an OpenID decentralized identity system. 16libopkele is a c++ implementation of an OpenID decentralized identity system.
17It provides OpenID protocol handling, leaving authentication and user 17It provides OpenID protocol handling, leaving authentication and user
18interaction to the implementor. 18interaction to the implementor.
19 19
20%prep 20%prep
21%setup -q 21%setup -q
22 22
23%build 23%build
24%configure 24%configure
25make %{?_smp_mflags} 25make %{?_smp_mflags}
26 26
27%install 27%install
28rm -rf %{buildroot} 28rm -rf %{buildroot}
29make install DESTDIR=%{buildroot} 29make install DESTDIR=%{buildroot}