packages: tuxpaint/tuxpaint.spec - updated to 0.9.21 - stamps updated to 20...
lisu
lisu at pld-linux.org
Mon Jun 29 15:03:10 CEST 2009
Author: lisu Date: Mon Jun 29 13:03:10 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- updated to 0.9.21
- stamps updated to 2009.06.28
- missing BRs: fribidi-devel, pkgconfig
- pass LDFLAGS when linking (-ldflags.patch)
- remove more unwatnted locales
---- Files affected:
packages/tuxpaint:
tuxpaint.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: packages/tuxpaint/tuxpaint.spec
diff -u packages/tuxpaint/tuxpaint.spec:1.50 packages/tuxpaint/tuxpaint.spec:1.51
--- packages/tuxpaint/tuxpaint.spec:1.50 Wed Sep 3 18:19:10 2008
+++ packages/tuxpaint/tuxpaint.spec Mon Jun 29 15:03:05 2009
@@ -8,30 +8,33 @@
# /usr/share/doc/tuxpaint-dev/tp_magic_example.c
# - some locales are not included
#
-%define stamps_ver 2008.06.30
+%define stamps_ver 2009.06.28
Summary: Tux Paint - A simple drawing program for children
Summary(pl.UTF-8): Tux Paint - Prosty program do rysowania dla dzieci
Name: tuxpaint
-Version: 0.9.20
+Version: 0.9.21
Release: 1
Epoch: 1
License: GPL v2+
Group: X11/Applications/Graphics
Source0: http://dl.sourceforge.net/tuxpaint/%{name}-%{version}.tar.gz
-# Source0-md5: 87d335ee1193b516d3cd50546ce2bf1b
+# Source0-md5: a88401d1860648098eeed819cff038fa
Source1: http://dl.sourceforge.net/tuxpaint/%{name}-stamps-%{stamps_ver}.tar.gz
-# Source1-md5: 9c84055a582698587c085a0f5a9dab0a
+# Source1-md5: 06ceccd22074bdbf95c7c8776f7f49a9
Patch0: %{name}-Makefile.patch
Patch1: %{name}-vfolders.patch
Patch2: %{name}-locale_names.patch
+Patch3: %{name}-ldflags.patch
URL: http://www.tuxpaint.org/
BuildRequires: SDL_Pango-devel
BuildRequires: SDL_image-devel >= 1.2.2
BuildRequires: SDL_mixer-devel >= 1.2.4
BuildRequires: SDL_ttf-devel >= 2.0.5
+BuildRequires: fribidi-devel
BuildRequires: gettext-devel
BuildRequires: libpaper-devel
BuildRequires: librsvg-devel
+BuildRequires: pkgconfig
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/X11
@@ -68,6 +71,7 @@
%patch0 -p1
%patch1 -p1
%patch2 -p1
+%patch3 -p1
%build
%{__make} \
@@ -80,7 +84,8 @@
ICON_PREFIX="%{_pixmapsdir}" \
X11_ICON_PREFIX="%{_pixmapsdir}" \
LOCALE_PREFIX="%{_datadir}/locale" \
- OPTFLAGS="%{rpmcflags}"
+ OPTFLAGS="%{rpmcflags}" \
+ LDFLAGS="%{rpmldflags}"
%install
rm -rf $RPM_BUILD_ROOT
@@ -104,18 +109,19 @@
chmod -R a+rwx $RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT%{_datadir}/{doc/tuxpaint,gnome/apps,tuxpaint/CVS}
-mv -f $RPM_BUILD_ROOT%{_datadir}/locale/{pt_PT,pt}
-
# don't know what to do with some locales - removed for now
rm -rf \
$RPM_BUILD_ROOT%{_datadir}/locale/bo \
$RPM_BUILD_ROOT%{_datadir}/locale/en_ZA \
$RPM_BUILD_ROOT%{_datadir}/locale/gos \
$RPM_BUILD_ROOT%{_datadir}/locale/oj \
+ $RPM_BUILD_ROOT%{_datadir}/locale/shs \
+ $RPM_BUILD_ROOT%{_datadir}/locale/son \
$RPM_BUILD_ROOT%{_datadir}/locale/twi \
+ $RPM_BUILD_ROOT%{_datadir}/locale/zam \
$RPM_BUILD_ROOT%{_datadir}/locale/zw
-#rm a lot of unwanted files and directories:
+# rm a lot of unwanted files and directories:
find docs/ -type d|grep CVS|xargs rm -rf
find docs/ -name "[KC]OP*" -exec rm -f "{}" ";"
find docs/ -name "INS*" -exec rm -f "{}" ";"
@@ -157,6 +163,13 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2009/06/29 13:03:05 lisu
+- updated to 0.9.21
+- stamps updated to 2009.06.28
+- missing BRs: fribidi-devel, pkgconfig
+- pass LDFLAGS when linking (-ldflags.patch)
+- remove more unwatnted locales
+
Revision 1.50 2008/09/03 16:19:10 arvenil
- up to 0.9.20
- pt_PT -> pt
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/tuxpaint/tuxpaint.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list