Build on all arches now generic atomics supported
This commit is contained in:
parent
b371bd0af3
commit
e847ffc8e0
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,6 +1 @@
|
||||
sysprof-1.1.6.tar.gz
|
||||
/sysprof-1.1.8.tar.gz
|
||||
/sysprof-1.2.0.tar.gz
|
||||
/sysprof-3.20.0.tar.xz
|
||||
/sysprof-3.21.90.tar.xz
|
||||
/sysprof-3.21.91.tar.xz
|
||||
/sysprof-*.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: sysprof
|
||||
Version: 3.21.91
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A system-wide Linux profiler
|
||||
|
||||
License: GPLv3+
|
||||
@ -17,8 +17,6 @@ BuildRequires: systemd-devel
|
||||
|
||||
Requires: hicolor-icon-theme
|
||||
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm}
|
||||
|
||||
%description
|
||||
Sysprof is a sampling CPU profiler for Linux that collects accurate,
|
||||
high-precision data and provides efficient access to the sampled
|
||||
@ -40,7 +38,7 @@ developing applications that use %{name}.
|
||||
|
||||
%build
|
||||
%configure --disable-static
|
||||
%make_build
|
||||
%make_build V=1
|
||||
|
||||
|
||||
%install
|
||||
@ -92,6 +90,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 5 2016 Peter Robinson <pbrobinson@fedoraproject.org> 3.21.91-2
|
||||
- Build on all arches now generic atomics supported
|
||||
|
||||
* Fri Sep 02 2016 Kalev Lember <klember@redhat.com> - 3.21.91-1
|
||||
- Update to 3.21.91
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user