Accepting request 522697 from home:jengelh:branches:GNOME:Factory
- Remove --with-pic which is a no-op due to --disable-static. - Avoid running fdupes across hardlink boundaries. One summary grammar fix. OBS-URL: https://build.opensuse.org/request/show/522697 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=360
This commit is contained in:
parent
d869dcd728
commit
89c5bf09d7
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 9 00:04:41 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Remove --with-pic which is a no-op due to --disable-static.
|
||||||
|
- Avoid running fdupes across hardlink boundaries.
|
||||||
|
One summary grammar fix.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 4 15:49:10 UTC 2017 - zaitor@opensuse.org
|
Mon Sep 4 15:49:10 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -155,7 +155,7 @@ The control center is GNOME's main interface for configuration of
|
|||||||
various aspects of your desktop.
|
various aspects of your desktop.
|
||||||
|
|
||||||
%package user-faces
|
%package user-faces
|
||||||
Summary: Login Managers user avatars
|
Summary: Login manager user avatars
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
|
|
||||||
%description user-faces
|
%description user-faces
|
||||||
@ -222,7 +222,6 @@ translation-update-upstream
|
|||||||
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-pic \
|
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-maintainer-mode \
|
--disable-maintainer-mode \
|
||||||
%if %{with_ibus}
|
%if %{with_ibus}
|
||||||
@ -269,7 +268,7 @@ rm %{buildroot}%{_datadir}/polkit-1/rules.d/gnome-control-center.rules
|
|||||||
%if %{with_wacom}
|
%if %{with_wacom}
|
||||||
%suse_update_desktop_file -n gnome-wacom-panel X-SuSE-ControlCenter-Hardware
|
%suse_update_desktop_file -n gnome-wacom-panel X-SuSE-ControlCenter-Hardware
|
||||||
%endif
|
%endif
|
||||||
%fdupes %{buildroot}
|
%fdupes %{buildroot}/%{_prefix}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user