1
0
Yuchen Lin 2019-04-26 20:54:28 +00:00 committed by Git OBS Bridge
commit ec99c6f8f3
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=: