Fixed IM install location.
Updated ja.im. Updated RPM spec.
This commit is contained in:
parent
99e43d4f29
commit
a2c51bfde1
3 changed files with 12 additions and 7 deletions
|
|
@ -18,7 +18,7 @@ LOCALE_PREFIX=$(PKG_ROOT)$(PREFIX)/share/locale
|
|||
|
||||
# IM files
|
||||
|
||||
IM_PREFIX=$(PKG_ROOT)$(PREFIX)/share/im
|
||||
IM_PREFIX=$(PKG_ROOT)$(PREFIX)/share/tuxpaint/im
|
||||
|
||||
|
||||
# A default target, in case someone tries using this makefile directly...
|
||||
|
|
|
|||
12
im/ja.im
12
im/ja.im
|
|
@ -109,12 +109,12 @@ section
|
|||
3093 n -
|
||||
3093 nn -
|
||||
3094 vu -
|
||||
#3095 xka - # N.G.
|
||||
#3095 lka - # N.G.
|
||||
#3096 xke - # N.G.
|
||||
#3096 lke - # N.G.
|
||||
3095 xka -
|
||||
3095 lka -
|
||||
3096 xke -
|
||||
3096 lke -
|
||||
30FB / -
|
||||
#30FC - - # N.G.
|
||||
30FC - -
|
||||
|
||||
3067:3043 dhi -
|
||||
3075:3041 fa -
|
||||
|
|
@ -411,7 +411,7 @@ section
|
|||
30F5 lka -
|
||||
30F6 lke -
|
||||
30FB / -
|
||||
#30FC - - # N.G.
|
||||
30FC - -
|
||||
|
||||
30C7:30A3 dhi -
|
||||
30D5:30A1 fa -
|
||||
|
|
|
|||
|
|
@ -8,8 +8,10 @@ URL: http://www.tuxpaint.org/
|
|||
Source0: %{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: SDL >= 1.2.4 SDL_image SDL_mixer SDL_ttf libpng zlib
|
||||
Requires: librsvg2 libpaper
|
||||
BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel
|
||||
BuildRequires: libpng-devel zlib-devel gettext
|
||||
BuildRequires: librsvg2-devel libpaper-devel
|
||||
|
||||
%description
|
||||
"Tux Paint" is a drawing program for young children.
|
||||
|
|
@ -67,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/man/*/man1/tuxpaint.1.gz
|
||||
|
||||
%changelog
|
||||
* Sat Jun 01 2007 <shin1@wmail.plala.or.jp> -
|
||||
- Requires librsvg2 and libpaper
|
||||
|
||||
* Fri Sep 08 2006 <shin1@wmail.plala.or.jp> -
|
||||
- New offical URL for tuxpaint (http://www.tuxpaint.org/).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue