SPECS: gdal.spec - make install re-entrant; typo (ogr not org)
glen
glen at pld-linux.org
Tue Mar 4 00:30:25 CET 2008
Author: glen Date: Mon Mar 3 23:30:25 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- make install re-entrant; typo (ogr not org)
---- Files affected:
SPECS:
gdal.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: SPECS/gdal.spec
diff -u SPECS/gdal.spec:1.50 SPECS/gdal.spec:1.51
--- SPECS/gdal.spec:1.50 Sat Jan 12 21:05:00 2008
+++ SPECS/gdal.spec Tue Mar 4 00:30:19 2008
@@ -188,7 +188,9 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-mv -f ogr/html html/org
+rm -rf _html
+cp -a html _html
+cp -a ogr/html _html/ogr
%py_comp $RPM_BUILD_ROOT%{py_sitedir}
%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}
@@ -213,7 +215,7 @@
%files devel
%defattr(644,root,root,755)
-%doc html/*
+%doc _html/*
%attr(755,root,root) %{_bindir}/gdal-config
%attr(755,root,root) %{_libdir}/libgdal.so
%{_libdir}/libgdal.la
@@ -277,6 +279,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2008-03-03 23:30:19 glen
+- make install re-entrant; typo (ogr not org)
+
Revision 1.50 2008-01-12 20:05:00 qboosh
- as-needed to do
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdal.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list