BR: gcc/gcc-c++
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
36aed17b6a
commit
02e4257ed9
21
sysprof.spec
21
sysprof.spec
@ -7,13 +7,17 @@ License: GPLv3+
|
||||
URL: http://www.sysprof.com
|
||||
Source0: https://download.gnome.org/sources/sysprof/3.28/sysprof-%{version}.tar.xz
|
||||
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: gettext
|
||||
BuildRequires: gtk3-devel
|
||||
BuildRequires: itstool
|
||||
BuildRequires: meson
|
||||
BuildRequires: polkit-devel
|
||||
BuildRequires: systemd-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||
BuildRequires: pkgconfig(polkit-gobject-1)
|
||||
BuildRequires: pkgconfig(systemd)
|
||||
BuildRequires: pkgconfig(libsystemd) >= 222
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: gettext
|
||||
BuildRequires: itstool
|
||||
BuildRequires: /usr/bin/appstream-util
|
||||
BuildRequires: /usr/bin/desktop-file-validate
|
||||
|
||||
@ -36,6 +40,7 @@ The %{name}-cli package contains the sysprof-cli command line utility.
|
||||
|
||||
%package -n libsysprof-ui
|
||||
Summary: Sysprof UI library
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.22.0
|
||||
|
||||
%description -n libsysprof-ui
|
||||
The libsysprof-ui package contains the Sysprof UI library.
|
||||
@ -65,8 +70,8 @@ developing applications that use %{name}.
|
||||
|
||||
|
||||
%check
|
||||
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
|
||||
|
||||
|
||||
%ldconfig_scriptlets cli
|
||||
|
Loading…
Reference in New Issue
Block a user