forked from pool/dconf
Accepting request 77191 from home:vuntz:branches:GNOME:Factory
Update to 0.9.0 OBS-URL: https://build.opensuse.org/request/show/77191 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=28
This commit is contained in:
committed by
Git OBS Bridge
parent
bc839b316c
commit
6811768694
11
dconf.spec
11
dconf.spec
@@ -18,14 +18,14 @@
|
||||
|
||||
|
||||
Name: dconf
|
||||
Version: 0.7.5
|
||||
Version: 0.9.0
|
||||
Release: 1
|
||||
# FIXME: remove SUSE_ASNEEDED=0 when this is fixed: https://bugzilla.gnome.org/show_bug.cgi?id=626280
|
||||
# FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball
|
||||
License: LGPLv2.1+
|
||||
Summary: Simple key-based configuration system
|
||||
Group: System/Libraries
|
||||
Url: http://live.gnome.org/dconf
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/dconf/0.9/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
# For directory ownership
|
||||
BuildRequires: dbus-1
|
||||
@@ -135,7 +135,6 @@ have configuration storage systems.
|
||||
%endif
|
||||
|
||||
%build
|
||||
export SUSE_ASNEEDED=0
|
||||
%configure \
|
||||
%if 0%{?BUILD_FROM_VCS}
|
||||
--enable-gtk-doc
|
||||
@@ -146,7 +145,9 @@ export SUSE_ASNEEDED=0
|
||||
%install
|
||||
%makeinstall
|
||||
find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/dconf-editor.desktop
|
||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/dconf-editor.desktop SystemSetup
|
||||
# FIXME: temporary hack to make the build not fail while we have no icon
|
||||
sed -i "s/^Icon=dconf-editor/#Icon=dconf-editor/" %{buildroot}%{_datadir}/applications/dconf-editor.desktop
|
||||
mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
||||
|
||||
%post -n libdconf0 -p /sbin/ldconfig
|
||||
|
Reference in New Issue
Block a user