rpms/netcdf/devel .cvsignore, 1.3, 1.4 netcdf.spec, 1.4, 1.5 sources, 1.3, 1.4

Ed Hill ed at eh3.com
Wed Apr 6 14:32:13 UTC 2005


On Wed, 2005-04-06 at 06:04 +0200, Ralf Corsepius wrote:
> On Tue, 2005-04-05 at 23:33 -0400, Ed Hill wrote:
> > Author: edhill
> 
> >  mkdir -p $RPM_BUILD_ROOT/%{_libdir}/netcdf-3
> >  mkdir -p $RPM_BUILD_ROOT/%{_datadir}
> >  mkdir -p $RPM_BUILD_ROOT/%{_mandir}
> > -cd $RPM_BUILD_DIR/netcdf-3_6_0-beta6/src
> > +cd src
> >  %makeinstall INCDIR=${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 \
> >    LIBDIR=${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 \
> > -  MANDIR=$RPM_BUILD_ROOT/%{_mandir}
> > +  MANDIR=${RPM_BUILD_ROOT}/%{_mandir}
> >  rm -rf $RPM_BUILD_ROOT/%{_mandir}/man3f*
> > +find ${RPM_BUILD_ROOT}%{_includedir}/netcdf-3 -type f | xargs chmod 644
> > +find ${RPM_BUILD_ROOT}%{_libdir}/netcdf-3 -type f | xargs chmod 644
> > +find ${RPM_BUILD_ROOT}/%{_mandir} -type f | xargs chmod 644
> Minor, almost cosmetical nit:
> 
> The '/''s after the ${RPM_BUILD_ROOT}'s are redundant.
> 
> ${RPM_BUILD_ROOT}%{_mandir}, ${RPM_BUILD_ROOT}%{_libdir}, etc. is
> sufficient.

Thanks Ralf,

I'll remove them the next time the file is edited.

Ed

-- 
Edward H. Hill III, PhD
office:  MIT Dept. of EAPS;  Rm 54-1424;  77 Massachusetts Ave.
             Cambridge, MA 02139-4307
emails:  eh3 at mit.edu                ed at eh3.com
URLs:    http://web.mit.edu/eh3/    http://eh3.com/
phone:   617-253-0098
fax:     617-253-4464




More information about the fedora-extras-commits mailing list