Accepting request 1179332 from home:dimstar:Factory
- Clean up spec file: + BuildRequiring a library package is never correct (the devel packages are supposed to pull in the needed libraries). + Drop ffmpeg-devel BuildReuqires: pkgconfig(libav*) are translating to the distro default providers. OBS-URL: https://build.opensuse.org/request/show/1179332 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=322
This commit is contained in:
parent
d92b9aa6ad
commit
eddba4faeb
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 7 14:30:46 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Clean up spec file:
|
||||||
|
+ BuildRequiring a library package is never correct (the devel
|
||||||
|
packages are supposed to pull in the needed libraries).
|
||||||
|
+ Drop ffmpeg-devel BuildReuqires: pkgconfig(libav*) are
|
||||||
|
translating to the distro default providers.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 7 07:29:11 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
Fri Jun 7 07:29:11 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||||
|
|
||||||
|
@ -75,7 +75,6 @@ BuildRequires: clang
|
|||||||
BuildRequires: cmake >= 3.16
|
BuildRequires: cmake >= 3.16
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: enchant-devel
|
BuildRequires: enchant-devel
|
||||||
BuildRequires: ffmpeg-devel
|
|
||||||
%if %{with compiler_upgrade} || %{with compiler_downgrade}
|
%if %{with compiler_upgrade} || %{with compiler_downgrade}
|
||||||
BuildRequires: gcc12
|
BuildRequires: gcc12
|
||||||
BuildRequires: gcc12-c++
|
BuildRequires: gcc12-c++
|
||||||
@ -139,11 +138,7 @@ BuildRequires: pkgconfig(harfbuzz)
|
|||||||
BuildRequires: pkgconfig(hunspell)
|
BuildRequires: pkgconfig(hunspell)
|
||||||
BuildRequires: pkgconfig(jemalloc)
|
BuildRequires: pkgconfig(jemalloc)
|
||||||
BuildRequires: pkgconfig(libavcodec)
|
BuildRequires: pkgconfig(libavcodec)
|
||||||
%if 0%{?suse_version} && ( 0%{?suse_version} > 1500 )
|
|
||||||
BuildRequires: libavdevice60 >= 6
|
|
||||||
%else
|
|
||||||
BuildRequires: pkgconfig(libavdevice)
|
BuildRequires: pkgconfig(libavdevice)
|
||||||
%endif
|
|
||||||
BuildRequires: pkgconfig(libavfilter)
|
BuildRequires: pkgconfig(libavfilter)
|
||||||
BuildRequires: pkgconfig(libavformat)
|
BuildRequires: pkgconfig(libavformat)
|
||||||
BuildRequires: pkgconfig(libavutil)
|
BuildRequires: pkgconfig(libavutil)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user