|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libyubikey
|
|
|
|
|
Version: 1.7
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Version: 1.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: C library for decrypting and parsing Yubikey One-time passwords
|
|
|
|
|
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
@ -33,7 +33,8 @@ libyubikey.
|
|
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%{__make} check LD_LIBRARY_PATH=".libs"
|
|
|
|
|
export LD_LIBRARY_PATH=${RPM_BUILD_DIR}/%{name}-%{version}/.libs
|
|
|
|
|
%{__make} check
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
|
|
|
@ -53,7 +54,7 @@ libyubikey.
|
|
|
|
|
%{_bindir}/ykparse
|
|
|
|
|
%{_bindir}/ykgenerate
|
|
|
|
|
%{_libdir}/libyubikey.so.0
|
|
|
|
|
%{_libdir}/libyubikey.so.0.1.2
|
|
|
|
|
%{_libdir}/libyubikey.so.0.1.3
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
@ -62,6 +63,9 @@ libyubikey.
|
|
|
|
|
%exclude %{_libdir}/libyubikey.la
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 1 2012 - Maxim Burgerhout <wzzrd@fedoraproject.org> - 1.9-1
|
|
|
|
|
- New upstream release 1.9 with memory leak and rpath fixes, gnulib update
|
|
|
|
|
|
|
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|