Update to 1.8.2

epel9
Maxim Burgerhout 12 years ago
parent 368c1b795f
commit 4f94d56c5f

1
.gitignore vendored

@ -5,3 +5,4 @@ ykpers-1.3.3.tar.gz
/ykpers-1.6.2.tar.gz
/ykpers-1.6.3.tar.gz
/ykpers-1.8.0.tar.gz
/ykpers-1.8.2.tar.gz

@ -1 +1 @@
b283a56cd50876cfcec274f1dffa67dc ykpers-1.8.0.tar.gz
21502f4eac676a6fb94c368ec0862d85 ykpers-1.8.2.tar.gz

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

Loading…
Cancel
Save