disable rpath

This commit is contained in:
Nils Philippsen 2009-06-17 10:58:09 +00:00
parent cf46a22621
commit 218b987178

View File

@ -1,7 +1,7 @@
Summary: Scanner access software Summary: Scanner access software
Name: sane-backends Name: sane-backends
Version: 1.0.20 Version: 1.0.20
Release: 2%{?dist} Release: 3%{?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
@ -88,7 +88,8 @@ want to access digital cameras.
%build %build
%configure \ %configure \
--with-gphoto2=%{_prefix} \ --with-gphoto2=%{_prefix} \
--with-docdir=%{_docdir}/%{name}-%{version} --with-docdir=%{_docdir}/%{name}-%{version} \
--disable-rpath
make %{?_smp_mflags} make %{?_smp_mflags}
@ -153,6 +154,9 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/sane-backends.pc %{_libdir}/pkgconfig/sane-backends.pc
%changelog %changelog
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-3
- disable rpath
* Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2 * Wed Jun 17 2009 Nils Philippsen <nils@redhat.com> - 1.0.20-2
- fix permissions for Epson Expression 800 (#456656) - fix permissions for Epson Expression 800 (#456656)