|
|
|
@ -1,12 +1,12 @@
|
|
|
|
|
Name: libyubikey
|
|
|
|
|
Version: 1.10
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.11
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: C library for decrypting and parsing Yubikey One-time passwords
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
License: BSD
|
|
|
|
|
URL: http://code.google.com/p/yubico-c/
|
|
|
|
|
Source0: http://yubico-c.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
|
URL: http://opensource.yubico.com/yubico-c
|
|
|
|
|
Source0: http://opensource.yubico.com/yubico-c/releases/%{name}-%{version}.tar.gz
|
|
|
|
|
BuildRoot: %{mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX}
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -54,7 +54,10 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
%{_bindir}/ykparse
|
|
|
|
|
%{_bindir}/ykgenerate
|
|
|
|
|
%{_libdir}/libyubikey.so.0
|
|
|
|
|
%{_libdir}/libyubikey.so.0.1.4
|
|
|
|
|
%{_libdir}/libyubikey.so.0.1.5
|
|
|
|
|
%{_mandir}/man1/ykgenerate.1.gz
|
|
|
|
|
%{_mandir}/man1/ykparse.1.gz
|
|
|
|
|
%{_mandir}/man1/modhex.1.gz
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@ -63,6 +66,9 @@ export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
%exclude %{_libdir}/libyubikey.la
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Nov 28 2013 - Maxim Burgerhout <wzzrd@fedoraproject.org> - 1.11-1
|
|
|
|
|
- New upstream release 1.11; adds man pages
|
|
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|