-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,53 +1,53 @@ Summary: a c++ implementation of an OpenID decentralized identity system Name: libopkele Version: 2.0.4 Release: 1 -License: BSD +License: MIT URL: http://kin.klever.net/libopkele/ Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: expat-devel BuildRequires: gcc-c++ BuildRequires: libcurl-devel BuildRequires: libtidy-devel BuildRequires: openssl-devel %description libopkele is a c++ implementation of an OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user interaction to the implementor. %prep %setup -q %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %{_libdir}/libopkele.a %{_libdir}/libopkele.la %{_libdir}/libopkele.so %{_libdir}/libopkele.so.3 %{_libdir}/libopkele.so.3.0.0 %{_libdir}/pkgconfig/libopkele.pc %package devel Summary: Development headers for libopkele Requires: %{name}%{?_isa} = %{version}-%{release} %description devel libopkele is a c++ implementation of an OpenID decentralized identity system. It provides OpenID protocol handling, leaving authentication and user |