SPECS: suspend2-userui.spec - ifarch fixes
qboosh
qboosh at pld-linux.org
Fri Aug 24 17:10:11 CEST 2007
Author: qboosh Date: Fri Aug 24 15:10:11 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- ifarch fixes
---- Files affected:
SPECS:
suspend2-userui.spec (1.27 -> 1.28)
---- Diffs:
================================================================
Index: SPECS/suspend2-userui.spec
diff -u SPECS/suspend2-userui.spec:1.27 SPECS/suspend2-userui.spec:1.28
--- SPECS/suspend2-userui.spec:1.27 Thu Aug 23 17:43:26 2007
+++ SPECS/suspend2-userui.spec Fri Aug 24 17:10:06 2007
@@ -97,7 +97,7 @@
CFLAGS="%{rpmcflags}" \
%{?with_static:LDFLAGS="-static"}
-%ifarch !ppc
+%ifnarch ppc
%if %{with fbsplash}
%{__make} -C fbsplash
CC="%{__cc}"
@@ -128,7 +128,7 @@
install -d $RPM_BUILD_ROOT%{_sbindir}
install tuxoniceui_text $RPM_BUILD_ROOT%{_sbindir}
-%ifarhc !ppc
+%ifnarch ppc
%if %{with fbsplash}
install tuxoniceui_fbsplash $RPM_BUILD_ROOT%{_sbindir}
%endif
@@ -145,7 +145,7 @@
%doc AUTHORS ChangeLog README USERUI_API KERNEL_API
%attr(755,root,root) %{_sbindir}/tuxoniceui_text
-%ifarch !ppc
+%ifnarch ppc
%if %{with fbsplash}
%files fbsplash
%defattr(644,root,root,755)
@@ -165,6 +165,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.28 2007/08/24 15:10:06 qboosh
+- ifarch fixes
+
Revision 1.27 2007/08/23 15:43:26 shadzik
- PPC build fix
- remove patch1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/suspend2-userui.spec?r1=1.27&r2=1.28&f=u
More information about the pld-cvs-commit
mailing list