SPECS: splashutils.spec - up to 1.3 - staticly linked agains libc ...
czarny
czarny at pld-linux.org
Thu Dec 7 18:36:36 CET 2006
Author: czarny Date: Thu Dec 7 17:36:36 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 1.3
- staticly linked agains libc
- patches to make it work
- todo added
---- Files affected:
SPECS:
splashutils.spec (1.21 -> 1.22)
---- Diffs:
================================================================
Index: SPECS/splashutils.spec
diff -u SPECS/splashutils.spec:1.21 SPECS/splashutils.spec:1.22
--- SPECS/splashutils.spec:1.21 Thu Apr 20 19:44:58 2006
+++ SPECS/splashutils.spec Thu Dec 7 18:36:31 2006
@@ -5,23 +5,24 @@
# time - initramfs) + maybe some init.d
# - check initramfs (upgrade geninitrd maybe), cause splashutils can
# make use of it
+# - update dirs in scripts
#
Summary: Utilities for setting fbsplash
Summary(pl): Narzędzia do ustawiania fbsplash
Name: splashutils
-Version: 1.1.9.10
-Release: 0.3
+Version: 1.3
+Release: 0.1
License: GPL
Group: Applications/System
Source0: http://dev.gentoo.org/~spock/projects/gensplash/archive/%{name}-%{version}.tar.bz2
-# Source0-md5: af1230e0f1bda32b519a6accf6ade734
-%define _misc_ver 0.1.3
+# Source0-md5: c7c92b98e34b860511aa57bd29d62f76
+%define _misc_ver 0.1.5
Source1: http://dev.gentoo.org/~spock/projects/gensplash/current/misc%{name}-%{_misc_ver}.tar.bz2
-# Source1-md5: f8e92992682bbaf8e6eb2316ac708bc0
+# Source1-md5: 20fc3ed2407edc8cd97623bf7f1c5c7b
Source2: %{name}.init
Source3: %{name}.sysconfig
Patch0: %{name}-makefile.patch
-Patch1: %{name}-config.patch
+Patch1: %{name}-compile.patch
URL: http://dev.gentoo.org/~spock/projects/gensplash/
BuildRequires: freetype-static
BuildRequires: glibc-static
@@ -42,14 +43,22 @@
%prep
%setup -q -a1
-%patch0 -p1
-%patch1 -p1
-rm -rf libs/klibc*
-rm -rf libs/zlib*
+%patch0 -p0
+%patch1 -p0
%build
+./configure \
+ --with-fbsplash \
+ --with-fifo=%{_lib}/splash/cache/.splash \
+ --with-png \
+ --with-themedir=%{_sysconfdir}/splash \
+ --with-ttf \
+ --with-ttfkern
+
+%{__make} objdir
+
%{__make} splash_kern \
- CC=klcc
+ CC=%{__cc}
%{__make} splash_user \
CC="%{__cc}" \
@@ -95,6 +104,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.22 2006/12/07 17:36:31 czarny
+- up to 1.3
+- staticly linked agains libc
+- patches to make it work
+- todo added
+
Revision 1.21 2006/04/20 17:44:58 glen
- fix chkconfig deps, use existing Group
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/splashutils.spec?r1=1.21&r2=1.22&f=u
More information about the pld-cvs-commit
mailing list