1
0

Accepting request 697774 from openSUSE:Factory:RISCV

- Remove useless clang dependency

OBS-URL: https://build.opensuse.org/request/show/697774
OBS-URL: https://build.opensuse.org/package/show/X11:xfce/package-update-indicator?expand=0&rev=7
This commit is contained in:
Maurizio Galli 2019-04-25 09:00:38 +00:00 committed by Git OBS Bridge
parent 0db126f0e1
commit 5db02c7f01
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 25 08:04:41 UTC 2019 - Andreas Schwab <schwab@suse.de>
- Remove useless clang dependency
-------------------------------------------------------------------
Tue Apr 16 07:01:16 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>

View File

@ -26,7 +26,6 @@ Group: System/Daemons
URL: https://code.guido-berhoerster.org/projects/package-update-indicator
Source: https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz
Source1: 10_opensuse_update_command.gschema.override
BuildRequires: clang
BuildRequires: docbook5-xsl-stylesheets
BuildRequires: gettext >= 0.19
BuildRequires: libxml2-tools
@ -50,7 +49,7 @@ The package-update-indicator utility regularly checks for software updates and n
%autosetup
%build
%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}"
%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" CC=gcc
%install
%make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: