Summary: A drawing program for young children Name: tuxpaint Version: 0.9.22 Release: 1 Epoch: 1 License: GPL Group: Multimedia/Graphics 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 SDL_Pango libpng zlib Requires: librsvg2 libpaper fribidi BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel BuildRequires: libpng-devel zlib-devel gettext BuildRequires: librsvg2-devel libpaper-devel fribidi-devel %description "Tux Paint" is a drawing program for young children. It provides a simple interface and fixed canvas size, and provides access to previous images using a thumbnail browser (e.g., no access to the underlying file-system). Unlike popular drawing programs like "The GIMP," it has a very limited tool-set. However, it provides a much simpler interface, and has entertaining, child-oriented additions such as sound effects. %package devel Summary: development files for tuxpaint plugins. 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 fribidi-devel %description devel development files for tuxpaint plugins. %prep %setup -q %build make PREFIX=%{_prefix} %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir} mkdir -p $RPM_BUILD_ROOT/%{_bindir} mkdir -p $RPM_BUILD_ROOT/%{_datadir} mkdir -p $RPM_BUILD_ROOT/%{_mandir} make PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install find $RPM_BUILD_ROOT -name tuxpaint.desktop | sort | \ sed -e "s@$RPM_BUILD_ROOT@@g" > filelist.icons find $RPM_BUILD_ROOT -name tuxpaint.png | sort | \ sed -e "s@$RPM_BUILD_ROOT@@g" >> filelist.icons find $RPM_BUILD_ROOT -name tuxpaint.svg | sort | \ sed -e "s@$RPM_BUILD_ROOT@@g" >> filelist.icons find $RPM_BUILD_ROOT -name tuxpaint.xpm | sort | \ sed -e "s@$RPM_BUILD_ROOT@@g" >> filelist.icons rm -rf $RPM_BUILD_ROOT/usr/share/doc/tuxpaint* %clean rm -rf $RPM_BUILD_ROOT %files -f filelist.icons %defattr(-,root,root,-) %config(noreplace) %{_sysconfdir}/tuxpaint/tuxpaint.conf %doc docs/* %{_datadir}/tuxpaint/* %defattr(0755, root, root) %{_bindir}/tuxpaint %{_bindir}/tuxpaint-import %{_prefix}/lib/tuxpaint/plugins/*.so %defattr(0644, root, root) %{_datadir}/locale/*/LC_MESSAGES/tuxpaint.mo %{_datadir}/man/man1/* %{_datadir}/man/*/man1/tuxpaint.1.* %files devel %doc magic/docs/* %{_prefix}/include/tuxpaint/tp_magic_api.h %{_prefix}/bin/tp-magic-config %changelog * Wed Jul 1 2009 - - Set version number 0.9.22 * Sun May 24 2009 - - For 0.9.21 - Added dependency for fribidi * Tue Jun 17 2008 - - Actually set Epoch number * Sat Apr 26 2008 - - DESTDIR is the standard name, not PKG_ROOT * Fri Mar 21 2008 - - Set version number 0.9.20 - Set Epoch number - Requirements added for -devel package. * Sun Mar 02 2008 - - 0.9.19 - Requires SDL_Pango - Included magic tools - Separated devel package * Sat Jun 01 2007 - - Requires librsvg2 and libpaper * Fri Sep 08 2006 - - New offical URL for tuxpaint (http://www.tuxpaint.org/). * Mon Aug 07 2006 - - "DESTDIR" patch is no longer needed. * Thu Nov 03 2005 Richard June - - Do not force install desktop icons when Gnome and/or KDE are not installed. * Sun Mar 27 2005 - - Some hicolor icons not installed were removed from file list * Fri Jan 14 2005 - - Changed Group from Amusements/Games to Multimedia/Graphics * Tue Sep 21 2004 - - Initial build for version 0.9.14