|
|
@ -1,5 +1,5 @@
|
|
|
|
Name: ykpers
|
|
|
|
Name: ykpers
|
|
|
|
Version: 1.8.1
|
|
|
|
Version: 1.8.2
|
|
|
|
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
|
|
|
|
Source1: 69-yubikey.rules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
BuildRequires: libusb1-devel
|
|
|
|
BuildRequires: libusb1-devel
|
|
|
@ -34,6 +33,7 @@ use ykpers.
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
%configure --enable-static=no --disable-rpath \
|
|
|
|
%configure --enable-static=no --disable-rpath \
|
|
|
|
|
|
|
|
--with-udevrulesdir=/usr/lib/udev/rules.d \
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
%ifnarch s390 s390x
|
|
|
|
--with-backend=libusb-1.0
|
|
|
|
--with-backend=libusb-1.0
|
|
|
|
%else
|
|
|
|
%else
|
|
|
@ -50,8 +50,6 @@ export LD_LIBRARY_PATH=$RPM_BUILD_DIR/%{name}-%{version}/.libs
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%install
|
|
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p"
|
|
|
|
%{__make} install DESTDIR=${RPM_BUILD_ROOT} INSTALL="%{__install} -p"
|
|
|
|
install -D -p -m 0755 %{SOURCE1} \
|
|
|
|
|
|
|
|
${RPM_BUILD_ROOT}/usr/lib/udev/rules.d/69-yubikey.rules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
|
%{__rm} -rf ${RPM_BUILD_ROOT}
|
|
|
@ -68,9 +66,10 @@ install -D -p -m 0755 %{SOURCE1} \
|
|
|
|
%{_bindir}/ykpersonalize
|
|
|
|
%{_bindir}/ykpersonalize
|
|
|
|
%{_bindir}/ykchalresp
|
|
|
|
%{_bindir}/ykchalresp
|
|
|
|
%{_libdir}/libykpers-1.so.1
|
|
|
|
%{_libdir}/libykpers-1.so.1
|
|
|
|
%{_libdir}/libykpers-1.so.1.8.0
|
|
|
|
%{_libdir}/libykpers-1.so.1.8.2
|
|
|
|
%{_mandir}/man1/ykpersonalize.1.gz
|
|
|
|
%{_mandir}/man1/ykpersonalize.1.gz
|
|
|
|
%{_mandir}/man1/ykchalresp.1.gz
|
|
|
|
%{_mandir}/man1/ykchalresp.1.gz
|
|
|
|
|
|
|
|
%{_mandir}/man1/ykinfo.1.gz
|
|
|
|
/usr/lib/udev/rules.d/69-yubikey.rules
|
|
|
|
/usr/lib/udev/rules.d/69-yubikey.rules
|
|
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%files devel
|
|
|
@ -82,8 +81,8 @@ install -D -p -m 0755 %{SOURCE1} \
|
|
|
|
%exclude %{_libdir}/libykpers-1.la
|
|
|
|
%exclude %{_libdir}/libykpers-1.la
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Wed Oct 17 2012 - Maxim Burerhout <wzzrd@fedoraproject.org> - 1.8.1-1
|
|
|
|
* Wed Oct 17 2012 - Maxim Burerhout <wzzrd@fedoraproject.org> - 1.8.2-1
|
|
|
|
- Update to 1.8.1 that adds ykinfo
|
|
|
|
- Update to 1.8.2 that adds ykinfo
|
|
|
|
- Drop local patch for udev rules as it is now upstreamed
|
|
|
|
- Drop local patch for udev rules as it is now upstreamed
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 1 2012 - Maxim Burgerhout <wzzrd@fedoraproject.org> - 1.8.0-1
|
|
|
|
* Mon Oct 1 2012 - Maxim Burgerhout <wzzrd@fedoraproject.org> - 1.8.0-1
|
|
|
|