mirror of https://github.com/ecmwf/eccodes.git
Rebranding
This commit is contained in:
parent
cf0ba76a95
commit
8385e2cdf2
|
@ -8,7 +8,7 @@ CONFIGURE_DEPENDENCIES = $(top_srcdir)/version.sh
|
||||||
$(top_srcdir)/configure: $(top_srcdir)/version.sh
|
$(top_srcdir)/configure: $(top_srcdir)/version.sh
|
||||||
|
|
||||||
pkgconfigdir = $(libdir)/pkgconfig
|
pkgconfigdir = $(libdir)/pkgconfig
|
||||||
pkgconfig_DATA = rpms/grib_api.pc rpms/grib_api_f90.pc
|
pkgconfig_DATA = rpms/eccodes.pc rpms/eccodes_f90.pc
|
||||||
|
|
||||||
if WITH_PERL
|
if WITH_PERL
|
||||||
PERL_OPT = @PERLDIR@
|
PERL_OPT = @PERLDIR@
|
||||||
|
|
|
@ -31,7 +31,7 @@ AM_SANITY_CHECK
|
||||||
|
|
||||||
AC_CONFIG_SRCDIR([src/grib_api.h])
|
AC_CONFIG_SRCDIR([src/grib_api.h])
|
||||||
AC_CONFIG_HEADER([src/config.h])
|
AC_CONFIG_HEADER([src/config.h])
|
||||||
AC_CONFIG_FILES([rpms/grib_api.pc rpms/grib_api.spec rpms/grib_api_f90.pc])
|
AC_CONFIG_FILES([rpms/eccodes.pc rpms/eccodes.spec rpms/eccodes_f90.pc])
|
||||||
AM_INIT_AUTOMAKE($PACKAGE_NAME,[${PACKAGE_VERSION}],[http://www.ecmwf.int])
|
AM_INIT_AUTOMAKE($PACKAGE_NAME,[${PACKAGE_VERSION}],[http://www.ecmwf.int])
|
||||||
|
|
||||||
definition_files_path="${datadir}/eccodes/definitions"
|
definition_files_path="${datadir}/eccodes/definitions"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# -*- Mode:rpm-spec -*-
|
# -*- Mode:rpm-spec -*-
|
||||||
Summary: The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
Summary: The ECMWF ecCodes package is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
||||||
%define rel @RPM_RELEASE@
|
%define rel @RPM_RELEASE@
|
||||||
|
|
||||||
%define version @VERSION@
|
%define version @VERSION@
|
||||||
|
@ -41,7 +41,7 @@ BuildArchitectures: %{_target_cpu}
|
||||||
Packager: Software Support <software.support@ecmwf.int>
|
Packager: Software Support <software.support@ecmwf.int>
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
The ECMWF ecCodes package is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Mar 15 2012 - Get the changelog from JIRA
|
* Thu Mar 15 2012 - Get the changelog from JIRA
|
||||||
|
@ -87,7 +87,7 @@ Group: Scientific/Libraries
|
||||||
Requires: grib_api
|
Requires: grib_api
|
||||||
%description devel
|
%description devel
|
||||||
Development files for %{pkgname}.
|
Development files for %{pkgname}.
|
||||||
The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
The ECMWF ecCodes package is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
#%doc doc
|
#%doc doc
|
||||||
|
@ -107,7 +107,7 @@ Group: Scientific/Libraries
|
||||||
Requires: grib_api
|
Requires: grib_api
|
||||||
%description python
|
%description python
|
||||||
Python interface for %{pkgname}.
|
Python interface for %{pkgname}.
|
||||||
The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
The ECMWF ecCodes package is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1 and edition 2 messages.
|
||||||
%files python
|
%files python
|
||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%prefix/lib*/python*/*
|
%prefix/lib*/python*/*
|
||||||
|
@ -121,7 +121,7 @@ Group: Scientific/Libraries
|
||||||
Requires: grib_api
|
Requires: grib_api
|
||||||
%description fortran
|
%description fortran
|
||||||
Fortran 77 and 90 interface for %{pkgname}.
|
Fortran 77 and 90 interface for %{pkgname}.
|
||||||
The ECMWF GRIB API is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1
|
The ECMWF ecCodes package is an application program interface accessible from C, FORTRAN and Python programs developed for encoding and decoding WMO FM-92 GRIB edition 1
|
||||||
and edition 2 messages.
|
and edition 2 messages.
|
||||||
%files fortran
|
%files fortran
|
||||||
%defattr(-, root,root)
|
%defattr(-, root,root)
|
Loading…
Reference in New Issue