"DESTDIR" patch is no longer needed.
This commit is contained in:
parent
07035f0c75
commit
5806964d82
2 changed files with 11 additions and 11 deletions
|
|
@ -9,7 +9,7 @@ http://www.newbreedsoftware.com/tuxpaint/
|
||||||
$Id$
|
$Id$
|
||||||
|
|
||||||
|
|
||||||
2006.July.11 (0.9.16)
|
2006.August.12 (0.9.16)
|
||||||
* Interface improvements:
|
* Interface improvements:
|
||||||
-----------------------
|
-----------------------
|
||||||
* Modified "Text" tool so that it correctly handles the 16-bit unicode
|
* Modified "Text" tool so that it correctly handles the 16-bit unicode
|
||||||
|
|
@ -130,6 +130,9 @@ $Id$
|
||||||
|
|
||||||
* Compiling, porting and packaging updates:
|
* Compiling, porting and packaging updates:
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
|
* "DESTDIR" patch is no longer needed.
|
||||||
|
TOYAMA Shin-ichi <shin1@wmail.plala.or.jp>
|
||||||
|
|
||||||
* Split parts of "tuxpaint.c" into separate source files:
|
* Split parts of "tuxpaint.c" into separate source files:
|
||||||
+ "compiler.h": Compiler-version-specific definitions.
|
+ "compiler.h": Compiler-version-specific definitions.
|
||||||
+ "cursor.c/h": XBM bitmap cursor #includes and functions.
|
+ "cursor.c/h": XBM bitmap cursor #includes and functions.
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,12 @@
|
||||||
Summary: A drawing program for young children
|
Summary: A drawing program for young children
|
||||||
Name: tuxpaint
|
Name: tuxpaint
|
||||||
Version: 0.9.14
|
Version: 0.9.16
|
||||||
Release: 0.lumen.0
|
Release: 1
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Multimedia/Graphics
|
Group: Multimedia/Graphics
|
||||||
URL: http://www.newbreedsoftware.com/tuxpaint/
|
URL: http://www.newbreedsoftware.com/tuxpaint/
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.gz
|
||||||
patch1: tuxpaint-DESTDIR.patch
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
Requires: SDL >= 1.2.4 SDL_image SDL_mixer SDL_ttf libpng zlib
|
Requires: SDL >= 1.2.4 SDL_image SDL_mixer SDL_ttf libpng zlib
|
||||||
BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel
|
BuildRequires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel
|
||||||
BuildRequires: libpng-devel zlib-devel gettext
|
BuildRequires: libpng-devel zlib-devel gettext
|
||||||
|
|
@ -25,7 +24,6 @@ such as sound effects.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make PREFIX=%{_prefix}
|
make PREFIX=%{_prefix}
|
||||||
|
|
@ -36,12 +34,8 @@ mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
mkdir -p $RPM_BUILD_ROOT/%{_bindir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
|
mkdir -p $RPM_BUILD_ROOT/%{_mandir}
|
||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/applications
|
|
||||||
|
|
||||||
make PREFIX=%{_prefix} DESTDIR=$RPM_BUILD_ROOT install
|
|
||||||
mv $RPM_BUILD_ROOT/share/gnome/apps/Graphics/tuxpaint.desktop $RPM_BUILD_ROOT%{_datadir}/applications
|
|
||||||
rm -R $RPM_BUILD_ROOT/share
|
|
||||||
|
|
||||||
|
make PREFIX=%{_prefix} PKG_ROOT=$RPM_BUILD_ROOT install
|
||||||
|
|
||||||
find $RPM_BUILD_ROOT -name tuxpaint.desktop | sort | \
|
find $RPM_BUILD_ROOT -name tuxpaint.desktop | sort | \
|
||||||
sed -e "s@$RPM_BUILD_ROOT@@g" > filelist.icons
|
sed -e "s@$RPM_BUILD_ROOT@@g" > filelist.icons
|
||||||
|
|
@ -73,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_datadir}/man/*/man1/tuxpaint.1.gz
|
%{_datadir}/man/*/man1/tuxpaint.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 07 2006 <shin1@wmail.plala.or.jp> -
|
||||||
|
- "DESTDIR" patch is no longer needed.
|
||||||
|
|
||||||
* Thu Nov 03 2005 Richard June <rjune[AT]lumensoftware.com - 0:0.9.14-0.lumen.0
|
* Thu Nov 03 2005 Richard June <rjune[AT]lumensoftware.com - 0:0.9.14-0.lumen.0
|
||||||
- Ported from CVS for 0.9.15
|
- Ported from CVS for 0.9.15
|
||||||
- Replaced all instances of absolute paths with macro counterparts
|
- Replaced all instances of absolute paths with macro counterparts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue