Require libxml2 and devel package
This commit is contained in:
parent
9ddb8ff48d
commit
5d25d2a1bc
1 changed files with 5 additions and 2 deletions
|
|
@ -8,9 +8,9 @@ Group: Multimedia/Graphics
|
||||||
URL: https://tuxpaint.org/
|
URL: https://tuxpaint.org/
|
||||||
Source0: https://downloads.sourceforge.net/%{name}-%{version}.tar.gz
|
Source0: https://downloads.sourceforge.net/%{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: SDL2 >= 2.0 SDL2_image SDL2_mixer SDL2_ttf SDL2_Pango SDL2_gfx libpaper fribidi xdg-utils libimagequant
|
Requires: SDL2 >= 2.0 SDL2_image SDL2_mixer SDL2_ttf SDL2_Pango SDL2_gfx libpaper fribidi xdg-utils libimagequant libxml2
|
||||||
BuildRequires: SDL2-devel >= 2.0 SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_Pango-devel SDL2_gfx-devel
|
BuildRequires: SDL2-devel >= 2.0 SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_Pango-devel SDL2_gfx-devel
|
||||||
BuildRequires: librsvg2-devel libpaper-devel fribidi-devel gperf gettext >= 0.19.7 ImageMagick xdg-utils libimagequant-devel
|
BuildRequires: librsvg2-devel libpaper-devel fribidi-devel gperf gettext >= 0.19.7 ImageMagick xdg-utils libimagequant-devel libxml2-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
"Tux Paint" is a drawing program for young children.
|
"Tux Paint" is a drawing program for young children.
|
||||||
|
|
@ -92,6 +92,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 02 2025 <dolphin6k@wmail.plala.or.jp> -
|
||||||
|
- Set version number 0.9.35
|
||||||
|
|
||||||
* Fri Nov 15 2024 <nbs@sonic.net> -
|
* Fri Nov 15 2024 <nbs@sonic.net> -
|
||||||
- Set version number 0.9.35
|
- Set version number 0.9.35
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue