rpms/tuxtype2/devel .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 tuxtype2.spec, 1.14, 1.15

Johan Cwiklinski trasher at fedoraproject.org
Mon Sep 14 05:35:30 UTC 2009


Author: trasher

Update of /cvs/extras/rpms/tuxtype2/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1610

Modified Files:
	.cvsignore sources tuxtype2.spec 
Log Message:
New upstream release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tuxtype2/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	15 Sep 2008 15:58:21 -0000	1.4
+++ .cvsignore	14 Sep 2009 05:35:29 -0000	1.5
@@ -1 +1 @@
-tuxtype_w_fonts-1.5.17.tar.gz
+tuxtype_w_fonts-1.7.5.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tuxtype2/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	15 Sep 2008 15:58:21 -0000	1.4
+++ sources	14 Sep 2009 05:35:29 -0000	1.5
@@ -1 +1 @@
-c2db518f7475e5be5b00a341022883d8  tuxtype_w_fonts-1.5.17.tar.gz
+54017a392624444c71670345e10fc55c  tuxtype_w_fonts-1.7.5.tar.gz


Index: tuxtype2.spec
===================================================================
RCS file: /cvs/extras/rpms/tuxtype2/devel/tuxtype2.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- tuxtype2.spec	27 Jul 2009 06:23:52 -0000	1.14
+++ tuxtype2.spec	14 Sep 2009 05:35:29 -0000	1.15
@@ -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 variet
 
 %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 <johan AT x-tnd DOT be> - 1.7.5-1
+- 1.7.5
+- removed shipped fonts
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.17-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the scm-commits mailing list