Author: blino
Date: Mon Dec 18 15:15:10 2006
New Revision: 98585

Modified:
   packages/cooker/libusb/current/SPECS/libusb.spec

Log:
fix lubusbpp symlink (#27711)

Modified: packages/cooker/libusb/current/SPECS/libusb.spec
==============================================================================
--- packages/cooker/libusb/current/SPECS/libusb.spec    (original)
+++ packages/cooker/libusb/current/SPECS/libusb.spec    Mon Dec 18 15:15:10 2006
@@ -1,6 +1,6 @@
 %define name   libusb
 %define        version 0.1.12
-%define        release %mkrel 2
+%define        release %mkrel 3
 
 %define api    0.1
 %define major  4
@@ -86,6 +86,7 @@
 # XXX: fix libusb.la if it's used with ltdlopen, i.e. current usage
 # only works to build stuff, aka .so symlink is not dispatched and.
 ln -sf ../../%{_lib}/libusb-%{api}.so.%{major} libusb.so
+ln -sf ../../%{_lib}/libusbpp-%{api}.so.%{major} libusbpp.so
 popd
 ln -s ../usr/lib/libusb.la $RPM_BUILD_ROOT/%_lib
 

Reply via email to