]> git.pld-linux.org Git - packages/hdf5.git/commitdiff
- adjust PACKAGE_SHARE_INSTALL_DIR in cmake configuration; release 4 auto/th/hdf5-1.8.20-4
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 May 2018 15:40:44 +0000 (17:40 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 18 May 2018 15:40:44 +0000 (17:40 +0200)
hdf5.spec

index 75f85ca89b9772939da96ac320f0151f0d66b201..67ab99652828da306af671dffdbe1f913a9f7d47 100644 (file)
--- a/hdf5.spec
+++ b/hdf5.spec
@@ -11,7 +11,7 @@ Summary:      Hierarchical Data Format 5 library
 Summary(pl.UTF-8):     Biblioteka HDF5 (Hierarchical Data Format 5)
 Name:          hdf5
 Version:       1.8.20
-Release:       3
+Release:       4
 License:       Nearly BSD, but changed sources must be marked
 Group:         Libraries
 Source0:       https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8/hdf5-%{version}/src/%{name}-%{version}.tar.bz2
@@ -257,7 +257,7 @@ for f in hdf5-config-version.cmake hdf5-config.cmake hdf5-targets.cmake hdf5-tar
            %{?with_mpi:-e 's,@MPI_C_INCLUDE_PATH@,%{_includedir},'} \
            %{?with_mpi:-e 's,@MPI_C_LIBRARIES@,%{_libdir},'} \
            -e 's,@PACKAGE_INCLUDE_INSTALL_DIR@,%{_includedir},' \
-           -e 's,@PACKAGE_SHARE_INSTALL_DIR@,%{_datadir}/cmake/hdf5,' \
+           -e 's,@PACKAGE_SHARE_INSTALL_DIR@,%{_libdir}/cmake/hdf5,' \
            -e 's,@PACKAGE_CURRENT_BUILD_DIR@,%{_prefix},' \
                config/cmake/${f}.in > $RPM_BUILD_ROOT%{_libdir}/cmake/hdf5/$f
 done
This page took 0.028854 seconds and 4 git commands to generate.