!13 Fix BuildRequires
From: @zhang__3125 Reviewed-by: @dwl301,@dwl301 Signed-off-by: @dwl301
This commit is contained in:
commit
c577dfb20e
13
Thunar.spec
13
Thunar.spec
@ -1,9 +1,9 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
%global xfceversion 4.14
|
%global xfceversion 4.16
|
||||||
|
|
||||||
Name: Thunar
|
Name: Thunar
|
||||||
Version: 1.8.17
|
Version: 1.8.17
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Thunar File Manager
|
Summary: Thunar File Manager
|
||||||
#Group: Development/Libraries
|
#Group: Development/Libraries
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -17,14 +17,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|||||||
#BuildArch: noarch
|
#BuildArch: noarch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.34
|
BuildRequires: pkgconfig(dbus-glib-1) >= 0.34
|
||||||
BuildRequires: pkgconfig(exo-1) >= 0.12.0
|
BuildRequires: exo-devel
|
||||||
BuildRequires: pkgconfig(gudev-1.0) >= 145
|
BuildRequires: pkgconfig(gudev-1.0) >= 145
|
||||||
BuildRequires: pkgconfig(libexif) >= 0.6.0
|
BuildRequires: pkgconfig(libexif) >= 0.6.0
|
||||||
BuildRequires: pkgconfig(libpcre) >= 6.0
|
BuildRequires: pkgconfig(libpcre) >= 6.0
|
||||||
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.4
|
BuildRequires: pkgconfig(libstartup-notification-1.0) >= 0.4
|
||||||
BuildRequires: pkgconfig(libnotify) >= 0.4.0
|
BuildRequires: pkgconfig(libnotify) >= 0.4.0
|
||||||
BuildRequires: pkgconfig(libxfce4ui-1) >= %{xfceversion}
|
BuildRequires: pkgconfig(libxfce4ui-2) >= %{xfceversion}
|
||||||
BuildRequires: pkgconfig(libxfce4panel-1.0) >= %{xfceversion}
|
BuildRequires: pkgconfig(libxfce4panel-2.0) >= %{xfceversion}
|
||||||
BuildRequires: libSM-devel
|
BuildRequires: libSM-devel
|
||||||
BuildRequires: freetype-devel
|
BuildRequires: freetype-devel
|
||||||
BuildRequires: libpng-devel >= 2:1.2.2-16
|
BuildRequires: libpng-devel >= 2:1.2.2-16
|
||||||
@ -173,6 +173,9 @@ done
|
|||||||
%{_datadir}/gtk-doc/html/thunarx/*
|
%{_datadir}/gtk-doc/html/thunarx/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 05 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 1.8.17-2
|
||||||
|
- Fix BuildRequires: pkgconfig(libxfce4ui-1) pkgconfig(libxfce4panel-1.0) pkgconfig(exo-1)
|
||||||
|
|
||||||
* Fri May 21 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 1.8.17-1
|
* Fri May 21 2021 lin.zhang <lin.zhang@turbolinux.com.cn> - 1.8.17-1
|
||||||
- update to 1.8.17-1
|
- update to 1.8.17-1
|
||||||
- fix CVE-2021-32563
|
- fix CVE-2021-32563
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user