rpms/ncview/devel .cvsignore, 1.2, 1.3 ncview.spec, 1.10, 1.11 sources, 1.2, 1.3

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu May 22 23:16:23 UTC 2008


Author: pertusus

Update of /cvs/extras/rpms/ncview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18825

Modified Files:
	.cvsignore ncview.spec sources 
Log Message:
* Thu Apr 10 2008 Patrice Dumas <pertusus at free.fr> - 1.93c-1
- update to 1.93c



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/ncview/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	7 Jul 2005 22:30:53 -0000	1.2
+++ .cvsignore	22 May 2008 23:15:34 -0000	1.3
@@ -1 +1 @@
-ncview-1.92e.tar.gz
+ncview-1.93c.tar.gz


Index: ncview.spec
===================================================================
RCS file: /cvs/extras/rpms/ncview/devel/ncview.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ncview.spec	19 Feb 2008 02:22:45 -0000	1.10
+++ ncview.spec	22 May 2008 23:15:34 -0000	1.11
@@ -1,19 +1,17 @@
 Name:           ncview
-Version:        1.92e
-Release:        13%{?dist}
+Version:        1.93c
+Release:        1%{?dist}
 Summary:        A visual browser for netCDF format files
 Group:          Applications/Engineering
-License:        GPL
+License:        GPLv1
 URL:            http://meteora.ucsd.edu/~pierce/ncview_home_page.html
-Source0:        ftp://cirrus.ucsd.edu/pub/ncview/ncview-1.92e.tar.gz
-Patch0:		ncview-1.92e-Makefile.in.patch
-Patch1:		ncview-1.92e-netpbm.patch
-Patch2:		ncview-1.92e-do_print.c.patch
+Source0:        ftp://cirrus.ucsd.edu/pub/ncview/ncview-1.93c.tar.gz
+Patch0:         ncview-1.92e-Makefile.in.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  xorg-x11-proto-devel libXaw-devel libXt-devel libXext-devel
 BuildRequires:  libXmu-devel libICE-devel libSM-devel libX11-devel
-BuildRequires:  netcdf-devel netcdf-static udunits-devel netpbm-devel
+BuildRequires:  netcdf-devel udunits-devel netpbm-devel
 Requires:       xorg-x11-server-Xorg udunits
 
 %description
@@ -26,13 +24,11 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
-%patch2 -p1
+#%patch1 -p1
 
 %build
 %configure --with-netcdf_incdir=%{_includedir}/netcdf-3 \
-  --with-netcdf_libdir=%{_libdir} --with-ppm_libdir=%{_libdir} \
-  --prefix=/usr --datadir=%{_datadir}/ncview
+ --x-libraries=%{_libdir}  --datadir=%{_datadir}/ncview
 #  WARNING!
 #  The parallel build was tested and it does NOT work.
 #  make %{?_smp_mflags}
@@ -42,13 +38,14 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p ${RPM_BUILD_ROOT}%{_datadir}/X11/app-defaults
-cp Ncview-appdefaults ${RPM_BUILD_ROOT}%{_datadir}/X11/app-defaults/Ncview
-cat > install-appdef <<EOF
-#!/bin/bash
-echo "no longer needed"
-EOF
+cp -p Ncview-appdefaults ${RPM_BUILD_ROOT}%{_datadir}/X11/app-defaults/Ncview
+#cat > install-appdef <<EOF
+##!/bin/bash
+#echo "no longer needed"
+#EOF
 %makeinstall NCVIEW_LIB_DIR=${RPM_BUILD_ROOT}%{_datadir}/ncview BINDIR=${RPM_BUILD_ROOT}%{_bindir} MANDIR=${RPM_BUILD_ROOT}%{_mandir}/man1
-chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/ncview/*
+mkdir ${RPM_BUILD_ROOT}%{_datadir}/ncview/
+install -m0644 -p *.ncmap nc_overlay* ${RPM_BUILD_ROOT}%{_datadir}/ncview/
 chmod 644 ${RPM_BUILD_ROOT}%{_datadir}/X11/app-defaults/Ncview
 chmod 644 ${RPM_BUILD_ROOT}%{_mandir}/man1/*
 
@@ -61,12 +58,15 @@
 %defattr(-,root,root,-)
 %doc README COPYING
 %{_bindir}/*
-%{_datadir}/ncview
+%{_datadir}/ncview/
 %{_datadir}/X11/app-defaults/Ncview
 %{_mandir}/man1/*
 
 
 %changelog
+* Thu Apr 10 2008 Patrice Dumas <pertusus at free.fr> - 1.93c-1
+- update to 1.93c
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.92e-13
 - Autorebuild for GCC 4.3
 
@@ -98,7 +98,7 @@
 - mkstemp() security fix and more cleanups
 
 * Wed Jul  6 2005 Ed Hill <ed at eh3.com> - 1.92e-3
-- move the data files to %{_datadir} and add COPYING
+- move the data files to %%{_datadir} and add COPYING
 - added xorg-x11 Requires and BuildRequires
 
 * Tue Jul  5 2005 Ed Hill <ed at eh3.com> - 1.92e-2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/ncview/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	7 Jul 2005 22:30:53 -0000	1.2
+++ sources	22 May 2008 23:15:34 -0000	1.3
@@ -1 +1 @@
-37b9566e6ece132c9e578e69db0cdf7d  ncview-1.92e.tar.gz
+c6a3cbabb9c1a55633fae7d892b301cc  ncview-1.93c.tar.gz




More information about the fedora-extras-commits mailing list