forked from pool/package-update-indicator
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:
parent
0db126f0e1
commit
5db02c7f01
@ -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>
|
Tue Apr 16 07:01:16 UTC 2019 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,6 @@ Group: System/Daemons
|
|||||||
URL: https://code.guido-berhoerster.org/projects/package-update-indicator
|
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
|
Source: https://code.guido-berhoerster.org/projects/package-update-indicator/downloads/%{name}-%{version}.tar.gz
|
||||||
Source1: 10_opensuse_update_command.gschema.override
|
Source1: 10_opensuse_update_command.gschema.override
|
||||||
BuildRequires: clang
|
|
||||||
BuildRequires: docbook5-xsl-stylesheets
|
BuildRequires: docbook5-xsl-stylesheets
|
||||||
BuildRequires: gettext >= 0.19
|
BuildRequires: gettext >= 0.19
|
||||||
BuildRequires: libxml2-tools
|
BuildRequires: libxml2-tools
|
||||||
@ -50,7 +49,7 @@ The package-update-indicator utility regularly checks for software updates and n
|
|||||||
%autosetup
|
%autosetup
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}"
|
%make_build prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=: CFLAGS="%{optflags}" CC=gcc
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=:
|
%make_install prefix=%{_prefix} GLIB_COMPILE_SCHEMAS=:
|
||||||
|
Loading…
Reference in New Issue
Block a user