]> git.pld-linux.org Git - packages/sane-backends.git/commitdiff
- disable locking as others do (FC); rel 1 since according to logs it works auto/th/sane-backends-1.0.25-0.git20140814.1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Sep 2014 19:56:51 +0000 (21:56 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 24 Sep 2014 19:56:51 +0000 (21:56 +0200)
sane-backends.spec

index f80d757571a214f891d5ccbb9789c00fa39745c8..92734224a06b987acfcc2996afd3e3289ae91ed9 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_with    libusb0         # libusb 0.1.x API instead of libusb 1.0
 #
 %define                snap    git20140814
-%define                rel     0.1
+%define                rel     1
 #
 Summary:       SANE - easy local and networked scanner access
 Summary(es.UTF-8):     SANE - acceso a scanners en red y locales
@@ -271,7 +271,8 @@ mv -f acinclude.m4.tmp acinclude.m4
        --enable-pthread \
        --enable-static \
        --enable-translations \
-       %{?with_gphoto:--with-gphoto2}
+       %{?with_gphoto:--with-gphoto2} \
+       --disable-locking
 
 %{__make}
 
@@ -284,7 +285,7 @@ cd ..
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{/etc/sysconfig/rc-inetd,%{_aclocaldir},/var/lock/sane}
+install -d $RPM_BUILD_ROOT{/etc/sysconfig/rc-inetd,%{_aclocaldir}}
 
 %{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -484,7 +485,6 @@ fi
 %attr(755,root,root) %{_libdir}/sane/libsane-umax1220u.so.*
 %attr(755,root,root) %{_libdir}/sane/libsane-umax_pp.so.*
 %attr(755,root,root) %{_libdir}/sane/libsane-xerox_mfp.so.*
-%dir %attr(775,root,usb) /var/lock/sane
 %{_mandir}/man1/sane-find-scanner.1*
 %{_mandir}/man1/scanimage.1*
 %{_mandir}/man1/gamma4scanimage.1*
This page took 0.035306 seconds and 4 git commands to generate.