This commit is contained in:
parent
7e63c5c8c7
commit
83147ebaf7
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 3 11:18:55 CET 2008 - jsmeix@suse.de
|
||||
|
||||
- Moved /etc/hal/fdi/policy/10osvendor/70-hpmud.fdi
|
||||
to /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi
|
||||
(see Novell/Suse Bugzilla bnc#438867).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 18 11:48:39 CET 2008 - jsmeix@suse.de
|
||||
|
||||
|
22
hplip.spec
22
hplip.spec
@ -25,7 +25,7 @@ Summary: HP's Printing, Scanning, and Faxing Software
|
||||
# x.y.m : x = major release number, y = year (eg: 6 = 2006), m = month (eg: 6a = second release in June)
|
||||
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||
Version: 2.8.7
|
||||
Release: 4
|
||||
Release: 5
|
||||
Group: Hardware/Printing
|
||||
License: BSD 3-Clause; GPL v2 or later; X11/MIT
|
||||
Url: http://hpinkjet.sourceforge.net/
|
||||
@ -337,10 +337,10 @@ done
|
||||
popd
|
||||
# End of the general tests and adjustments for all PPDs.
|
||||
# Run the script which outputs a global HAL fdi file for all HP USB devices which belong to HPLIP
|
||||
# and install its output as /etc/hal/fdi/policy/10osvendor/70-hpmud.fdi:
|
||||
# and install its output as /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi
|
||||
bash %{SOURCE104} data/rules/55-hpmud.rules >70-hpmud.fdi
|
||||
install -d %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor
|
||||
install -m644 70-hpmud.fdi %{buildroot}%{_sysconfdir}/hal/fdi/policy/10osvendor/70-hpmud.fdi
|
||||
install -d %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty
|
||||
install -m644 70-hpmud.fdi %{buildroot}%{_datadir}/hal/fdi/information/20thirdparty/70-hpmud.fdi
|
||||
# Desktop menue entry stuff:
|
||||
# Install the wrapper for hp-toolbox:
|
||||
install -m 755 %{SOURCE101} %{buildroot}%{_bindir}/hp-toolbox.wrapper
|
||||
@ -424,11 +424,11 @@ exit 0
|
||||
%dir %{_sysconfdir}/udev
|
||||
%dir %{_sysconfdir}/udev/rules.d
|
||||
%config %{_sysconfdir}/udev/rules.d/55-hpmud.rules
|
||||
%dir %{_sysconfdir}/hal
|
||||
%dir %{_sysconfdir}/hal/fdi
|
||||
%dir %{_sysconfdir}/hal/fdi/policy
|
||||
%dir %{_sysconfdir}/hal/fdi/policy/10osvendor
|
||||
%{_sysconfdir}/hal/fdi/policy/10osvendor/70-hpmud.fdi
|
||||
%dir %{_datadir}/hal
|
||||
%dir %{_datadir}/hal/fdi
|
||||
%dir %{_datadir}/hal/fdi/information
|
||||
%dir %{_datadir}/hal/fdi/information/20thirdparty
|
||||
%{_datadir}/hal/fdi/information/20thirdparty/70-hpmud.fdi
|
||||
%{_sysconfdir}/xdg/autostart/hplip-systray.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_bindir}/hp-align
|
||||
@ -483,6 +483,10 @@ exit 0
|
||||
%{_libdir}/libhpmud.*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 03 2008 jsmeix@suse.de
|
||||
- Moved /etc/hal/fdi/policy/10osvendor/70-hpmud.fdi
|
||||
to /usr/share/hal/fdi/information/20thirdparty/70-hpmud.fdi
|
||||
(see Novell/Suse Bugzilla bnc#438867).
|
||||
* Tue Nov 18 2008 jsmeix@suse.de
|
||||
- Let suse_update_desktop_file add X-SuSE-translate key
|
||||
to /etc/xdg/autostart/hplip-systray.desktop so that we can
|
||||
|
Loading…
x
Reference in New Issue
Block a user