Author: glen Date: Wed Apr 16 14:17:42 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - build klibc part
---- Files affected: SPECS: splashutils.spec (1.32 -> 1.33) ---- Diffs: ================================================================ Index: SPECS/splashutils.spec diff -u SPECS/splashutils.spec:1.32 SPECS/splashutils.spec:1.33 --- SPECS/splashutils.spec:1.32 Wed Apr 16 12:40:18 2008 +++ SPECS/splashutils.spec Wed Apr 16 16:17:36 2008 @@ -2,8 +2,8 @@ # TODO # - static linking for initrd # Conditional build: -%bcond_with verbose # verbose build (V=1) -%bcond_with initrd # build klibc static initrd binaries +%bcond_without verbose # verbose build (V=1) +%bcond_without initrd # build klibc static initrd binaries Summary: Utilities for setting splash Summary(pl.UTF-8): Narzędzia do ustawiania splash Name: splashutils @@ -22,6 +22,7 @@ URL: http://dev.gentoo.org/~spock/projects/splashutils/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool BuildRequires: freetype-devel BuildRequires: gpm-devel BuildRequires: klibc-devel >= 1.1.1-1 @@ -86,6 +87,7 @@ %build if [ ! -f configure -o configure.ac -nt configure ]; then + %{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} @@ -104,6 +106,9 @@ --with-ttf-kernel %{__make} %{?with_verbose:QUIET=false} + +%{__make} install DESTDIR=`pwd`/klibc +%{__make} clean %endif # build shared for system @@ -200,6 +205,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.33 2008-04-16 14:17:36 glen +- build klibc part + Revision 1.32 2008-04-16 10:40:18 glen - trigger for config ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/splashutils.spec?r1=1.32&r2=1.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
