1- Summary: GeoTIFF format library
2- Name: libgeotiff
3- Version: 1.7.1
4- Release: 5%{?dist }
5- License: MIT
61Vendor: Microsoft Corporation
72Distribution: Azure Linux
8- URL: https://trac.osgeo.org/geotiff/
9- Source: https://download.osgeo.org/geotiff/%{name }/%{name }-%{version }.tar.gz
3+
4+ Name: libgeotiff
5+ Version: 1.7.3
6+ Release: 4%{?dist }
7+
8+ Summary: GeoTIFF format library
9+ License: MIT
10+ URL: https://trac.osgeo.org/geotiff/
11+ Source: https://download.osgeo.org/geotiff/%{name }/%{name }-%{version }.tar.gz
1012# Honour LIB_SUFFIX
1113# Honour GEOTIFF_INCLUDE_SUBDIR
1214# Add version suffix to mingw library
1315# Fix cmake module install dir
1416# Don't install docs
15- Patch0: libgeotiff_cmake.patch
16- BuildRequires: cmake
17- BuildRequires: gcc-c++
18- BuildRequires: libjpeg-devel
19- BuildRequires: libtiff-devel
20- BuildRequires: proj-devel
21- BuildRequires: zlib-devel
17+ Patch0: libgeotiff_cmake.patch
18+
19+ BuildRequires: cmake
20+ BuildRequires: gcc-c++
21+ BuildRequires: libtiff-devel
22+ BuildRequires: libjpeg-devel
23+ BuildRequires: proj-devel
24+ BuildRequires: zlib-devel
2225
2326%description
2427GeoTIFF represents an effort by over 160 different remote sensing,
@@ -27,28 +30,25 @@ to establish a TIFF based interchange format for georeferenced
2730raster imagery.
2831
2932%package devel
30- Summary: Development library and header for the GeoTIFF file format library
31- Requires: %{name }%{?_isa } = %{version }-%{release }
32- Requires: libtiff-devel
33- Requires: pkgconfig
33+ Summary: Development library and header for the GeoTIFF file format library
34+ Requires: pkgconfig libtiff-devel
35+ Requires: %{name }%{?_isa } = %{version }-%{release }
3436
3537%description devel
3638The GeoTIFF library provides support for development of geotiff image format.
3739
3840%prep
3941%autosetup -p1 -n %{name }-%{version }
4042
41-
4243%build
4344# Native build
44- %cmake -DGEOTIFF_BIN_SUBDIR=bin -DGEOTIFF_INCLUDE_SUBDIR=include/%{ name } -DGEOTIFF_LIB_SUBDIR=%{ _lib }
45+ %cmake -DGEOTIFF_BIN_SUBDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=%{ _includedir }/%{ name }
4546%cmake_build
4647
4748
4849%install
4950%cmake_install
5051
51-
5252# install pkgconfig file
5353mkdir -p %{buildroot }%{_libdir }/pkgconfig/
5454cat > %{buildroot }%{_libdir }/pkgconfig/%{name }.pc << EOF
@@ -59,15 +59,14 @@ includedir=%{_includedir}/%{name}
5959
6060Name: %{name }
6161Description: GeoTIFF file format library
62- Version: %{ version }
62+ Version: 1.7.3
6363Libs: -L\${libdir} -lgeotiff
6464Cflags: -I\${includedir}
6565EOF
6666
6767%check
6868%ctest
6969
70-
7170%files
7271%license LICENSE
7372%doc ChangeLog
8584%{_libdir }/cmake/GeoTIFF/
8685
8786%changelog
88- * Wed Aug 09 2023 Archana Choudhary <archana1 @microsoft.com> - 1.7.1-5
89- - Initial CBL-Mariner import from Fedora 37 (license: MIT)
87+ * Wed May 07 2025 Durga Jagadeesh Palli <v-dpalli @microsoft.com> - 1.7.3-4
88+ - Initial Azure Linux import from Fedora 41 (license: MIT)
9089- License verified
91- - Remove mingw build conditional execution statements
90+
91+ * Thu Apr 17 2025 Sandro Mani <manisandro@gmail.com> - 1.7.3-3
92+ - Rebuild against correct crt
93+
94+ * Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-2
95+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
96+
97+ * Sat May 25 2024 Sandro Mani <manisandro@gmail.com> - 1.7.3-1
98+ - Update to 1.7.3
99+
100+ * Tue Mar 05 2024 Sandro Mani <manisandro@gmail.com> - 1.7.1-13
101+ - Rebuild (proj)
102+
103+ * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-12
104+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
105+
106+ * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-11
107+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
108+
109+ * Sun Sep 03 2023 Sandro Mani <manisandro@gmail.com> - 1.7.1-10
110+ - Rebuild (proj)
111+
112+ * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-9
113+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
114+
115+ * Thu May 18 2023 Orion Poplawski <orion@nwra.com> - 1.7.1-8
116+ - Change BR to mingw*-gcc-c++
117+
118+ * Sat Mar 04 2023 Sandro Mani <manisandro@gmail.com> - 1.7.1-7
119+ - Rebuild (proj)
120+
121+ * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-6
122+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
123+
124+ * Sun Sep 04 2022 Sandro Mani <manisandro@gmail.com> - 1.7.1-5
125+ - Rebuild (proj)
92126
93127* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-4
94128- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
0 commit comments