Accepting request 75589 from home:vuntz:branches:GNOME:Factory
Small tweak OBS-URL: https://build.opensuse.org/request/show/75589 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/glib-networking?expand=0&rev=25
This commit is contained in:
parent
01f81f1ea0
commit
ad7a3e07da
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 6 23:14:21 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Change rpm query to look for the real package containing gio to
|
||||
use the new gio virtual name, that is now provided by the package
|
||||
containing the gio library. This is better than the query on the
|
||||
library filename, which might change later.
|
||||
- Also properly escape the queryformat, since we need to double the
|
||||
% characters in a .spec file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 5 08:23:04 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
|
@ -37,7 +37,7 @@ BuildRequires: pkgconfig(libproxy-1.0)
|
||||
# org.gnome.system.proxy schema is used
|
||||
Requires: gsettings-desktop-schemas
|
||||
Recommends: %{name}-lang = %{version}
|
||||
%define gio_real_package %(rpm -q --whatprovides --qf '%{NAME}' %{_libdir}/libgio-2.0.so.?)
|
||||
%define gio_real_package %(rpm -q --qf '%%{name}' --whatprovides gio)
|
||||
Supplements: %{gio_real_package}
|
||||
%glib2_gio_module_requires
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user