[g2clib: 1/2] Install drstemplates.h, gridtemplates.h, and pdstemplates.h

Orion Poplawski orion at fedoraproject.org
Fri Mar 9 18:03:45 UTC 2012


commit 85417cf3d474e406a1632ec39838f436aec9c6db
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Mar 9 11:02:27 2012 -0700

    Install drstemplates.h, gridtemplates.h, and pdstemplates.h

 g2clib.spec |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/g2clib.spec b/g2clib.spec
index 1482c13..2fe03cc 100644
--- a/g2clib.spec
+++ b/g2clib.spec
@@ -1,6 +1,6 @@
 Name:           g2clib
 Version:        1.2.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GRIB2 encoder/decoder and search/indexing routines in C
 
 Group:          System Environment/Libraries
@@ -57,6 +57,9 @@ 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}
+install -p -m0644 drstemplates.h $RPM_BUILD_ROOT%{_includedir}
+install -p -m0644 gridtemplates.h $RPM_BUILD_ROOT%{_includedir}
+install -p -m0644 pdstemplates.h $RPM_BUILD_ROOT%{_includedir}
 
 
 %clean
@@ -68,9 +71,15 @@ rm -rf $RPM_BUILD_ROOT
 %doc README CHANGES grib2c.doc g2clib-msg.txt
 %{_libdir}/libgrib2c.a
 %{_includedir}/grib2.h
+%{_includedir}/drstemplates.h
+%{_includedir}/gridtemplates.h
+%{_includedir}/pdstemplates.h
 
 
 %changelog
+* Fri Mar 9 2012 Orion Poplawski <orion at cora.nwra.com> - 1.2.3-2
+- Install drstemplates.h, gridtemplates.h, and pdstemplates.h
+
 * Wed Nov 16 2011 Orion Poplawski <orion at cora.nwra.com> - 1.2.3-1
 - Update to 1.2.3
 


More information about the scm-commits mailing list