Set version number 0.9.20

Set Epoch number
Requirements added for -devel package
This commit is contained in:
Shin-ichi TOYAMA 2008-03-20 17:00:45 +00:00
parent 5feb871c8d
commit 9d277faeaf

View file

@ -1,6 +1,6 @@
Summary: A drawing program for young children Summary: A drawing program for young children
Name: tuxpaint Name: tuxpaint
Version: 0.9.19 Version: 0.9.20
Release: 1 Release: 1
License: GPL License: GPL
Group: Multimedia/Graphics Group: Multimedia/Graphics
@ -27,6 +27,9 @@ such as sound effects.
%package devel %package devel
Summary: development files for tuxpaint plugins. Summary: development files for tuxpaint plugins.
Group: Development/Libraries Group: Development/Libraries
Requires: tuxpaint = %{version}
Requires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel
Requires: libpng-devel zlib-devel gettext, librsvg2-devel libpaper-devel
%description devel %description devel
development files for tuxpaint plugins. development files for tuxpaint plugins.
@ -75,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(0644, root, root) %defattr(0644, root, root)
%{_datadir}/locale/*/LC_MESSAGES/tuxpaint.mo %{_datadir}/locale/*/LC_MESSAGES/tuxpaint.mo
%{_datadir}/man/man1/* %{_datadir}/man/man1/*
%{_datadir}/man/*/man1/tuxpaint.1.gz %{_datadir}/man/*/man1/tuxpaint.1.*
%files devel %files devel
%doc magic/docs/* %doc magic/docs/*
@ -83,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/bin/tp-magic-config %{_prefix}/bin/tp-magic-config
%changelog %changelog
* Fri Mar 21 2008 <shin1@wmail.plala.or.jp> -
- Set version number 0.9.20
- Set Epoch number
- Requirements added for -devel package.
* Sun Mar 02 2008 <shin1@wmail.plala.or.jp> - * Sun Mar 02 2008 <shin1@wmail.plala.or.jp> -
- 0.9.19 - 0.9.19
- Requires SDL_Pango - Requires SDL_Pango