[ykpers/el5/master] - update the configure option to match the BR

Dan Horák sharkcz at fedoraproject.org
Wed Oct 20 08:40:44 UTC 2010


commit 0ceb5be75a9ae3ea1d08a92bbf7b92483a31b3e2
Author: Dan Horák <dan at danny.cz>
Date:   Wed Oct 20 10:40:27 2010 +0200

    - update the configure option to match the BR

 ykpers.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ykpers.spec b/ykpers.spec
index 7935150..cb61e6f 100644
--- a/ykpers.spec
+++ b/ykpers.spec
@@ -1,6 +1,6 @@
 Name:           ykpers
 Version:        1.3.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Yubikey personalization program
 
 Group:          Applications/System
@@ -29,7 +29,7 @@ use ykpers.
 %setup -q
 
 %build
-%configure --disable-static --with-backend=libusb-1.0
+%configure --disable-static --with-backend=libusb
 # --disable-rpath doesn't work for the configure script
 %{__sed} -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
 %{__sed} -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
@@ -67,6 +67,9 @@ use ykpers.
 %exclude %{_libdir}/libykpers-1.la
 
 %changelog
+* Wed Oct 20 2010 - Dan Horák <dan[at]danny.cz> - 1.3.3-3
+- update the configure option to match the BR
+
 * Tue Oct 19 2010 - Dennis Gilmore <dennis at ausil.us> - 1.3.3-2
 - BR libusb-devel not libusb1-devel
 


More information about the scm-commits mailing list