From 510cd5fb1432ec07c092168f73237d9b794571b4 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sep 14 2009 05:35:29 +0000 Subject: New upstream release --- diff --git a/.cvsignore b/.cvsignore index b22c9ec..e18e09c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -tuxtype_w_fonts-1.5.17.tar.gz +tuxtype_w_fonts-1.7.5.tar.gz diff --git a/sources b/sources index e81a5d2..60a66f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2db518f7475e5be5b00a341022883d8 tuxtype_w_fonts-1.5.17.tar.gz +54017a392624444c71670345e10fc55c tuxtype_w_fonts-1.7.5.tar.gz diff --git a/tuxtype2.spec b/tuxtype2.spec index 5059191..c5374d8 100644 --- a/tuxtype2.spec +++ b/tuxtype2.spec @@ -1,17 +1,19 @@ Name: tuxtype2 -Version: 1.5.17 -Release: 3%{?dist} +Version: 1.7.5 +Release: 1%{?dist} Summary: Tux Typing, an educational typing tutor for children Group: Amusements/Games License: GPLv2+ -URL: http://tuxtype.sourceforge.net/ -Source0: http://alioth.debian.org/tuxtype_w_fonts-%{version}.tar.gz +URL: http://tux4kids.alioth.debian.org/tuxtype/index.php +Source0: https://alioth.debian.org/frs/download.php/3051/tuxtype_w_fonts-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: SDL-devel >= 1.2.5, SDL_image-devel, SDL_mixer-devel, SDL_Pango-devel BuildRequires: SDL_ttf-devel, ImageMagick, desktop-file-utils BuildRequires: automake, autoconf +BuildRequires: librsvg2-devel + %description Tux Typing is an educational typing tutor for children. It features several @@ -20,6 +22,9 @@ different types of gameplay, at a variety of difficulty levels. %prep %setup -q -n tuxtype_w_fonts-%{version} +rm -rf data/fonts/*.ttf +# fix wrong end of line encoding +sed -i -e 's|\r||g' doc/en/TuxType_port_Mac.txt %build @@ -49,22 +54,29 @@ EOF convert -size 48x48 tuxtype.ico $RPM_BUILD_ROOT/%{_datadir}/pixmaps/tuxtype.png desktop-file-install --dir $RPM_BUILD_ROOT/%{_datadir}/applications/ \ - --add-category X-Fedora \ - --vendor fedora \ - %{name}.desktop + --add-category X-Fedora \ + --vendor fedora \ + %{name}.desktop + +%find_lang tuxtype + %clean rm -rf $RPM_BUILD_ROOT -%files +%files -f tuxtype.lang %defattr(-,root,root,-) -%doc AUTHORS COPYING ChangeLog README TODO tuxtype/docs/en/howtotheme.html tuxtype/docs/en/TuxType_port_Mac.txt +%doc AUTHORS COPYING ChangeLog README TODO doc/en/howtotheme.html doc/en/TuxType_port_Mac.txt %{_bindir}/* %{_datadir}/pixmaps/* %{_datadir}/applications/* %{_datadir}/tuxtype %changelog +* Mon Sep 14 2009 Johan Cwiklinski - 1.7.5-1 +- 1.7.5 +- removed shipped fonts + * Sun Jul 26 2009 Fedora Release Engineering - 1.5.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild