From 41d3caf80a3e8e48488e18b096dd60602e89cedb Mon Sep 17 00:00:00 2001 From: shirely16 Date: Tue, 20 Jul 2021 10:09:43 +0800 Subject: [PATCH] delete rely on low version of the file --- sysprof.spec | 14 ++++---------- sysprof.yaml | 5 ----- 2 files changed, 4 insertions(+), 15 deletions(-) delete mode 100644 sysprof.yaml diff --git a/sysprof.spec b/sysprof.spec index becd6da..9fcc31a 100644 --- a/sysprof.spec +++ b/sysprof.spec @@ -1,6 +1,6 @@ Name: sysprof Version: 3.38.1 -Release: 1 +Release: 2 Summary: A system-wide Linux profiler License: GPLv3+ URL: http://www.sysprof.com @@ -8,7 +8,6 @@ Source0: https://download.gnome.org/sources/sysprof/3.38/sysprof-%{versio BuildRequires: gcc gcc-c++ gettext itstool meson glib2-devel >= 2.61.3 pkgconfig(gtk+-3.0) >= 3.22.0 BuildRequires: libdazzle-devel systemd-devel polkit-devel libappstream-glib desktop-file-utils -Buildrequires: libsysprof-ui sysprof-cli Requires: glib2 >= 2.61.3 hicolor-icon-theme %{name}-cli = %{version}-%{release} Requires: libsysprof-ui = %{version}-%{release} @@ -34,7 +33,6 @@ The libsysprof-ui package contains the Sysprof UI library. %package devel Summary: Development files for %{name} Requires: %{name} = %{version}-%{release} -Requires: libsysprof-ui%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -52,10 +50,6 @@ developing applications that use %{name}. %install %meson_install %find_lang %{name} --with-gnome -cp -a %{_libdir}/libsysprof-3.so $RPM_BUILD_ROOT%{_libdir} -cp -a %{_libdir}/libsysprof-ui-3.so $RPM_BUILD_ROOT%{_libdir} -cp -a %{_libdir}/libsysprof-memory-3.so $RPM_BUILD_ROOT%{_libdir} - %check appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata.xml @@ -74,8 +68,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %files cli -f %{name}.lang %license COPYING %{_bindir}/sysprof-cli -%{_libdir}/libsysprof-3.so -%{_libdir}/libsysprof-memory-3.so %{_libdir}/libsysprof-4.so %{_libdir}/libsysprof-memory-4.so %{_libdir}/libsysprof-speedtrack-4.so @@ -93,7 +85,6 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %files -n libsysprof-ui %license COPYING -%{_libdir}/libsysprof-ui-3.so %{_libdir}/libsysprof-ui-4.so %files devel @@ -107,6 +98,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop %doc README.md %changelog +* Tue Jul 20 2021 hanhui - 3.38.1-2 +- delete rely on low version of the file,delete yaml file + * Mon Nov 09 2020 chengguipeng - 3.38.1-1 - upgrade to 3.38.1 diff --git a/sysprof.yaml b/sysprof.yaml deleted file mode 100644 index 56c6819..0000000 --- a/sysprof.yaml +++ /dev/null @@ -1,5 +0,0 @@ -git_url: https://gitlab.gnome.org/GNOME/sysprof -version_control: gitlab.gnome -src_repo: sysprof -tag_prefix: ^sysprof- -seperator: "."