|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: libgeotiff
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Release: 7%{?dist}
|
|
|
|
|
|
|
|
|
|
Summary: GeoTIFF format library
|
|
|
|
|
License: MIT
|
|
|
|
@ -133,8 +133,8 @@ includedir=%{mingw32_includedir}/%{name}
|
|
|
|
|
Name: %{name}
|
|
|
|
|
Description: GeoTIFF file format library
|
|
|
|
|
Version: %{version}
|
|
|
|
|
Libs: -L${libdir} -lgeotiff
|
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
|
Libs: -L\${libdir} -lgeotiff
|
|
|
|
|
Cflags: -I\${includedir}
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
mkdir -p %{buildroot}%{mingw64_libdir}/pkgconfig/
|
|
|
|
@ -147,8 +147,8 @@ includedir=%{mingw64_includedir}/%{name}
|
|
|
|
|
Name: %{name}
|
|
|
|
|
Description: GeoTIFF file format library
|
|
|
|
|
Version: %{version}
|
|
|
|
|
Libs: -L${libdir} -lgeotiff
|
|
|
|
|
Cflags: -I${includedir}
|
|
|
|
|
Libs: -L\${libdir} -lgeotiff
|
|
|
|
|
Cflags: -I\${includedir}
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -203,6 +203,9 @@ EOF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Mar 08 2022 Sandro Mani <manisandro@gmail.com> - 1.7.0-7
|
|
|
|
|
- Fix broken mingw pkg-config files
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 1.7.0-6
|
|
|
|
|
- Make mingw subpackages noarch
|
|
|
|
|
|
|
|
|
|