Accepting request 227331 from home:matwey:branches:hardware
Pack lost LICENSE files. Fix build for SLES11SP2 OBS-URL: https://build.opensuse.org/request/show/227331 OBS-URL: https://build.opensuse.org/package/show/hardware/hidapi?expand=0&rev=3
This commit is contained in:
parent
97fdbfca02
commit
c2e947d81c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 24 15:41:58 UTC 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
- Supply LICENSE files with libraries
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 14 16:07:45 UTC 2014 - matwey.kornilov@gmail.com
|
Fri Mar 14 16:07:45 UTC 2014 - matwey.kornilov@gmail.com
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ While it can be used to communicate with standard HID devices like keyboards, mi
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%{__make} install DESTDIR=%{?buildroot}
|
||||||
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
||||||
|
|
||||||
%post -n libhidapi-libusb%{sover} -p /sbin/ldconfig
|
%post -n libhidapi-libusb%{sover} -p /sbin/ldconfig
|
||||||
@ -95,10 +95,12 @@ find %{buildroot}%{_libdir} -type f -name '*.la' -delete -print
|
|||||||
|
|
||||||
%files -n libhidapi-hidraw%{sover}
|
%files -n libhidapi-hidraw%{sover}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc LICENSE*
|
||||||
%{_libdir}/libhidapi-hidraw.so.%{sover}*
|
%{_libdir}/libhidapi-hidraw.so.%{sover}*
|
||||||
|
|
||||||
%files -n libhidapi-libusb%{sover}
|
%files -n libhidapi-libusb%{sover}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%doc LICENSE*
|
||||||
%{_libdir}/libhidapi-libusb.so.%{sover}*
|
%{_libdir}/libhidapi-libusb.so.%{sover}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user