Removed suffix "-sdl2" from tuxpaint.spec and win32/tuxpaint.iss
This commit is contained in:
parent
025c42be4f
commit
861ef9f9d5
2 changed files with 6 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Multimedia/Graphics
|
Group: Multimedia/Graphics
|
||||||
URL: https://tuxpaint.org/
|
URL: https://tuxpaint.org/
|
||||||
Source0: %{name}-%{version}-sdl2.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: SDL2 SDL2_image SDL2_mixer SDL2_ttf SDL2_Pango SDL2_gfx libpaper fribidi xdg-utils libimagequant
|
Requires: SDL2 SDL2_image SDL2_mixer SDL2_ttf SDL2_Pango SDL2_gfx libpaper fribidi xdg-utils libimagequant
|
||||||
BuildRequires: SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_Pango-devel SDL2_gfx-devel
|
BuildRequires: SDL2-devel SDL2_image-devel SDL2_mixer-devel SDL2_ttf-devel SDL2_Pango-devel SDL2_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 -n %{name}-%{version}-sdl2
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PREFIX=%{_prefix} DOC_PREFIX=%{_docdir}/tuxpaint/en linux_ARCH_CFLAGS='-I/usr/include/imagequant -I/usr/include/freetype2'
|
make PREFIX=%{_prefix} DOC_PREFIX=%{_docdir}/tuxpaint/en linux_ARCH_CFLAGS='-I/usr/include/imagequant -I/usr/include/freetype2'
|
||||||
|
|
@ -106,6 +106,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
%{_docdir}/tuxpaint/*/html/tp_magic_example.c
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 22 2023 <dolphin6k@wmail.plala.or.jp>
|
||||||
|
- Removed suffix "-sdl2" from the release tar ball.
|
||||||
|
|
||||||
* Fri Mar 10 2023 <dolphin6k@wmail.plala.or.jp>
|
* Fri Mar 10 2023 <dolphin6k@wmail.plala.or.jp>
|
||||||
- Magic docs to go the main package
|
- Magic docs to go the main package
|
||||||
- Magid devel docs to go the devel package
|
- Magid devel docs to go the devel package
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ AppVersion={#AppVersion}
|
||||||
DefaultDirName={pf}\{#AppDirName}
|
DefaultDirName={pf}\{#AppDirName}
|
||||||
DefaultGroupName={#AppGroupName}
|
DefaultGroupName={#AppGroupName}
|
||||||
OutputDir=.\
|
OutputDir=.\
|
||||||
OutputBaseFilename={#AppPrefix}-{#AppVersion}-windows-sdl2.0-{#BuildTarget}-installer
|
OutputBaseFilename={#AppPrefix}-{#AppVersion}-windows-{#BuildTarget}-installer
|
||||||
InfoBeforeFile={#BdistDir}\{#AppLicense}
|
InfoBeforeFile={#BdistDir}\{#AppLicense}
|
||||||
SetupIconFile={#BdistDir}\data\images\tuxpaint-installer.ico
|
SetupIconFile={#BdistDir}\data\images\tuxpaint-installer.ico
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue