rpms/sane-backends/devel sane-backends.spec,1.123,1.124

Nils Philippsen nphilipp at fedoraproject.org
Wed Jun 17 10:58:39 UTC 2009


Author: nphilipp

Update of /cvs/pkgs/rpms/sane-backends/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv6324

Modified Files:
	sane-backends.spec 
Log Message:
disable rpath



Index: sane-backends.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sane-backends/devel/sane-backends.spec,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -p -r1.123 -r1.124
--- sane-backends.spec	17 Jun 2009 09:35:38 -0000	1.123
+++ sane-backends.spec	17 Jun 2009 10:58:09 -0000	1.124
@@ -1,7 +1,7 @@
 Summary: Scanner access software
 Name: sane-backends
 Version: 1.0.20
-Release: 2%{?dist}
+Release: 3%{?dist}
 # lib/ is LGPLv2+, backends are GPLv2+ with exceptions
 # Tools are GPLv2+, docs are public domain
 # see LICENSE for details
@@ -88,7 +88,8 @@ want to access digital cameras.
 %build
 %configure \
     --with-gphoto2=%{_prefix} \
-    --with-docdir=%{_docdir}/%{name}-%{version}
+    --with-docdir=%{_docdir}/%{name}-%{version} \
+    --disable-rpath
 make %{?_smp_mflags}
 
 
@@ -153,6 +154,9 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/sane-backends.pc
 
 %changelog
+* Wed Jun 17 2009 Nils Philippsen <nils at redhat.com> - 1.0.20-3
+- disable rpath
+
 * Wed Jun 17 2009 Nils Philippsen <nils at redhat.com> - 1.0.20-2
 - fix permissions for Epson Expression 800 (#456656)
 




More information about the fedora-extras-commits mailing list