|
Lines 1-6
Link Here
|
| 1 |
Name: sane |
1 |
Name: sane |
| 2 |
Version: 1.0.17 |
2 |
Version: 1.0.17 |
| 3 |
Release: alt1 |
3 |
Release: alt2 |
| 4 |
|
4 |
|
| 5 |
Summary: This package contains the SANE docs and utils |
5 |
Summary: This package contains the SANE docs and utils |
| 6 |
Summary(ru_RU.KOI8-R): äÏËÕÍÅÎÔÁÃÉÑ É ÕÔÉÌÉÔÙ ÄÌÑ SANE |
6 |
Summary(ru_RU.KOI8-R): äÏËÕÍÅÎÔÁÃÉÑ É ÕÔÉÌÉÔÙ ÄÌÑ SANE |
|
Lines 134-139
Link Here
|
| 134 |
subst "s|/path/to/your/firmware|%_libdir/hotplug/firmware|" %buildroot%_sysconfdir/sane.d/*.conf |
134 |
subst "s|/path/to/your/firmware|%_libdir/hotplug/firmware|" %buildroot%_sysconfdir/sane.d/*.conf |
| 135 |
install -D -m0644 tools/hotplug/libsane.usermap %buildroot%_sysconfdir/hotplug/usb/libsane.usermap |
135 |
install -D -m0644 tools/hotplug/libsane.usermap %buildroot%_sysconfdir/hotplug/usb/libsane.usermap |
| 136 |
install -D -m0755 tools/hotplug/libusbscanner %buildroot%_sysconfdir/hotplug/usb/libusbscanner |
136 |
install -D -m0755 tools/hotplug/libusbscanner %buildroot%_sysconfdir/hotplug/usb/libusbscanner |
|
|
137 |
sh tools/udev/convert-usermap.sh tools/hotplug/libsane.usermap |
| 138 |
install -D -m0644 libsane.rules %buildroot%_sysconfdir/udev/rules.d/25-libsane.rules |
| 137 |
install -D %SOURCE2 -m0644 %buildroot%_sysconfdir/xinetd.d/%name |
139 |
install -D %SOURCE2 -m0644 %buildroot%_sysconfdir/xinetd.d/%name |
| 138 |
|
140 |
|
| 139 |
%__rm -f %buildroot%_libdir/%name/*.la |
141 |
%__rm -f %buildroot%_libdir/%name/*.la |
|
Lines 168-173
Link Here
|
| 168 |
%files -n lib%name -f %oname.lang |
170 |
%files -n lib%name -f %oname.lang |
| 169 |
%_libdir/*.so.* |
171 |
%_libdir/*.so.* |
| 170 |
%_sysconfdir/hotplug/usb/* |
172 |
%_sysconfdir/hotplug/usb/* |
|
|
173 |
%_sysconfdir/udev/rules.d/* |
| 171 |
%_man5dir/* |
174 |
%_man5dir/* |
| 172 |
%dir %_sysconfdir/sane.d/ |
175 |
%dir %_sysconfdir/sane.d/ |
| 173 |
%config(noreplace) %_sysconfdir/sane.d/* |
176 |
%config(noreplace) %_sysconfdir/sane.d/* |
|
Lines 189-194
Link Here
|
| 189 |
%_libdir/sane/*.a |
192 |
%_libdir/sane/*.a |
| 190 |
|
193 |
|
| 191 |
%changelog |
194 |
%changelog |
|
|
195 |
* Sat Jul 15 2006 Artem Zolochevskiy <azol@altlinux.ru> 1.0.17-alt2 |
| 196 |
- add udev rules file |
| 197 |
|
| 192 |
* Sat Feb 18 2006 Vitaly Lipatov <lav@altlinux.ru> 1.0.17-alt1 |
198 |
* Sat Feb 18 2006 Vitaly Lipatov <lav@altlinux.ru> 1.0.17-alt1 |
| 193 |
- fix bug with lockdir (#9107) - rewrote lockdir setting |
199 |
- fix bug with lockdir (#9107) - rewrote lockdir setting |
| 194 |
- remove tetex buildreqs |
200 |
- remove tetex buildreqs |