Author: charles Date: Tue Aug 22 11:43:56 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added -DESTDIR.patch
---- Files affected: SPECS: xhkeys.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/xhkeys.spec diff -u SPECS/xhkeys.spec:1.2 SPECS/xhkeys.spec:1.3 --- SPECS/xhkeys.spec:1.2 Mon Aug 21 21:04:52 2006 +++ SPECS/xhkeys.spec Tue Aug 22 13:43:51 2006 @@ -8,6 +8,7 @@ Group: X11/Applications Source0: http://www.geocities.com/wmalms/%{name}-%{version}.tar.gz # Source0-md5: 412f498f833d5e07673261afa3d903bf +Patch0: %{name}-DESTDIR.patch URL: http://wmalms.tripod.com BuildRequires: XFree86-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -59,6 +60,7 @@ %prep %setup -q +%patch0 -p1 %build %configure @@ -68,8 +70,10 @@ rm -rf $RPM_BUILD_ROOT %{__make} install \ - LDCONFIG=true -%{__make} install_doc + LDCONFIG=true \ + DESTDIR=$RPM_BUILD_ROOT +%{__make} install_doc \ + DESTDIR=$RPM_BUILD_ROOT %clean rm -rf $RPM_BUILD_ROOT @@ -89,6 +93,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/08/22 11:43:51 charles +- added -DESTDIR.patch + Revision 1.2 2006/08/21 19:04:52 qboosh - cleanup ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xhkeys.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
