-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,33 +1,33 @@ | |||
1 | Summary: a c++ implementation of an OpenID decentralized identity system | 1 | Summary: a c++ implementation of an OpenID decentralized identity system |
2 | Name: libopkele | 2 | Name: libopkele |
3 | Version: 2.0.4 | 3 | Version: 2.0.4 |
4 | Release: 1 | 4 | Release: 1 |
5 | License: GPL | 5 | License: GPL |
6 | URL: http://kin.klever.net/libopkele/ | 6 | URL: http://kin.klever.net/libopkele/ |
7 | Source0: %{name}-%{version}.tar.gz | 7 | Source0: %{name}-%{version}.tar.gz |
8 | BuildRoot: %{_tmppath}/%{name}-%{version}-root | 8 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
9 | BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel | 9 | BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel expat-devel |
10 | 10 | ||
11 | %description | 11 | %description |
12 | libopkele is a c++ implementation of an OpenID decentralized identity system. | 12 | libopkele is a c++ implementation of an OpenID decentralized identity system. |
13 | It provides OpenID protocol handling, leaving authentication and user | 13 | It provides OpenID protocol handling, leaving authentication and user |
14 | interaction to the implementor. | 14 | interaction to the implementor. |
15 | 15 | ||
16 | %prep | 16 | %prep |
17 | %setup -q | 17 | %setup -q |
18 | 18 | ||
19 | %build | 19 | %build |
20 | %configure | 20 | %configure |
21 | 21 | ||
22 | make %{?_smp_mflags} | 22 | make %{?_smp_mflags} |
23 | 23 | ||
24 | %install | 24 | %install |
25 | rm -rf %{buildroot} | 25 | rm -rf %{buildroot} |
26 | %make_install | 26 | %make_install |
27 | 27 | ||
28 | %clean | 28 | %clean |
29 | rm -rf %{buildroot} | 29 | rm -rf %{buildroot} |
30 | 30 | ||
31 | %post | 31 | %post |
32 | ldconfig | 32 | ldconfig |
33 | 33 | ||