This commit is contained in:
parent
a7119df568
commit
7e63c5c8c7
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 18 11:48:39 CET 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
|
||||||
|
update its translations with translation-only packages
|
||||||
|
(see Novell/Suse Bugzilla bnc#445738).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Oct 21 14:49:39 CEST 2008 - jsmeix@suse.de
|
Tue Oct 21 14:49:39 CEST 2008 - jsmeix@suse.de
|
||||||
|
|
||||||
|
10
hplip.spec
10
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)
|
# 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
|
# Official releases have a 3 digit number and release candidates have a 4 digit number: x.y.m.rc
|
||||||
Version: 2.8.7
|
Version: 2.8.7
|
||||||
Release: 3
|
Release: 4
|
||||||
Group: Hardware/Printing
|
Group: Hardware/Printing
|
||||||
License: BSD 3-Clause; GPL v2 or later; X11/MIT
|
License: BSD 3-Clause; GPL v2 or later; X11/MIT
|
||||||
Url: http://hpinkjet.sourceforge.net/
|
Url: http://hpinkjet.sourceforge.net/
|
||||||
@ -353,6 +353,9 @@ install -m 644 %{buildroot}%{_datadir}/%{name}/data/images/48x48/prog.png %{buil
|
|||||||
# (additionally there is/was a typo in HP's install because of the trailing blank at 'applications ')
|
# (additionally there is/was a typo in HP's install because of the trailing blank at 'applications ')
|
||||||
rm %{buildroot}%{_datadir}/applications/%{name}*.desktop
|
rm %{buildroot}%{_datadir}/applications/%{name}*.desktop
|
||||||
%suse_update_desktop_file -i %{name} System Monitor
|
%suse_update_desktop_file -i %{name} System Monitor
|
||||||
|
# Let suse_update_desktop_file add X-SuSE-translate key to /etc/xdg/autostart/hplip-systray.desktop
|
||||||
|
# so that we can update its translations with translation-only packages.
|
||||||
|
%suse_update_desktop_file %{buildroot}/etc/xdg/autostart/hplip-systray.desktop
|
||||||
# Install the man page for /usr/bin/hpijs:
|
# Install the man page for /usr/bin/hpijs:
|
||||||
install -d %{buildroot}%{_mandir}/man1
|
install -d %{buildroot}%{_mandir}/man1
|
||||||
install -m 644 %{SOURCE102} %{buildroot}%{_mandir}/man1/
|
install -m 644 %{SOURCE102} %{buildroot}%{_mandir}/man1/
|
||||||
@ -480,6 +483,11 @@ exit 0
|
|||||||
%{_libdir}/libhpmud.*
|
%{_libdir}/libhpmud.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
||||||
|
update its translations with translation-only packages
|
||||||
|
(see Novell/Suse Bugzilla bnc#445738).
|
||||||
* Tue Oct 21 2008 jsmeix@suse.de
|
* Tue Oct 21 2008 jsmeix@suse.de
|
||||||
- Changed change-udev-rules.diff to jump to the end
|
- Changed change-udev-rules.diff to jump to the end
|
||||||
if SUBSYSTEM!="usb" and replaced SYSFS by ATTR
|
if SUBSYSTEM!="usb" and replaced SYSFS by ATTR
|
||||||
|
Loading…
x
Reference in New Issue
Block a user