Update to 3.27.91
- Switch to the meson build system
This commit is contained in:
parent
99127a6982
commit
b0523d434b
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (sysprof-3.26.1.tar.xz) = ee03360e4971cd91129bac3cc9d2cf292d29aafe1cdacd078e404ee15c3ff02bcd0c0159502605c00eb2abd3a46917cf70458ad05e48b594eeb2835ead55c34c
|
SHA512 (sysprof-3.27.91.tar.xz) = a65195feecd89cda022f1c686e7335da1ebd51f9281a026cd48cbf74a4c372aa1408f4eb8ebc0bc04fbf5b939c68f9ec53a79802b230f4210163dd8a786e6b87
|
||||||
|
24
sysprof.spec
24
sysprof.spec
@ -1,16 +1,17 @@
|
|||||||
Name: sysprof
|
Name: sysprof
|
||||||
Version: 3.26.1
|
Version: 3.27.91
|
||||||
Release: 4%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A system-wide Linux profiler
|
Summary: A system-wide Linux profiler
|
||||||
|
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: http://www.sysprof.com
|
URL: http://www.sysprof.com
|
||||||
Source0: https://download.gnome.org/sources/sysprof/3.26/sysprof-%{version}.tar.xz
|
Source0: https://download.gnome.org/sources/sysprof/3.27/sysprof-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
BuildRequires: itstool
|
BuildRequires: itstool
|
||||||
|
BuildRequires: meson
|
||||||
BuildRequires: polkit-devel
|
BuildRequires: polkit-devel
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
BuildRequires: /usr/bin/appstream-util
|
BuildRequires: /usr/bin/appstream-util
|
||||||
@ -54,18 +55,17 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static --disable-Werror
|
%meson
|
||||||
%make_build V=1
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%meson_install
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -delete
|
|
||||||
%find_lang %{name} --with-gnome
|
%find_lang %{name} --with-gnome
|
||||||
|
|
||||||
|
|
||||||
%check
|
%check
|
||||||
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/appdata/*.appdata.xml
|
appstream-util validate-relax --nonet $RPM_BUILD_ROOT%{_datadir}/metainfo/*.appdata.xml
|
||||||
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
||||||
|
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc NEWS README TODO AUTHORS
|
%doc NEWS README TODO AUTHORS
|
||||||
%{_bindir}/sysprof
|
%{_bindir}/sysprof
|
||||||
%{_datadir}/appdata/org.gnome.Sysprof2.appdata.xml
|
%{_datadir}/metainfo/org.gnome.Sysprof2.appdata.xml
|
||||||
%{_datadir}/applications/org.gnome.Sysprof2.desktop
|
%{_datadir}/applications/org.gnome.Sysprof2.desktop
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.sysprof2.gschema.xml
|
%{_datadir}/glib-2.0/schemas/org.gnome.sysprof2.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/*/*
|
%{_datadir}/icons/hicolor/*/*/*
|
||||||
@ -100,10 +100,16 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/sysprof-2/
|
%{_includedir}/sysprof-2/
|
||||||
%{_libdir}/pkgconfig/sysprof-2.pc
|
%{_libdir}/pkgconfig/sysprof-2.pc
|
||||||
|
%{_libdir}/pkgconfig/sysprof-capture-2.pc
|
||||||
%{_libdir}/pkgconfig/sysprof-ui-2.pc
|
%{_libdir}/pkgconfig/sysprof-ui-2.pc
|
||||||
|
%{_libdir}/libsysprof-capture-2.a
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Mar 03 2018 Kalev Lember <klember@redhat.com> - 3.27.91-1
|
||||||
|
- Update to 3.27.91
|
||||||
|
- Switch to the meson build system
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.26.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user