Author: qboosh Date: Mon Feb 21 19:43:35 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - pl, proper CC
---- Files affected: SPECS: ddcxinfo-knoppix.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/ddcxinfo-knoppix.spec diff -u SPECS/ddcxinfo-knoppix.spec:1.1 SPECS/ddcxinfo-knoppix.spec:1.2 --- SPECS/ddcxinfo-knoppix.spec:1.1 Mon Feb 21 02:18:35 2005 +++ SPECS/ddcxinfo-knoppix.spec Mon Feb 21 20:43:30 2005 @@ -1,5 +1,6 @@ # $Revision$, $Date$ Summary: Monitor/Graphics card DDC hardware detection +Summary(pl): Rozpoznawanie monitora przez kanał DDC karty graficznej Name: ddcxinfo-knoppix %define sub_ver 5 %define _ver 0.6 @@ -10,23 +11,27 @@ Group: Applications/System Source0: http://developer.linuxtag.net/knoppix/sources/%{name}_%{_ver}-%{sub_ver}.tar.gz # Source0-md5: a397ca0ab56e83dd0fdeb4d0a84b8c9e -URL: www.knopper.net +URL: http://www.knopper.net/ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Monitor/Graphics card DDC hardware detection. +%description -l pl +Rozpoznawanie monitora przez kanał DDC karty graficznej. + %prep %setup -q -n %{name}-%{_ver} %build %{__make} \ - CC=%{_target_cpu}-pld-linux-gcc \ + CC="%{__cc}" \ CFLAGS="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1} + install ddcxinfo $RPM_BUILD_ROOT%{_sbindir}/ddcxinfo install ddcxinfo-knoppix $RPM_BUILD_ROOT%{_sbindir}/ddcxinfo-knoppix install modetest $RPM_BUILD_ROOT%{_sbindir}/modetest @@ -51,8 +56,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2005/02/21 19:43:30 qboosh +- pl, proper CC + Revision 1.1 2005/02/21 01:18:35 tommat - ddcxinfo and tools taken from knoppix - compiles for now but segfaults build with llh 2.6.10.0-1 and glibc 2.3.4-0.20041122.2 (on vm86old function) - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ddcxinfo-knoppix.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
