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 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}-sdl1.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: 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 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. development files for tuxpaint plugins.
%prep %prep
%setup -q %setup -q -n %{name}-%{version}-sdl1
%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,9 @@ 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> -
- 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