Updating link to change in openSUSE:Factory/gnome-bluetooth revision 28.0
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=96a2e9fceaaad3c79a34b0579cc674a9
This commit is contained in:
parent
8ce40c0de0
commit
80254e1ced
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 4 17:47:03 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Fix calls to suse_update_desktop_file: the arguments were not in
|
||||||
|
the right order.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 29 22:08:35 CEST 2010 - vuntz@opensuse.org
|
Mon Mar 29 22:08:35 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ BuildRequires: update-desktop-files
|
|||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Version: 2.30.0
|
Version: 2.30.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: GNOME Bluetooth graphical utilities
|
Summary: GNOME Bluetooth graphical utilities
|
||||||
Url: http://usefulinc.com/software/gnome-bluetooth/
|
Url: http://usefulinc.com/software/gnome-bluetooth/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
@ -117,8 +117,8 @@ translation-update-upstream
|
|||||||
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
|
||||||
%endif
|
%endif
|
||||||
find %{buildroot} -type f -name "*.la" -delete -print
|
find %{buildroot} -type f -name "*.la" -delete -print
|
||||||
%suse_update_desktop_file bluetooth-properties -G "Configure Bluetooth settings" -N "Bluetooth Properties"
|
%suse_update_desktop_file -G "Configure Bluetooth settings" -N "Bluetooth Properties" bluetooth-properties
|
||||||
%suse_update_desktop_file bluetooth-applet -G "Bluetooth Manager applet"
|
%suse_update_desktop_file -G "Bluetooth Manager applet" bluetooth-applet
|
||||||
%find_lang %{name}2
|
%find_lang %{name}2
|
||||||
%find_lang %{name} %{name}2.lang
|
%find_lang %{name} %{name}2.lang
|
||||||
%find_gconf_schemas
|
%find_gconf_schemas
|
||||||
|
Loading…
Reference in New Issue
Block a user