summaryrefslogtreecommitdiffabout
Unidiff
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 8b598dc..35f6d7c 100644
--- a/libopkele.spec
+++ b/libopkele.spec
@@ -1,57 +1,57 @@
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: GPL 5License: GPL
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: gcc-c++ openssl-devel libcurl-devel libtidy-devel 9BuildRequires: gcc-c++ openssl-devel libcurl-devel libtidy-devel expat-devel
10 10
11%description 11%description
12libopkele is a c++ implementation of an OpenID decentralized identity system. 12libopkele is a c++ implementation of an OpenID decentralized identity system.
13It provides OpenID protocol handling, leaving authentication and user 13It provides OpenID protocol handling, leaving authentication and user
14interaction to the implementor. 14interaction 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
22make %{?_smp_mflags} 22make %{?_smp_mflags}
23 23
24%install 24%install
25rm -rf %{buildroot} 25rm -rf %{buildroot}
26%make_install 26%make_install
27 27
28%clean 28%clean
29rm -rf %{buildroot} 29rm -rf %{buildroot}
30 30
31%post 31%post
32ldconfig 32ldconfig
33 33
34%postun 34%postun
35ldconfig 35ldconfig
36 36
37%files 37%files
38%{_libdir}/libopkele.a 38%{_libdir}/libopkele.a
39%{_libdir}/libopkele.la 39%{_libdir}/libopkele.la
40%{_libdir}/libopkele.so 40%{_libdir}/libopkele.so
41%{_libdir}/libopkele.so.3 41%{_libdir}/libopkele.so.3
42%{_libdir}/libopkele.so.3.0.0 42%{_libdir}/libopkele.so.3.0.0
43%{_libdir}/pkgconfig/libopkele.pc 43%{_libdir}/pkgconfig/libopkele.pc
44 44
45%package devel 45%package devel
46Summary: Development headers for libopkele 46Summary: Development headers for libopkele
47Requires: %{name} = %{version} 47Requires: %{name} = %{version}
48 48
49%description devel 49%description devel
50libopkele is a c++ implementation of an OpenID decentralized identity system. 50libopkele is a c++ implementation of an OpenID decentralized identity system.
51It provides OpenID protocol handling, leaving authentication and user 51It provides OpenID protocol handling, leaving authentication and user
52interaction to the implementor. 52interaction to the implementor.
53 53
54%files devel 54%files devel
55%dir %{_includedir}/opkele 55%dir %{_includedir}/opkele
56%{_includedir}/opkele/acconfig.h 56%{_includedir}/opkele/acconfig.h
57%{_includedir}/opkele/association.h 57%{_includedir}/opkele/association.h