author | Dustin 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) |
commit | 9c95375e56e9daca497999bde5cbc42e2fc553c2 (patch) (unidiff) | |
tree | 9dbe689c86a5a8bdcf62c0636c00b83feb65b91d | |
parent | 66b0b4a6353bf6c10a222d159df42ee5eade79df (diff) | |
download | libopkele-9c95375e56e9daca497999bde5cbc42e2fc553c2.zip libopkele-9c95375e56e9daca497999bde5cbc42e2fc553c2.tar.gz libopkele-9c95375e56e9daca497999bde5cbc42e2fc553c2.tar.bz2 |
Update libopkele.spec
-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,76 +1,76 @@ | |||
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 | ||
38 | %files | 38 | %files |
39 | %defattr(-,root,root,-) | 39 | %defattr(-,root,root,-) |
40 | %{_libdir}/libopkele.a | 40 | %{_libdir}/libopkele.a |
41 | %{_libdir}/libopkele.la | 41 | %{_libdir}/libopkele.la |
42 | %{_libdir}/libopkele.so | 42 | %{_libdir}/libopkele.so |
43 | %{_libdir}/libopkele.so.3 | 43 | %{_libdir}/libopkele.so.3 |
44 | %{_libdir}/libopkele.so.3.0.0 | 44 | %{_libdir}/libopkele.so.3.0.0 |
45 | %{_libdir}/pkgconfig/libopkele.pc | 45 | %{_libdir}/pkgconfig/libopkele.pc |
46 | 46 | ||
47 | %package devel | 47 | %package devel |
48 | Summary: Development headers for libopkele | 48 | Summary: Development headers for libopkele |
49 | Requires: %{name}%{?_isa} = %{version}-%{release} | 49 | Requires: %{name}%{?_isa} = %{version}-%{release} |
50 | 50 | ||
51 | %description devel | 51 | %description devel |
52 | libopkele is a c++ implementation of an OpenID decentralized identity system. | 52 | libopkele is a c++ implementation of an OpenID decentralized identity system. |
53 | It provides OpenID protocol handling, leaving authentication and user | 53 | It provides OpenID protocol handling, leaving authentication and user |
54 | interaction to the implementor. | 54 | interaction to the implementor. |
55 | 55 | ||
56 | %files devel | 56 | %files devel |
57 | %defattr(-,root,root,-) | 57 | %defattr(-,root,root,-) |
58 | %dir %{_includedir}/opkele | 58 | %dir %{_includedir}/opkele |
59 | %{_includedir}/opkele/acconfig.h | 59 | %{_includedir}/opkele/acconfig.h |
60 | %{_includedir}/opkele/association.h | 60 | %{_includedir}/opkele/association.h |
61 | %{_includedir}/opkele/ax.h | 61 | %{_includedir}/opkele/ax.h |
62 | %{_includedir}/opkele/basic_op.h | 62 | %{_includedir}/opkele/basic_op.h |
63 | %{_includedir}/opkele/basic_rp.h | 63 | %{_includedir}/opkele/basic_rp.h |
64 | %{_includedir}/opkele/exception.h | 64 | %{_includedir}/opkele/exception.h |
65 | %{_includedir}/opkele/extension.h | 65 | %{_includedir}/opkele/extension.h |
66 | %{_includedir}/opkele/extension_chain.h | 66 | %{_includedir}/opkele/extension_chain.h |
67 | %{_includedir}/opkele/iterator.h | 67 | %{_includedir}/opkele/iterator.h |
68 | %{_includedir}/opkele/oauth_ext.h | 68 | %{_includedir}/opkele/oauth_ext.h |
69 | %{_includedir}/opkele/opkele-config.h | 69 | %{_includedir}/opkele/opkele-config.h |
70 | %{_includedir}/opkele/prequeue_rp.h | 70 | %{_includedir}/opkele/prequeue_rp.h |
71 | %{_includedir}/opkele/sreg.h | 71 | %{_includedir}/opkele/sreg.h |
72 | %{_includedir}/opkele/tr1-mem.h | 72 | %{_includedir}/opkele/tr1-mem.h |
73 | %{_includedir}/opkele/types.h | 73 | %{_includedir}/opkele/types.h |
74 | %{_includedir}/opkele/uris.h | 74 | %{_includedir}/opkele/uris.h |
75 | %{_includedir}/opkele/util.h | 75 | %{_includedir}/opkele/util.h |
76 | %{_includedir}/opkele/verify_op.h | 76 | %{_includedir}/opkele/verify_op.h |