Author: hawk Date: Tue Mar 18 09:10:49 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix make install error caused by incorrect subdir order (thx qboosh) - release 3
---- Files affected: SPECS: netcdf.spec (1.26 -> 1.27) ---- Diffs: ================================================================ Index: SPECS/netcdf.spec diff -u SPECS/netcdf.spec:1.26 SPECS/netcdf.spec:1.27 --- SPECS/netcdf.spec:1.26 Sat Jun 9 20:41:26 2007 +++ SPECS/netcdf.spec Tue Mar 18 10:10:44 2008 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): NetCDF: obsługa wspólnego sieciowego formatu danych Name: netcdf Version: 3.6.2 -Release: 2 +Release: 3 License: BSD-like Group: Libraries Source0: ftp://ftp.unidata.ucar.edu/pub/netcdf/%{name}-%{version}.tar.bz2 @@ -176,6 +176,9 @@ %install rm -rf $RPM_BUILD_ROOT +%{__make} -C libsrc install \ + DESTDIR=$RPM_BUILD_ROOT + %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -254,6 +257,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.27 2008-03-18 09:10:44 hawk +- fix make install error caused by incorrect subdir order (thx qboosh) +- release 3 + Revision 1.26 2007-06-09 18:41:26 arekm - rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/netcdf.spec?r1=1.26&r2=1.27&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
