-rw-r--r-- | libopkele.spec | 2 |
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,37 +1,37 @@ | |||
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: BSD | 5 | License: MIT |
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: expat-devel | 9 | BuildRequires: expat-devel |
10 | BuildRequires: gcc-c++ | 10 | BuildRequires: gcc-c++ |
11 | BuildRequires: libcurl-devel | 11 | BuildRequires: libcurl-devel |
12 | BuildRequires: libtidy-devel | 12 | BuildRequires: libtidy-devel |
13 | BuildRequires: openssl-devel | 13 | BuildRequires: openssl-devel |
14 | 14 | ||
15 | %description | 15 | %description |
16 | libopkele is a c++ implementation of an OpenID decentralized identity system. | 16 | libopkele is a c++ implementation of an OpenID decentralized identity system. |
17 | It provides OpenID protocol handling, leaving authentication and user | 17 | It provides OpenID protocol handling, leaving authentication and user |
18 | interaction to the implementor. | 18 | interaction 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 |
25 | make %{?_smp_mflags} | 25 | make %{?_smp_mflags} |
26 | 26 | ||
27 | %install | 27 | %install |
28 | rm -rf %{buildroot} | 28 | rm -rf %{buildroot} |
29 | make install DESTDIR=%{buildroot} | 29 | make install DESTDIR=%{buildroot} |
30 | 30 | ||
31 | %clean | 31 | %clean |
32 | rm -rf %{buildroot} | 32 | rm -rf %{buildroot} |
33 | 33 | ||
34 | %post -p /sbin/ldconfig | 34 | %post -p /sbin/ldconfig |
35 | 35 | ||
36 | %postun -p /sbin/ldconfig | 36 | %postun -p /sbin/ldconfig |
37 | 37 | ||