tuxpaint.spec: adapted to the change of naming rule of tar ball

This commit is contained in:
dolphin6k 2022-06-29 09:45:24 +09:00
parent 5c486e90f8
commit 747e69f7c7

View file

@ -5,7 +5,7 @@ Release: 1
License: GPL
Group: Multimedia/Graphics
URL: http://www.tuxpaint.org/
Source0: %{name}-%{version}.tar.gz
Source0: %{name}-%{version}-sdl1.tar.gz
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
BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel SDL_gfx-devel
@ -33,7 +33,7 @@ Requires: librsvg2-devel libpaper-devel fribidi-devel gperf
development files for tuxpaint plugins.
%prep
%setup -q
%setup -q -n %{name}-%{version}-sdl1
%build
make PREFIX=%{_prefix} DOC_PREFIX=%{_docdir}/tuxpaint/en linux_ARCH_CFLAGS=-I/usr/include/imagequant
@ -98,6 +98,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/tp-magic-config.*
%changelog
* Wed Jun 29 2022 <dolphin6k@wmail.plala.or.jp> -
- Adapted to the change of naming rule of tar ball
* Wed Jun 29 2022 <dolphin6k@wmail.plala.or.jp> -
- Set minimum version requirement for gettext