Author: sparky Date: Fri Jun 23 14:12:40 2006 GMT Module: SPECS Tag: PPCRCD ---- Log message: - added jpeg_scale patch, so i will not have to provide separated image for each resolution
---- Files affected: SPECS: splashutils.spec (1.19.2.1 -> 1.19.2.2) ---- Diffs: ================================================================ Index: SPECS/splashutils.spec diff -u SPECS/splashutils.spec:1.19.2.1 SPECS/splashutils.spec:1.19.2.2 --- SPECS/splashutils.spec:1.19.2.1 Sat Mar 11 19:38:49 2006 +++ SPECS/splashutils.spec Fri Jun 23 16:12:35 2006 @@ -4,11 +4,12 @@ Summary(pl): Narzędzia do ustawiania fbsplash Name: splashutils Version: 1.1.9.10 -Release: 0.1 +Release: 1 License: GPL Group: System Source0: http://dev.gentoo.org/~spock/projects/gensplash/current/%{name}-%{version}.tar.bz2 # Source0-md5: af1230e0f1bda32b519a6accf6ade734 +Patch0: %{name}-jpeg_scale.patch URL: http://dev.gentoo.org/~spock/projects/gensplash/ BuildRequires: libjpeg-devel BuildRequires: linux-libc-headers >= 7:2.6.9.1-1.5 @@ -22,6 +23,7 @@ %prep %setup -q +%patch0 -p1 cat > Makefile << 'EOF' PKG_VERSION = %{version} @@ -88,72 +90,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19.2.2 2006/06/23 14:12:35 sparky +- added jpeg_scale patch, so i will not have to provide separated image for + each resolution + Revision 1.19.2.1 2006/03/11 18:38:49 sparky - minimal splashutils, dynamically linked, for ppcrcd - -Revision 1.19 2006/03/09 14:35:10 glen -- quote %{__cc} - -Revision 1.18 2005/12/01 01:00:10 pluto -- build fixed. - -Revision 1.17 2005/06/14 00:54:44 pluto -- splash_kern builds with klibc now (truetype support nfy). -- release 0.2. - -Revision 1.16 2005/06/13 17:57:15 pluto -- updated to 1.1.9.6, use klibc, nfy. - -Revision 1.15 2005/04/06 18:51:30 darekr -- simplified %setup - -Revision 1.14 2005/02/09 17:50:45 havner -- 0.9.1 (why it lies in archive dir??) - -Revision 1.13 2005/01/09 18:10:57 qboosh -- cleanups - -Revision 1.12 2005/01/09 11:04:59 havner -- this config can be user readable - -Revision 1.11 2005/01/09 11:00:16 havner -- init scripts - -Revision 1.10 2005/01/09 10:25:00 havner -- this way? - -Revision 1.9 2005/01/09 10:20:11 havner -- amd64 fix - -Revision 1.8 2005/01/08 06:42:07 havner -- epoch to llh - -Revision 1.7 2005/01/08 04:33:21 havner -- makefile patch updated, neither klibc nor kernel headers required - (llh patched) - -Revision 1.6 2005/01/08 03:47:14 havner -- makefile patch, use distro static libs -- still have to do something with included klibc, will dietlibc be enough? - -Revision 1.5 2004/12/27 04:17:00 havner -- more docs -- BTW, who has gentoo, confess :-), how does silent mode looks like? - -Revision 1.4 2004/12/27 03:57:58 havner -- TODO - -Revision 1.3 2004/12/27 03:53:51 havner -- miscsplashutils added -- cosmetics -- stil NFY - -Revision 1.2 2004/12/27 02:02:12 havner -- fixed rel -- /etc/splash dir -- cosmetics - -Revision 1.1 2004/10/22 14:22:21 averne -- NFY!! -- it should link with own klibc/libjpeg/libpng -- it should require some P: from kernel/kernel-headers ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/splashutils.spec?r1=1.19.2.1&r2=1.19.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
