From 8385e2cdf29e06d0f2387acd1da6da7c5417407e Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Fri, 20 Feb 2015 13:54:12 +0000 Subject: [PATCH] Rebranding --- Makefile.am | 2 +- configure.ac | 2 +- rpms/{grib_api.pc.in => eccodes.pc.in} | 0 rpms/{grib_api.spec.in => eccodes.spec.in} | 10 +++++----- rpms/{grib_api_f90.pc.in => eccodes_f90.pc.in} | 0 share/{grib_api => eccodes}/definitions | 0 6 files changed, 7 insertions(+), 7 deletions(-) rename rpms/{grib_api.pc.in => eccodes.pc.in} (100%) rename rpms/{grib_api.spec.in => eccodes.spec.in} (76%) rename rpms/{grib_api_f90.pc.in => eccodes_f90.pc.in} (100%) rename share/{grib_api => eccodes}/definitions (100%) diff --git a/Makefile.am b/Makefile.am index 2d9b60ced..e4db609fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,7 +8,7 @@ CONFIGURE_DEPENDENCIES = $(top_srcdir)/version.sh $(top_srcdir)/configure: $(top_srcdir)/version.sh 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 PERL_OPT = @PERLDIR@ diff --git a/configure.ac b/configure.ac index d058b86e5..32c3ac2a4 100755 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AM_SANITY_CHECK AC_CONFIG_SRCDIR([src/grib_api.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]) definition_files_path="${datadir}/eccodes/definitions" diff --git a/rpms/grib_api.pc.in b/rpms/eccodes.pc.in similarity index 100% rename from rpms/grib_api.pc.in rename to rpms/eccodes.pc.in diff --git a/rpms/grib_api.spec.in b/rpms/eccodes.spec.in similarity index 76% rename from rpms/grib_api.spec.in rename to rpms/eccodes.spec.in index 164b015ef..f7f96d27c 100644 --- a/rpms/grib_api.spec.in +++ b/rpms/eccodes.spec.in @@ -1,5 +1,5 @@ # -*- 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 version @VERSION@ @@ -41,7 +41,7 @@ BuildArchitectures: %{_target_cpu} Packager: Software Support %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 * Thu Mar 15 2012 - Get the changelog from JIRA @@ -87,7 +87,7 @@ Group: Scientific/Libraries Requires: grib_api %description devel 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 %defattr(-, root, root) #%doc doc @@ -107,7 +107,7 @@ Group: Scientific/Libraries Requires: grib_api %description python 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 %defattr(-, root, root) %prefix/lib*/python*/* @@ -121,7 +121,7 @@ Group: Scientific/Libraries Requires: grib_api %description fortran 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. %files fortran %defattr(-, root,root) diff --git a/rpms/grib_api_f90.pc.in b/rpms/eccodes_f90.pc.in similarity index 100% rename from rpms/grib_api_f90.pc.in rename to rpms/eccodes_f90.pc.in diff --git a/share/grib_api/definitions b/share/eccodes/definitions similarity index 100% rename from share/grib_api/definitions rename to share/eccodes/definitions