rpms/tuxpaint/devel .cvsignore, 1.3, 1.4 sources, 1.3, 1.4 tuxpaint.spec, 1.7, 1.8 tuxpaint-0.9.13-destdir.patch, 1.1, NONE

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Mar 13 18:04:18 UTC 2006


Author: steve

Update of /cvs/extras/rpms/tuxpaint/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9895

Modified Files:
	.cvsignore sources tuxpaint.spec 
Removed Files:
	tuxpaint-0.9.13-destdir.patch 
Log Message:
Update to 0.9.15.
Drop destdir patch.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tuxpaint/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 05:29:43 -0000	1.3
+++ .cvsignore	13 Mar 2006 18:04:17 -0000	1.4
@@ -1 +1 @@
-tuxpaint-0.9.13.tar.gz
+tuxpaint-0.9.15.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tuxpaint/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 05:29:43 -0000	1.3
+++ sources	13 Mar 2006 18:04:17 -0000	1.4
@@ -1 +1 @@
-580ed290af35c34a33f2206f7f36e489  tuxpaint-0.9.13.tar.gz
+4431d1381712cbf3ade566aa47cb3cab  tuxpaint-0.9.15.tar.gz


Index: tuxpaint.spec
===================================================================
RCS file: /cvs/extras/rpms/tuxpaint/devel/tuxpaint.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tuxpaint.spec	22 May 2005 23:41:22 -0000	1.7
+++ tuxpaint.spec	13 Mar 2006 18:04:17 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           tuxpaint
-Version:        0.9.13
-Release: 3
+Version:        0.9.15
+Release:        1%{?dist}
 
 Epoch:          1
 Summary:        Drawing program designed for young children
@@ -8,9 +8,8 @@
 Group:          Applications/Multimedia
 License:        GPL
 URL:            http://www.newbreedsoftware.com/tuxpaint/
-Source0:        http://dl.sf.net/tuxpaint/tuxpaint-0.9.13.tar.gz
+Source0:        http://dl.sf.net/tuxpaint/tuxpaint-0.9.15.tar.gz
 Source1:        %{name}.desktop
-Patch0:         %{name}-%{version}-destdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  SDL-devel >= 1.2.4, SDL_image-devel, SDL_ttf-devel
@@ -24,7 +23,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .destdir
 
 %build
 make %{?_smp_mflags} PREFIX=/usr
@@ -35,8 +33,8 @@
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/%{name}
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applnk/Graphics
 mkdir -p $RPM_BUILD_ROOT/%{_datadir}/icons/hicolor/{16x16,32x32,48x48}/apps/
-make install DESTDIR=$RPM_BUILD_ROOT PREFIX=%{_usr} \
-	X11_ICON_PREFIX=%{_datadir}/pixmaps/
+make install PKG_ROOT=$RPM_BUILD_ROOT PREFIX=%{_usr} \
+	X11_ICON_PREFIX=$RPM_BUILD_ROOT%{_datadir}/pixmaps/
 find $RPM_BUILD_ROOT -type d|xargs chmod 0755
 %find_lang %{name}
 
@@ -66,6 +64,10 @@
 %{_mandir}/*/man1/*
 
 %changelog
+* Mon Mar 13 2006 Steven Pritchard <steve at kspei.com> 1:0.9.15-1
+- Update to 0.9.15
+- Drop destdir patch
+
 * Sun May 22 2005 Jeremy Katz <katzj at redhat.com> - 1:0.9.13-3
 - rebuild on all arches
 


--- tuxpaint-0.9.13-destdir.patch DELETED ---




More information about the scm-commits mailing list