|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: ykpers
|
|
|
|
Name: ykpers
|
|
|
|
Version: 1.3.3
|
|
|
|
Version: 1.3.4
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Yubikey personalization program
|
|
|
|
Summary: Yubikey personalization program
|
|
|
|
|
|
|
|
|
|
|
@ -7,7 +7,6 @@ Group: Applications/System
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
|
URL: http://code.google.com/p/yubikey-personalization/
|
|
|
|
URL: http://code.google.com/p/yubikey-personalization/
|
|
|
|
Source0: http://yubikey-personalization.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://yubikey-personalization.googlecode.com/files/%{name}-%{version}.tar.gz
|
|
|
|
BuildRoot: %{mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: libusb1-devel
|
|
|
|
BuildRequires: libusb1-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
|
BuildRequires: libyubikey-devel
|
|
|
@ -39,7 +38,6 @@ use ykpers.
|
|
|
|
%{__make} check LD_LIBRARY_PATH=".libs"
|
|
|
|
%{__make} check LD_LIBRARY_PATH=".libs"
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p"
|
|
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p"
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
@ -67,6 +65,9 @@ use ykpers.
|
|
|
|
%exclude %{_libdir}/libykpers-1.la
|
|
|
|
%exclude %{_libdir}/libykpers-1.la
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Oct 13 2010 - Maxim Burgerhout <maxim@wzzrd.com> - 1.3.4-1
|
|
|
|
|
|
|
|
- Version bump
|
|
|
|
|
|
|
|
|
|
|
|
* Thu May 27 2010 - Maxim Burgerhout <maxim@wzzrd.com> - 1.3.3-1
|
|
|
|
* Thu May 27 2010 - Maxim Burgerhout <maxim@wzzrd.com> - 1.3.3-1
|
|
|
|
- Version bump
|
|
|
|
- Version bump
|
|
|
|
|
|
|
|
|
|
|
|