--- sane.spec.orig 2006-07-15 10:07:11 +0300 +++ sane.spec 2006-07-15 10:01:43 +0300 @@ -1,6 +1,6 @@ Name: sane Version: 1.0.17 -Release: alt1 +Release: alt2 Summary: This package contains the SANE docs and utils Summary(ru_RU.KOI8-R): Документация и утилиты для SANE @@ -134,6 +134,8 @@ subst "s|/path/to/your/firmware|%_libdir/hotplug/firmware|" %buildroot%_sysconfdir/sane.d/*.conf install -D -m0644 tools/hotplug/libsane.usermap %buildroot%_sysconfdir/hotplug/usb/libsane.usermap install -D -m0755 tools/hotplug/libusbscanner %buildroot%_sysconfdir/hotplug/usb/libusbscanner +sh tools/udev/convert-usermap.sh tools/hotplug/libsane.usermap +install -D -m0644 libsane.rules %buildroot%_sysconfdir/udev/rules.d/25-libsane.rules install -D %SOURCE2 -m0644 %buildroot%_sysconfdir/xinetd.d/%name %__rm -f %buildroot%_libdir/%name/*.la @@ -168,6 +170,7 @@ %files -n lib%name -f %oname.lang %_libdir/*.so.* %_sysconfdir/hotplug/usb/* +%_sysconfdir/udev/rules.d/* %_man5dir/* %dir %_sysconfdir/sane.d/ %config(noreplace) %_sysconfdir/sane.d/* @@ -189,6 +192,9 @@ %_libdir/sane/*.a %changelog +* Sat Jul 15 2006 Artem Zolochevskiy 1.0.17-alt2 +- add udev rules file + * Sat Feb 18 2006 Vitaly Lipatov 1.0.17-alt1 - fix bug with lockdir (#9107) - rewrote lockdir setting - remove tetex buildreqs