rpms/g2clib/F-8 g2clib-msg.txt, NONE, 1.1 g2clib.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Fri Dec 14 22:51:17 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/g2clib/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7744/F-8

Modified Files:
	.cvsignore sources 
Added Files:
	g2clib-msg.txt g2clib.spec 
Log Message:
initial branches import


--- NEW FILE g2clib-msg.txt ---
Date: Fri, 24 Aug 2007 08:03:05 -0400
From: "Justin Cooke" <justin.cooke at noaa.gov>
To: pertusus at free.fr
Subject: Re: [pmb.dataflow #1013] grib2 related programs license
Reply-To: ncep.pmb.dataflow at noaa.gov
X-Loop: WREQ 2
Status: RO
Content-Length: 1358
Lines: 49

Your request #1013 was updated by justin.cooke:

Hi Pat,

Yes all code available on the NCEP website, including cnvgrib, is
public domain.

I will pass along the request to add the public domain message to
the documentation of cnvgrib.

Justin Cooke
NCEP Central Operations

>>>>>>>>>>>>>>>>>> Original Message >>>>>>>>>>>>>>>>>>
>From: Patrice Dumas <pertusus at free.fr>
>Subject: grib2 related programs license
>To: NCEP.List.PMB-PCSP at noaa.gov

Hello,

It is possible that I am not adressing this mail to the right people,
but this seems to me to be the simplest way to reach the right people.

On
http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/
there are some codes, but the license isn't stated anywhere. It could
mean Public Domain if there was no author mention, but there is some
mention of the authors, like
 PRGMMR: Gilbert
(I only checked g2clib and g2lib, I don't know for the other softwares).

On the disclaimer page:
http://www.weather.gov/disclaimer.php
there is no reference to the programming codes found on the site, only
to data and text.

My feeling is that these codes are public domain, but I prefer to ask to
be sure. Also if it is true, maybe you could mention it in the README?

Cordially,

--
Pat


>>>>>>>>>>>>>>>>>> Action Log >>>>>>>>>>>>>>>>>>
====================== Updated/Mailed by justin.cooke  Aug 24 8:3:4 2007 (1187956984)





--- NEW FILE g2clib.spec ---
Name:           g2clib
Version:        1.0.5
Release:        2%{?dist}
Summary:        GRIB2 encoder/decoder and search/indexing routines in C

Group:          System Environment/Libraries
License:        Public Domain
URL:            http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/
Source0:        http://www.nco.ncep.noaa.gov/pmb/codes/GRIB2/g2clib-%{version}.tar
Source1:        g2clib-msg.txt
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libpng-devel jasper-devel
#Requires:       

%description
This library contains "C" decoder/encoder
routines for GRIB edition 2.  The user API for the GRIB2 routines
is described in file "grib2c.doc".


%package        devel
Summary:        Development files for %{name}
Group:          Development/Libraries
#Requires:       %{name} = %{version}-%{release}
Provides:       %{name}-static = %{version}-%{release}
Requires:       libpng-devel jasper-devel

%description    devel
This library contains "C" decoder/encoder
routines for GRIB edition 2.  The user API for the GRIB2 routines
is described in file "grib2c.doc".

The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.


%prep
%setup -q
chmod a-x *.h *.c README CHANGES grib2c.doc makefile
cp -p %{SOURCE1} .


%build
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -DUSE_PNG -DUSE_JPEG2000" \
  CC=%{__cc} ARFLAGS=


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_libdir} $RPM_BUILD_ROOT%{_includedir}
install -p -m0644 libgrib2c.a $RPM_BUILD_ROOT%{_libdir}
install -p -m0644 grib2.h $RPM_BUILD_ROOT%{_includedir}


%clean
rm -rf $RPM_BUILD_ROOT


#%post -p /sbin/ldconfig

#%postun -p /sbin/ldconfig


%files devel
%defattr(-,root,root,-)
%doc README CHANGES grib2c.doc g2clib-msg.txt
%{_libdir}/libgrib2c.a
%{_includedir}/grib2.h


%changelog
* Fri Dec 14 2007 Patrice Dumas <pertusus at free.fr> 1.0.5-2
- Add the mail message precising the license

* Thu Dec 13 2007 Orion Poplawski <orion at cora.nwra.com> 1.0.5-1
- Update to 1.0.5

* Fri Aug 24 2007 Patrice Dumas <pertusus at free.fr> 1.0.4-1
- initial packaging


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/g2clib/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	14 Dec 2007 19:51:27 -0000	1.1
+++ .cvsignore	14 Dec 2007 22:50:41 -0000	1.2
@@ -0,0 +1 @@
+g2clib-1.0.5.tar


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/g2clib/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	14 Dec 2007 19:51:27 -0000	1.1
+++ sources	14 Dec 2007 22:50:42 -0000	1.2
@@ -0,0 +1 @@
+fd40cb2402ba70a42c858227948afb71  g2clib-1.0.5.tar




More information about the fedora-extras-commits mailing list