Really build against libusb-1.0 on Fedora >= 19 (#1003193)
This commit is contained in:
parent
9d0e2a3030
commit
ef5b39da0f
@ -35,7 +35,7 @@
|
|||||||
Summary: Scanner access software
|
Summary: Scanner access software
|
||||||
Name: sane-backends
|
Name: sane-backends
|
||||||
Version: 1.0.23
|
Version: 1.0.23
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
# lib/ is LGPLv2+, backends are GPLv2+ with exceptions
|
||||||
# Tools are GPLv2+, docs are public domain
|
# Tools are GPLv2+, docs are public domain
|
||||||
# see LICENSE for details
|
# see LICENSE for details
|
||||||
@ -206,6 +206,9 @@ LDFLAGS="-pie"
|
|||||||
--with-gphoto2=%{_prefix} \
|
--with-gphoto2=%{_prefix} \
|
||||||
--with-docdir=%{_maindocdir} \
|
--with-docdir=%{_maindocdir} \
|
||||||
--disable-locking --disable-rpath \
|
--disable-locking --disable-rpath \
|
||||||
|
%if %libusb1
|
||||||
|
--enable-libusb_1_0 \
|
||||||
|
%endif
|
||||||
--enable-pthread
|
--enable-pthread
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -300,6 +303,9 @@ popd
|
|||||||
%{_libdir}/sane/*gphoto2.so*
|
%{_libdir}/sane/*gphoto2.so*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 04 2013 Hans de Goede <hdegoede@redhat.com> - 1.0.23-17
|
||||||
|
- Really build against libusb-1.0 on Fedora >= 19 (#1003193)
|
||||||
|
|
||||||
* Wed Sep 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-16
|
* Wed Sep 04 2013 Nils Philippsen <nils@redhat.com> - 1.0.23-16
|
||||||
- don't drag around obsoletes forever (#1002141)
|
- don't drag around obsoletes forever (#1002141)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user