rpms/tuxtype2/F-11 tuxtype2.spec,1.17,1.18

Johan Cwiklinski trasher at fedoraproject.org
Mon May 31 17:04:49 UTC 2010


Author: trasher

Update of /cvs/pkgs/rpms/tuxtype2/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv1820

Modified Files:
	tuxtype2.spec 
Log Message:
Fix bug #598112


Index: tuxtype2.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tuxtype2/F-11/tuxtype2.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- tuxtype2.spec	1 May 2010 10:57:06 -0000	1.17
+++ tuxtype2.spec	31 May 2010 17:04:48 -0000	1.18
@@ -1,6 +1,6 @@
 Name:           tuxtype2
 Version:        1.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 
 Summary:        Tux Typing, an educational typing tutor for children
 Group:          Amusements/Games
@@ -18,7 +18,7 @@ BuildRequires:  librsvg2-devel
 
 %description
 Tux Typing is an educational typing tutor for children. It features several
-different types of gameplay, at a variety of difficulty levels.
+different types of game-play, at a variety of difficulty levels.
 
 
 %prep
@@ -27,10 +27,15 @@ different types of gameplay, at a variet
 rm -rf data/fonts/*.ttf
 # fix wrong end of line encoding
 sed -i -e 's|\r||g' doc/en/TuxType_port_Mac.txt
+#unknow lang
+pushd po
+mv zh_N.gmo zh_CN.gmo
+mv zh_N.po zh_CN.po
+popd
 
 
 %build
-%configure --localstatedir=%{_localstatedir}/games
+%configure --localstatedir=%{_localstatedir}/games --sysconfdir=%{_sysconfdir}
 make %{?_smp_mflags}
 
 
@@ -76,10 +81,15 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/pixmaps/*
 %{_datadir}/applications/*
 %{_datadir}/tuxtype
+%config(noreplace) %{_sysconfdir}/tuxtype
 %attr(0755,root,games) %config(noreplace) %{_localstatedir}/games/tuxtype
 
 
 %changelog
+* Mon May 31 2010 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.8.1-2
+- missing sysconfidir ; fixes bug #598112
+- unknown zh_N language, renamed to zh_CN
+
 * Sat May 01 2010 Johan Cwiklinski <johan AT x-tnd DOT be> - 1.8.1-1
 - 1.8.1
 



More information about the scm-commits mailing list