Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
7d9d106e3c | ||
|
028190c0dc | ||
|
b1e230d9b3 | ||
|
119e2cc1b6 |
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
/libgeotiff-1.5.1.tar.gz
|
libgeotiff-1.2.5.tar.gz
|
||||||
/libgeotiff-1.6.0.tar.gz
|
|
||||||
/libgeotiff-1.7.0.tar.gz
|
|
||||||
/libgeotiff-1.7.1.tar.gz
|
|
||||||
/libgeotiff-1.7.3.tar.gz
|
|
||||||
|
20
libgeotiff-multilib.patch
Normal file
20
libgeotiff-multilib.patch
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
--- libgeotiff-1.2.4/Doxyfile 2001-03-05 06:36:54.000000000 +0200
|
||||||
|
+++ libgeotiff.work/Doxyfile 2008-01-06 05:28:45.000000000 +0200
|
||||||
|
@@ -49,7 +49,7 @@
|
||||||
|
# each generated HTML page. If it is left blank doxygen will generate a
|
||||||
|
# standard footer.
|
||||||
|
|
||||||
|
-HTML_FOOTER =
|
||||||
|
+HTML_FOOTER = no_date_footer.html
|
||||||
|
|
||||||
|
# The QUIET tag can be used to turn on/off the messages that are generated
|
||||||
|
# by doxygen. Possible values are YES and NO. If left blank NO is used.
|
||||||
|
--- libgeotiff-1.2.4/no_date_footer.html 1970-01-01 02:00:00.000000000 +0200
|
||||||
|
+++ libgeotiff.work/no_date_footer.html 2008-01-06 05:33:09.000000000 +0200
|
||||||
|
@@ -0,0 +1,6 @@
|
||||||
|
+<hr size="1"><address style="text-align: right;"><small>
|
||||||
|
+Generated for $projectname by <a href="http://www.doxygen.org/
|
||||||
|
+index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a>
|
||||||
|
+$doxygenversion</small></address>
|
||||||
|
+</body>
|
||||||
|
+</html>
|
10
libgeotiff-soname.patch
Normal file
10
libgeotiff-soname.patch
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
--- libgeotiff-1.2.4/Makefile.in.orig 2007-02-04 18:57:47.000000000 +0100
|
||||||
|
+++ libgeotiff-1.2.4/Makefile.in 2007-07-23 18:47:45.000000000 +0200
|
||||||
|
@@ -101,6 +101,7 @@
|
||||||
|
|
||||||
|
$(GEOTIFF_SO): ${OBJS}
|
||||||
|
${LD_SHARED} ${OBJS} ${LIBS} -o $(GEOTIFF_SO)
|
||||||
|
+ ${CC} -shared ${OBJS} ${LIBS} -o $(GEOTIFF_SO) -Wl,-soname=libgeotiff.so.$(VERSION_MAJOR).$(VERSION_MINOR)
|
||||||
|
rm -f libgeotiff.$(SO_EXT)
|
||||||
|
${LN} $(GEOTIFF_SO) libgeotiff.$(SO_EXT)
|
||||||
|
|
471
libgeotiff.spec
471
libgeotiff.spec
@ -1,132 +1,86 @@
|
|||||||
%if 0%{?rhel} >= 9
|
Name: libgeotiff
|
||||||
%bcond_with mingw
|
Version: 1.2.5
|
||||||
%else
|
Release: 2%{?dist}
|
||||||
%bcond_without mingw
|
Summary: GeoTIFF format library
|
||||||
%endif
|
Group: System Environment/Libraries
|
||||||
|
License: MIT
|
||||||
Name: libgeotiff
|
URL: http://www.remotesensing.org/geotiff/geotiff.html
|
||||||
Version: 1.7.3
|
Source: ftp://ftp.remotesensing.org/pub/geotiff/libgeotiff/%{name}-%{version}.tar.gz
|
||||||
Release: 2%{?dist}
|
Patch0: libgeotiff-soname.patch
|
||||||
|
Patch1: libgeotiff-multilib.patch
|
||||||
Summary: GeoTIFF format library
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
License: MIT
|
BuildRequires: doxygen
|
||||||
URL: http://trac.osgeo.org/geotiff/
|
BuildRequires: libtiff-devel libjpeg-devel proj-devel zlib-devel
|
||||||
Source: http://download.osgeo.org/geotiff/%{name}/%{name}-%{version}.tar.gz
|
|
||||||
# Honour LIB_SUFFIX
|
|
||||||
# Honour GEOTIFF_INCLUDE_SUBDIR
|
|
||||||
# Add version suffix to mingw library
|
|
||||||
# Fix cmake module install dir
|
|
||||||
# Don't install docs
|
|
||||||
Patch0: libgeotiff_cmake.patch
|
|
||||||
|
|
||||||
BuildRequires: cmake
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
BuildRequires: libtiff-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: proj-devel
|
|
||||||
BuildRequires: zlib-devel
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
BuildRequires: mingw32-filesystem >= 95
|
|
||||||
BuildRequires: mingw32-gcc-c++
|
|
||||||
BuildRequires: mingw32-libtiff
|
|
||||||
BuildRequires: mingw32-libjpeg
|
|
||||||
BuildRequires: mingw32-proj
|
|
||||||
BuildRequires: mingw32-zlib
|
|
||||||
|
|
||||||
BuildRequires: mingw64-filesystem >= 95
|
|
||||||
BuildRequires: mingw64-gcc-c++
|
|
||||||
BuildRequires: mingw64-libtiff
|
|
||||||
BuildRequires: mingw64-libjpeg
|
|
||||||
BuildRequires: mingw64-proj
|
|
||||||
BuildRequires: mingw64-zlib
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GeoTIFF represents an effort by over 160 different remote sensing,
|
GeoTIFF represents an effort by over 160 different remote sensing,
|
||||||
GIS, cartographic, and surveying related companies and organizations
|
GIS, cartographic, and surveying related companies and organizations
|
||||||
to establish a TIFF based interchange format for georeferenced
|
to establish a TIFF based interchange format for georeferenced
|
||||||
raster imagery.
|
raster imagery.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development library and header for the GeoTIFF file format library
|
Summary: Development Libraries for the GeoTIFF file format library
|
||||||
Requires: pkgconfig libtiff-devel
|
Group: Development/Libraries
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: pkgconfig libtiff-devel
|
||||||
|
Requires: %{name} = %{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
The GeoTIFF library provides support for development of geotiff image format.
|
The GeoTIFF library provides support for development of geotiff image format.
|
||||||
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
%package -n mingw32-%{name}
|
|
||||||
Summary: MinGW Windows %{name} library
|
|
||||||
Obsoletes: mingw32-%{name}-static
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n mingw32-%{name}
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n mingw32-%{name}-tools
|
|
||||||
Summary: Tools for the MinGW Windows %{name} library
|
|
||||||
Requires: mingw32-%{name} = %{version}-%{release}
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n mingw32-%{name}-tools
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n mingw64-%{name}
|
|
||||||
Summary: MinGW Windows %{name} library
|
|
||||||
Obsoletes: mingw64-%{name}-static
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n mingw64-%{name}
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%package -n mingw64-%{name}-tools
|
|
||||||
Summary: Tools for the MinGW Windows %{name} library
|
|
||||||
Requires: mingw64-%{name} = %{version}-%{release}
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description -n mingw64-%{name}-tools
|
|
||||||
%{summary}.
|
|
||||||
|
|
||||||
|
|
||||||
%{?mingw_debug_package}
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
%patch0 -p1 -b .soname~
|
||||||
|
%patch1 -p1 -b .multilib~
|
||||||
|
|
||||||
|
# fix wrongly encoded files from tarball
|
||||||
|
set +x
|
||||||
|
for f in `find . -type f` ; do
|
||||||
|
if file $f | grep -q ISO-8859 ; then
|
||||||
|
set -x
|
||||||
|
iconv -f ISO-8859-1 -t UTF-8 $f > ${f}.tmp && \
|
||||||
|
mv -f ${f}.tmp $f
|
||||||
|
set +x
|
||||||
|
fi
|
||||||
|
if file $f | grep -q CRLF ; then
|
||||||
|
set -x
|
||||||
|
sed -i -e 's|\r||g' $f
|
||||||
|
set +x
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
set -x
|
||||||
|
|
||||||
|
# remove junks
|
||||||
|
find . -name ".cvsignore" -exec rm -rf '{}' \;
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Native build
|
|
||||||
%cmake -DGEOTIFF_BIN_SUBDIR=bin -DCMAKE_INSTALL_INCLUDEDIR=%{_includedir}/%{name}
|
|
||||||
%cmake_build
|
|
||||||
|
|
||||||
%if %{with mingw}
|
# disable -g flag removal
|
||||||
# MinGW build
|
sed -i 's| \| sed \"s\/-g \/\/\"||g' configure
|
||||||
MINGW32_CMAKE_ARGS=-DCMAKE_INSTALL_INCLUDEDIR=%{mingw32_includedir}/%{name} \
|
|
||||||
MINGW64_CMAKE_ARGS=-DCMAKE_INSTALL_INCLUDEDIR=%{mingw64_includedir}/%{name} \
|
|
||||||
%mingw_cmake
|
|
||||||
%mingw_make_build
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
%configure \
|
||||||
|
--prefix=%{_prefix} \
|
||||||
|
--includedir=%{_includedir}/%{name}/ \
|
||||||
|
--with-proj \
|
||||||
|
--with-tiff \
|
||||||
|
--with-jpeg \
|
||||||
|
--with-zip
|
||||||
|
# WARNING
|
||||||
|
# disable %{?_smp_mflags}
|
||||||
|
# it breaks compile
|
||||||
|
|
||||||
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%cmake_install
|
rm -rf $RPM_BUILD_ROOT
|
||||||
%if %{with mingw}
|
|
||||||
%mingw_make_install
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
# install libgeotiff
|
||||||
|
make install DESTDIR=%{buildroot} INSTALL="%{__install} -p"
|
||||||
|
|
||||||
|
# install manualy some file
|
||||||
|
install -p -m 755 bin/makegeo %{buildroot}%{_bindir}
|
||||||
|
|
||||||
# install pkgconfig file
|
# install pkgconfig file
|
||||||
mkdir -p %{buildroot}%{_libdir}/pkgconfig/
|
cat > %{name}.pc <<EOF
|
||||||
cat > %{buildroot}%{_libdir}/pkgconfig/%{name}.pc <<EOF
|
|
||||||
prefix=%{_prefix}
|
prefix=%{_prefix}
|
||||||
exec_prefix=%{_prefix}
|
exec_prefix=%{_prefix}
|
||||||
libdir=%{_libdir}
|
libdir=%{_libdir}
|
||||||
@ -134,297 +88,48 @@ includedir=%{_includedir}/%{name}
|
|||||||
|
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Description: GeoTIFF file format library
|
Description: GeoTIFF file format library
|
||||||
Version: 1.7.3
|
Version: %{version}
|
||||||
Libs: -L\${libdir} -lgeotiff
|
Libs: -L\${libdir} -lgeotiff
|
||||||
Cflags: -I\${includedir}
|
Cflags: -I\${includedir}
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
%if %{with mingw}
|
mkdir -p %{buildroot}%{_libdir}/pkgconfig/
|
||||||
mkdir -p %{buildroot}%{mingw32_libdir}/pkgconfig/
|
install -p -m 644 %{name}.pc %{buildroot}%{_libdir}/pkgconfig/
|
||||||
cat > %{buildroot}%{mingw32_libdir}/pkgconfig/%{name}.pc <<EOF
|
|
||||||
prefix=%{mingw32_prefix}
|
|
||||||
exec_prefix=%{mingw32_prefix}
|
|
||||||
libdir=%{mingw32_libdir}
|
|
||||||
includedir=%{mingw32_includedir}/%{name}
|
|
||||||
|
|
||||||
Name: %{name}
|
#clean up junks
|
||||||
Description: GeoTIFF file format library
|
rm -rf %{buildroot}%{_libdir}/*.a
|
||||||
Version: 1.7.3
|
echo >> %{buildroot}%{_datadir}/epsg_csv/codes.csv
|
||||||
Libs: -L\${libdir} -lgeotiff
|
|
||||||
Cflags: -I\${includedir}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
mkdir -p %{buildroot}%{mingw64_libdir}/pkgconfig/
|
# generate docs
|
||||||
cat > %{buildroot}%{mingw64_libdir}/pkgconfig/%{name}.pc <<EOF
|
doxygen
|
||||||
prefix=%{mingw64_prefix}
|
|
||||||
exec_prefix=%{mingw64_prefix}
|
|
||||||
libdir=%{mingw64_libdir}
|
|
||||||
includedir=%{mingw64_includedir}/%{name}
|
|
||||||
|
|
||||||
Name: %{name}
|
%clean
|
||||||
Description: GeoTIFF file format library
|
rm -rf $RPM_BUILD_ROOT
|
||||||
Version: 1.7.3
|
|
||||||
Libs: -L\${libdir} -lgeotiff
|
|
||||||
Cflags: -I\${includedir}
|
|
||||||
EOF
|
|
||||||
|
|
||||||
|
%post -p /sbin/ldconfig
|
||||||
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%mingw_debug_install_post
|
%files
|
||||||
%endif
|
%defattr(-,root,root,-)
|
||||||
|
%doc ChangeLog LICENSE README
|
||||||
|
%doc docs/*.txt docs/*.html
|
||||||
%check
|
|
||||||
%ctest
|
|
||||||
|
|
||||||
|
|
||||||
%files
|
|
||||||
%license LICENSE
|
|
||||||
%doc ChangeLog
|
|
||||||
%{_bindir}/applygeo
|
|
||||||
%{_bindir}/geotifcp
|
%{_bindir}/geotifcp
|
||||||
%{_bindir}/listgeo
|
%{_bindir}/listgeo
|
||||||
%{_bindir}/makegeo
|
%{_bindir}/makegeo
|
||||||
%{_libdir}/%{name}.so.5*
|
%{_libdir}/libgeotiff.so.*
|
||||||
%{_mandir}/man1/*.1*
|
%dir %{_datadir}/epsg_csv
|
||||||
|
%attr(0644,root,root) %{_datadir}/epsg_csv/*.csv
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_includedir}/%{name}/
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/%{name}.so
|
%doc docs/api
|
||||||
|
%dir %{_includedir}/%{name}
|
||||||
|
%attr(0644,root,root) %{_includedir}/%{name}/*.h
|
||||||
|
%attr(0644,root,root) %{_includedir}/%{name}/*.inc
|
||||||
|
%{_libdir}/libgeotiff.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
%{_libdir}/cmake/GeoTIFF/
|
|
||||||
|
|
||||||
%if %{with mingw}
|
|
||||||
%files -n mingw32-%{name}
|
|
||||||
%doc ChangeLog README
|
|
||||||
%license COPYING
|
|
||||||
%{mingw32_bindir}/libgeotiff-5.dll
|
|
||||||
%{mingw32_includedir}/%{name}/
|
|
||||||
%{mingw32_datadir}/*
|
|
||||||
%{mingw32_libdir}/libgeotiff.dll.a
|
|
||||||
%{mingw32_libdir}/pkgconfig/libgeotiff.pc
|
|
||||||
%{mingw32_libdir}/cmake/GeoTIFF/
|
|
||||||
|
|
||||||
%files -n mingw32-%{name}-tools
|
|
||||||
%{mingw32_bindir}/*.exe
|
|
||||||
|
|
||||||
%files -n mingw64-%{name}
|
|
||||||
%doc ChangeLog README
|
|
||||||
%license COPYING
|
|
||||||
%{mingw64_bindir}/libgeotiff-5.dll
|
|
||||||
%{mingw64_includedir}/%{name}/
|
|
||||||
%{mingw64_datadir}/*
|
|
||||||
%{mingw64_libdir}/libgeotiff.dll.a
|
|
||||||
%{mingw64_libdir}/pkgconfig/libgeotiff.pc
|
|
||||||
%{mingw64_libdir}/cmake/GeoTIFF/
|
|
||||||
|
|
||||||
%files -n mingw64-%{name}-tools
|
|
||||||
%{mingw64_bindir}/*.exe
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat May 25 2024 Sandro Mani <manisandro@gmail.com> - 1.7.3-1
|
|
||||||
- Update to 1.7.3
|
|
||||||
|
|
||||||
* Tue Mar 05 2024 Sandro Mani <manisandro@gmail.com> - 1.7.1-13
|
|
||||||
- Rebuild (proj)
|
|
||||||
|
|
||||||
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Sep 03 2023 Sandro Mani <manisandro@gmail.com> - 1.7.1-10
|
|
||||||
- Rebuild (proj)
|
|
||||||
|
|
||||||
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 18 2023 Orion Poplawski <orion@nwra.com> - 1.7.1-8
|
|
||||||
- Change BR to mingw*-gcc-c++
|
|
||||||
|
|
||||||
* Sat Mar 04 2023 Sandro Mani <manisandro@gmail.com> - 1.7.1-7
|
|
||||||
- Rebuild (proj)
|
|
||||||
|
|
||||||
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Sep 04 2022 Sandro Mani <manisandro@gmail.com> - 1.7.1-5
|
|
||||||
- Rebuild (proj)
|
|
||||||
|
|
||||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.1-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jun 10 2022 Orion Poplawski <orion@nwra.com> - 1.7.1-3
|
|
||||||
- Make mingw build conditional, disable for EL9
|
|
||||||
|
|
||||||
* Fri Mar 25 2022 Sandro Mani <manisandro@gmail.com> - 1.7.1-2
|
|
||||||
- Rebuild with mingw-gcc-12
|
|
||||||
|
|
||||||
* Mon Mar 14 2022 Sandro Mani <manisandro@gmail.com> - 1.7.1-1
|
|
||||||
- Update to 1.7.1
|
|
||||||
|
|
||||||
* Wed Mar 09 2022 Sandro Mani <manisandro@gmail.com> - 1.7.0-8
|
|
||||||
- Rebuild for proj-9.0.0
|
|
||||||
|
|
||||||
* 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
|
|
||||||
|
|
||||||
* Thu Feb 24 2022 Sandro Mani <manisandro@gmail.com> - 1.7.0-5
|
|
||||||
- Add mingw subpackage
|
|
||||||
|
|
||||||
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jul 06 2021 Sandro Mani <manisandro@gmail.com> - 1.7.0-1
|
|
||||||
- Update to 1.7.0
|
|
||||||
|
|
||||||
* Sun Mar 07 2021 Sandro Mani <manisandro@gmail.com> - 1.6.0-5
|
|
||||||
- Rebuild (proj)
|
|
||||||
|
|
||||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Nov 12 00:10:50 CET 2020 Sandro Mani <manisandro@gmail.com> - 1.6.0-3
|
|
||||||
- Rebuild (proj)
|
|
||||||
|
|
||||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue May 12 2020 Sandro Mani <manisandro@gmail.com> - 1.6.0-1
|
|
||||||
- Update to 1.6.0
|
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Sep 4 2019 Devrim Gündüz <devrim@gunduz.org> - 1.5.1-1
|
|
||||||
- Update to 1.5.1
|
|
||||||
|
|
||||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Feb 5 2019 Devrim Gündüz <devrim@gunduz.org> - 1.4.3-3
|
|
||||||
- Rebuild for Proj 5.2.0
|
|
||||||
|
|
||||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.3-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Jan 14 2019 Volker Fröhlich <volker27@gmx.at> - 1.4.3-1
|
|
||||||
- New upstream version
|
|
||||||
- Remove ldconfig scriptlets
|
|
||||||
- Remove unnecessary attrs
|
|
||||||
- Simplify file list
|
|
||||||
- Remove mostly build-related README
|
|
||||||
- Disable apparently pointless debug build
|
|
||||||
- Remove obsolete Group tag
|
|
||||||
- No longer mangle data files
|
|
||||||
|
|
||||||
* Thu Aug 02 2018 Volker Fröhlich <volker27@gmx.at> - 1.4.0-14
|
|
||||||
- Add gcc-c++ as BR
|
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-11
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-10
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Jan 24 2017 Devrim Gündüz <devrim@gunduz.org> - 1.4.0-8
|
|
||||||
- Rebuild for Proj 4.9.3
|
|
||||||
|
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Oct 29 2015 Volker Fröhlich <volker27@gmx.at> - 1.4.0-6
|
|
||||||
- Install the real makegeo binary, also solving BZ #1235027
|
|
||||||
- Re-enable multiple compiler workers
|
|
||||||
- Actually build with -O2
|
|
||||||
- Remove outdated prep-section changes
|
|
||||||
- Remove rpaths
|
|
||||||
|
|
||||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Mar 11 2015 Devrim Gündüz <devrim@gunduz.org> - 1.4.0-4
|
|
||||||
- Rebuild for Proj 4.9.1
|
|
||||||
|
|
||||||
* Wed Jan 07 2015 Rex Dieter <rdieter@fedoraproject.org> - 1.4.0-3
|
|
||||||
- move patching to %%prep section
|
|
||||||
- explicitly track lib soname so bumps aren't a surprise
|
|
||||||
- exclude libgeotiff.la file from packaging
|
|
||||||
- %%configure --disable-static
|
|
||||||
|
|
||||||
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-2
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sat Jul 12 2014 Devrim Gündüz <devrim@gunduz.org> - 1.4.0-1
|
|
||||||
- Update to 1.4.0
|
|
||||||
- Removed patches. No longer applicable.
|
|
||||||
- Update URL
|
|
||||||
- Update download URL
|
|
||||||
|
|
||||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-15
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
||||||
|
|
||||||
* Sun Apr 27 2014 Volker Fröhlich <volker27@gmx.at> - 1.2.5-14
|
|
||||||
- Support aarch64 (BZ #925739)
|
|
||||||
|
|
||||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-13
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-12
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 18 2013 Adam Tkac <atkac redhat com> - 1.2.5-11
|
|
||||||
- rebuild due to "jpeg8-ABI" feature drop
|
|
||||||
|
|
||||||
* Fri Dec 21 2012 Adam Tkac <atkac redhat com> - 1.2.5-10
|
|
||||||
- rebuild against new libjpeg
|
|
||||||
|
|
||||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-9
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
||||||
|
|
||||||
* Thu May 10 2012 Volker Fröhlich <volker27@gmx.at> - 1.2.5-8
|
|
||||||
- Add isa macro
|
|
||||||
- Harmonize buildroot/RPM_BUILD_ROOT
|
|
||||||
- Replace install macro, use name macro where suitable
|
|
||||||
- Improve devel sub-package description
|
|
||||||
- Remove defattr
|
|
||||||
- Rebuild for libtiff 4
|
|
||||||
|
|
||||||
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-7
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
||||||
|
|
||||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-6
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
||||||
|
|
||||||
* Wed Apr 22 2009 Milos Jakubicek <xjakub@fi.muni.cz> - 1.2.5-4
|
|
||||||
- Fix FTBFS: use gcc -shared instead of ld -shared to compile with -fstack-protector
|
|
||||||
|
|
||||||
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.5-3
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
||||||
|
|
||||||
* Mon Sep 15 2008 Balint Cristian <rezso@rdsor.ro> - 1.2.5-2
|
* Mon Sep 15 2008 Balint Cristian <rezso@rdsor.ro> - 1.2.5-2
|
||||||
- disable smp build for koji
|
- disable smp build for koji
|
||||||
|
|
||||||
|
@ -1,45 +0,0 @@
|
|||||||
diff -rupN libgeotiff-1.7.3/cmake/CMakeLists.txt libgeotiff-1.7.3-new/cmake/CMakeLists.txt
|
|
||||||
--- libgeotiff-1.7.3/cmake/CMakeLists.txt 2022-02-18 16:07:34.000000000 +0100
|
|
||||||
+++ libgeotiff-1.7.3-new/cmake/CMakeLists.txt 2024-05-25 11:33:17.823041296 +0200
|
|
||||||
@@ -6,13 +6,8 @@
|
|
||||||
# ${INSTALL_CMAKE_DIR} and @PROJECT_ROOT_DIR@ is the relative
|
|
||||||
# path to the root from there. (Note that the whole install tree can
|
|
||||||
# be relocated.)
|
|
||||||
-if (NOT WIN32)
|
|
||||||
- set (INSTALL_CMAKE_DIR "share/cmake/${PROJECT_NAME}")
|
|
||||||
- set (PROJECT_ROOT_DIR "../../..")
|
|
||||||
-else ()
|
|
||||||
- set (INSTALL_CMAKE_DIR "cmake")
|
|
||||||
- set (PROJECT_ROOT_DIR "..")
|
|
||||||
-endif ()
|
|
||||||
+set (INSTALL_CMAKE_DIR "lib${LIB_SUFFIX}/cmake/${PROJECT_NAME}")
|
|
||||||
+set (PROJECT_ROOT_DIR "../../..")
|
|
||||||
|
|
||||||
configure_file (project-config.cmake.in project-config.cmake @ONLY)
|
|
||||||
configure_file (project-config-version.cmake.in
|
|
||||||
diff -rupN libgeotiff-1.7.3/CMakeLists.txt libgeotiff-1.7.3-new/CMakeLists.txt
|
|
||||||
--- libgeotiff-1.7.3/CMakeLists.txt 2024-05-24 15:38:59.000000000 +0200
|
|
||||||
+++ libgeotiff-1.7.3-new/CMakeLists.txt 2024-05-25 11:35:20.294177785 +0200
|
|
||||||
@@ -244,9 +244,9 @@ SET(GEOTIFF_MAN_PAGES
|
|
||||||
# ${PROJECT_BINARY_DIR}/geotiff_version.h
|
|
||||||
|
|
||||||
# Install doc files
|
|
||||||
-INSTALL(FILES
|
|
||||||
- AUTHORS ChangeLog COPYING LICENSE README README_BIN README.WIN
|
|
||||||
- DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
|
||||||
+# INSTALL(FILES
|
|
||||||
+ # AUTHORS ChangeLog COPYING LICENSE README README_BIN README.WIN
|
|
||||||
+ # DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
|
||||||
|
|
||||||
# Install man pages
|
|
||||||
INSTALL(FILES ${GEOTIFF_MAN_PAGES} DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
|
||||||
@@ -312,6 +312,9 @@ endif()
|
|
||||||
|
|
||||||
SET_TARGET_PROPERTIES(${GEOTIFF_LIBRARY_TARGET} PROPERTIES
|
|
||||||
OUTPUT_NAME ${GEOTIFF_LIB_NAME})
|
|
||||||
+IF(MINGW)
|
|
||||||
+ SET_TARGET_PROPERTIES(${GEOTIFF_LIBRARY_TARGET} PROPERTIES SUFFIX "-${LINK_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
|
|
||||||
+ENDIF(MINGW)
|
|
||||||
|
|
||||||
set(CONFIG_PUBLIC_DEPENDENCIES "")
|
|
||||||
set(CONFIG_PRIVATE_DEPENDENCIES "")
|
|
Loading…
Reference in New Issue
Block a user