Accepting request 502700 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/502700 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dbus-1-glib?expand=0&rev=51
This commit is contained in:
commit
2b7bc40998
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 9 06:45:23 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
- remove CFLAGS setting, -fstack-protector is default and -fPIC
|
||||||
|
will be auto-selected.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 20 09:25:32 UTC 2016 - zaitor@opensuse.org
|
Thu Oct 20 09:25:32 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dbus-1-glib
|
# spec file for package dbus-1-glib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -74,7 +74,6 @@ GLib thread abstraction and main loop.
|
|||||||
%setup -q -n dbus-glib-%{version}
|
%setup -q -n dbus-glib-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags} -fstack-protector -fPIC"
|
|
||||||
%configure \
|
%configure \
|
||||||
--libexecdir=%{_libexecdir}/%{name} \
|
--libexecdir=%{_libexecdir}/%{name} \
|
||||||
%if 0%{?_crossbuild}
|
%if 0%{?_crossbuild}
|
||||||
@ -89,11 +88,9 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
# Remove the exacutable bit from dbus-bash-completion.sh
|
# Remove the exacutable bit from dbus-bash-completion.sh
|
||||||
chmod -x %{buildroot}/%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
chmod -x %{buildroot}/%{_sysconfdir}/bash_completion.d/dbus-bash-completion.sh
|
||||||
|
|
||||||
%post
|
%post -p /sbin/ldconfig
|
||||||
%{run_ldconfig}
|
|
||||||
|
|
||||||
%postun
|
%postun -p /sbin/ldconfig
|
||||||
%{run_ldconfig}
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user