Changed library requirements in tuxpaint.spec
Also Adapted to the change of naming rule of tar ball.
This commit is contained in:
parent
b129a425bd
commit
8dafac02b6
1 changed files with 9 additions and 5 deletions
|
|
@ -5,10 +5,10 @@ Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Multimedia/Graphics
|
Group: Multimedia/Graphics
|
||||||
URL: http://www.tuxpaint.org/
|
URL: http://www.tuxpaint.org/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}-sdl2.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: SDL >= 1.2.4 SDL_image SDL_mixer SDL_ttf SDL_Pango SDL_gfx libpaper fribidi xdg-utils libimagequant
|
Requires: SDL2 SDL2_image SDL2_mixer SDL2_ttf SDL2_Pango SDL2_gfx libpaper fribidi xdg-utils libimagequant
|
||||||
BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel SDL_gfx-devel
|
BuildRequires: SDL2-devel 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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
|
@ -26,14 +26,14 @@ such as sound effects.
|
||||||
Summary: development files for tuxpaint plugins.
|
Summary: development files for tuxpaint plugins.
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: tuxpaint = %{version}
|
Requires: tuxpaint = %{version}
|
||||||
Requires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel
|
Requires: SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_Pango-devel
|
||||||
Requires: librsvg2-devel libpaper-devel fribidi-devel gperf
|
Requires: librsvg2-devel libpaper-devel fribidi-devel gperf
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
development files for tuxpaint plugins.
|
development files for tuxpaint plugins.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{version}-sdl2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PREFIX=%{_prefix} DOC_PREFIX=%{_docdir}/tuxpaint/en linux_ARCH_CFLAGS=-I/usr/include/imagequant
|
make PREFIX=%{_prefix} DOC_PREFIX=%{_docdir}/tuxpaint/en linux_ARCH_CFLAGS=-I/usr/include/imagequant
|
||||||
|
|
@ -98,6 +98,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_mandir}/man1/tp-magic-config.*
|
%{_mandir}/man1/tp-magic-config.*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 29 2022 <dolphin6k@wmail.plala.or.jp> -
|
||||||
|
- Changed library requirements from SDL to SDL2
|
||||||
|
- Adapted to the change of naming rule of tar ball.
|
||||||
|
|
||||||
* Wed Jun 29 2022 <dolphin6k@wmail.plala.or.jp> -
|
* Wed Jun 29 2022 <dolphin6k@wmail.plala.or.jp> -
|
||||||
- Set minimum version requirement for gettext
|
- Set minimum version requirement for gettext
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue