Author: mguevara Date: Thu Nov 13 21:15:10 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 2; added v86d-klibc-ldflags.patch; when build with klibc (on x86_64) it BR x86emu-devel(klibc) - works ok on x86_64 initramfs initrd
---- Files affected: SPECS: v86d.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/v86d.spec diff -u SPECS/v86d.spec:1.18 SPECS/v86d.spec:1.19 --- SPECS/v86d.spec:1.18 Sat Nov 1 11:27:55 2008 +++ SPECS/v86d.spec Thu Nov 13 22:15:04 2008 @@ -11,7 +11,7 @@ Summary(pl.UTF-8): Program pomocniczy uvesafb uruchamiający kod x86 w emulowanym środowisku Name: v86d Version: 0.1.9 -Release: 1 +Release: 2 License: GPL v2 Group: Applications/System Source0: http://dev.gentoo.org/~spock/projects/uvesafb/archive/%{name}-%{version}.tar.bz2 @@ -19,10 +19,14 @@ Source1: %{name}-uvesafb.conf Patch0: %{name}-system-klibc.patch Patch1: %{name}-system-libs.patch +Patch2: %{name}-klibc-ldflags.patch URL: http://dev.gentoo.org/~spock/projects/uvesafb/ BuildRequires: linux-libc-headers >= 7:2.6.24 %if %{with klibc} BuildRequires: klibc-static >= 1.5.8-1 +%if %{with x86emu} +BuildRequires: x86emu-devel(klibc) +%endif %else %if %{with x86emu} BuildRequires: x86emu-devel @@ -54,6 +58,10 @@ %patch1 -p1 sed -i 's:-g -O2:$(OPTFLAGS):' Makefile +%if "%{_arch}" == "x86_64" +%patch2 -p1 +%endif + %build # not ac ./configure \ @@ -86,6 +94,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2008/11/13 21:15:04 mguevara +- rel 2; added v86d-klibc-ldflags.patch; when build with klibc (on x86_64) + it BR x86emu-devel(klibc) - works ok on x86_64 initramfs initrd + Revision 1.18 2008/11/01 10:27:55 qboosh - require lrmi 0.10-4 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/v86d.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
