spatialite-tools/spatialite-tools.spec

320 lines
10 KiB
RPMSpec
Raw Permalink Normal View History

2011-02-25 10:18:43 +00:00
Name: spatialite-tools
2021-12-14 15:52:39 +00:00
Version: 5.0.1
Release: 3%{?dist}
2011-02-25 10:18:43 +00:00
Summary: A set of useful CLI tools for SpatiaLite
2021-12-14 15:52:39 +00:00
# Add missing -lxml2
Patch0: spatialite-tools_lxml2.patch
2011-02-25 10:18:43 +00:00
License: GPLv3+
2012-08-18 12:51:08 +00:00
Source0: http://www.gaia-gis.it/gaia-sins/%{name}-%{version}.tar.gz
URL: https://www.gaia-gis.it/fossil/spatialite-tools
2011-02-25 10:18:43 +00:00
BuildRequires: make
2011-02-25 10:18:43 +00:00
BuildRequires: expat-devel
2012-08-18 12:51:08 +00:00
BuildRequires: freexl-devel
2020-11-19 18:36:32 +00:00
BuildRequires: gcc
2011-07-17 18:41:24 +00:00
BuildRequires: geos-devel
BuildRequires: libspatialite-devel
2020-11-19 18:36:32 +00:00
BuildRequires: librttopo-devel
BuildRequires: libxml2-devel
BuildRequires: minizip-devel
2011-07-17 18:41:24 +00:00
BuildRequires: proj-devel
BuildRequires: readline-devel
2012-08-18 12:51:08 +00:00
BuildRequires: readosm-devel
2020-11-19 18:36:32 +00:00
BuildRequires: sqlite-devel
2012-08-18 12:51:08 +00:00
BuildRequires: zlib-devel
2011-02-25 10:18:43 +00:00
%description
2011-07-17 18:41:24 +00:00
Spatialite-Tools is a set of useful CLI tools for SpatiaLite.
2011-02-25 10:18:43 +00:00
%prep
2020-11-19 18:36:32 +00:00
%autosetup -p1
2011-02-25 10:18:43 +00:00
# Remove unused Makefiles
rm -f Makefile-static*
%build
2021-12-14 16:12:54 +00:00
%ifarch i686 armv7hl
2021-12-14 16:02:34 +00:00
export LDFLAGS="%{__global_ldflags} -lm"
%endif
2012-08-18 12:51:08 +00:00
%configure
2020-11-19 18:36:32 +00:00
%make_build
2011-02-25 10:18:43 +00:00
%install
2020-11-19 18:36:32 +00:00
%make_install
2011-02-25 10:18:43 +00:00
%files
2020-11-19 18:36:32 +00:00
%license COPYING
%doc AUTHORS
2011-07-17 18:41:24 +00:00
%{_bindir}/exif_loader
%{_bindir}/shp_doctor
2020-11-19 18:36:32 +00:00
%{_bindir}/shp_sanitize
2011-07-17 18:41:24 +00:00
%{_bindir}/spatialite
%{_bindir}/spatialite_convert
2020-11-19 18:36:32 +00:00
%{_bindir}/spatialite_dem
%{_bindir}/spatialite_dxf
2011-07-17 18:41:24 +00:00
%{_bindir}/spatialite_gml
%{_bindir}/spatialite_network
%{_bindir}/spatialite_osm*
%{_bindir}/spatialite_tool
2014-07-25 13:23:40 +00:00
%{_bindir}/spatialite_xml_*
2020-11-19 18:36:32 +00:00
%{_bindir}/spatialite_xml2utf8
2011-02-25 10:18:43 +00:00
%changelog
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
2021-12-14 15:52:39 +00:00
* Tue Dec 14 2021 Sandro Mani <manisandro@gmail.com> - 5.0.1-1
- Update to 5.0.1
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
2020-11-19 18:36:32 +00:00
* Fri Nov 13 2020 Sandro Mani <manisandro@gmail.com> - 5.0.0-1
- Update to 5.0.0
2020-08-20 08:54:41 +00:00
* Thu Aug 20 08:46:50 GMT 2020 Sandro Mani <manisandro@gmail.com> - 4.3.0-46
- Rebuild (sqlite)
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-45
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
2020-06-24 07:47:35 +00:00
* Wed Jun 24 2020 Ondrej Dubaj <odubaj@redhat.com> - 4.3.0-44
- Rebuild for sqlite 3.32.3
2020-06-05 06:19:05 +00:00
* Fri Jun 05 2020 Ondrej Dubaj <odubaj@redhat.com> - 4.3.0-43
- Rebuild for sqlite 3.32.2
2020-05-26 11:17:29 +00:00
* Tue May 26 2020 Ondrej Dubaj <odubaj@redhat.com> - 4.3.0-42
- Rebuild for sqlite 3.32.1
2020-02-05 09:54:19 +00:00
* Wed Feb 05 2020 Ondrej Dubaj <odubaj@redhat.com> - 4.3.0-41
- Rebuild for sqlite 3.31.1
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
2019-10-15 05:15:04 +00:00
* Tue Oct 15 2019 Petr Kubat <pkubat@redhat.com> - 4.3.0-39
- Rebuild for sqlite 3.30.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-38
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
2019-07-16 10:21:01 +00:00
* Tue Jul 16 2019 Petr Kubat <pkubat@redhat.com> - 4.3.0-37
- Rebuild for sqlite 3.29.0
2019-05-13 06:56:36 +00:00
* Mon May 13 2019 Petr Kubat <pkubat@redhat.com> - 4.3.0-36
- Rebuild for sqlite 3.28.0
2019-02-28 07:49:36 +00:00
* Thu Feb 28 2019 Petr Kubat <pkubat@redhat.com> - 4.3.0-35
- Rebuild for sqlite 3.27.2
2019-02-17 08:30:53 +00:00
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 4.3.0-34
- Rebuild for readline 8.0
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
2018-12-12 08:26:10 +00:00
* Wed Dec 12 2018 Petr Kubat <pkubat@redhat.com> - 4.3.0-32
- Rebuild for sqlite 3.26.0
2018-10-11 07:16:06 +00:00
* Thu Oct 11 2018 Petr Kubat <pkubat@redhat.com> - 4.3.0-31
- Rebuild for sqlite 3.25.2
* Mon Jul 23 2018 Volker Froehlich <volker27@gmx.at> - 4.3.0-30
- Rebuild for sqlite 3.24.0
2018-07-23 20:16:22 +00:00
- Add BR for gcc
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-29
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
2018-02-13 00:09:55 +00:00
* Tue Feb 13 2018 Tom Hughes <tom@compton.nu> - 4.3.0-28
- Rebuilt for sqlite 3.22.0
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-27
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2017-09-04 05:39:11 +00:00
* Mon Sep 04 2017 Petr Kubat <pkubat@redhat.com> - 4.3.0-26
- Rebuild for sqlite 3.20.1
2017-08-02 06:30:12 +00:00
* Wed Aug 02 2017 Petr Kubat <pkubat@redhat.com> - 4.3.0-25
- Rebuild for sqlite 3.20.0
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-24
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-07-12 07:16:23 +00:00
* Wed Jul 12 2017 Petr Kubat <pkubat@redhat.com> - 4.3.0-23
- Rebuild for sqlite 3.19.3
2017-05-25 08:16:59 +00:00
* Thu May 25 2017 Petr Kubat <pkubat@redhat.com> - 4.3.0-22
- Rebuild for sqlite 3.19.1
2017-04-03 12:46:19 +00:00
* Mon Apr 03 2017 Petr Kubat <pkubat@redhat.com> - 4.3.0-21
- Rebuild for sqlite 3.18.0
2017-02-22 14:40:31 +00:00
* Wed Feb 22 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 4.3.0-20
- Rebuild for sqlite 3.17.0
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-19
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-01-31 08:49:35 +00:00
* Tue Jan 31 2017 Volker Froehlich <volker27@gmx.at> - 4.3.0-18
- Rebuild for libproj
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 4.3.0-17
- Rebuild for readline 7.x
2017-01-07 10:21:02 +00:00
* Sat Jan 7 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 4.3.0-16
- Rebuild for sqlite 3.16.2
2017-01-06 14:44:53 +00:00
* Fri Jan 6 2017 Jakub Dorňák <jakub.dornak@misli.cz> - 4.3.0-15
- Rebuild for sqlite 3.16.1
2016-09-21 10:55:12 +00:00
* Wed Sep 21 2016 Jakub Dorňák <jdornak@redhat.com> - 4.3.0-14
- Rebuild for sqlite 3.14.2
2016-08-16 19:01:49 +00:00
* Tue Aug 16 2016 Jakub Dorňák <jdornak@redhat.com> - 4.3.0-13
- Rebuild for sqlite 3.14.1
2016-07-28 10:02:40 +00:00
* Thu Jul 28 2016 Jakub Dorňák <jdornak@redhat.com> - 4.3.0-12
2016-07-28 09:33:49 +00:00
- Rebuild for sqlite 3.13.0
2016-05-02 09:06:06 +00:00
* Mon May 2 2016 Jakub Dorňák <jdornak@redhat.com> - 4.3.0-10
- Rebuild for sqlite 3.12.2
2016-02-17 11:31:15 +00:00
* Wed Feb 17 2016 Jan Stanek <jstanek@redhat.com> - 4.3.0-9
- Rebuild for sqlite 3.11.0
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 4.3.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-22 11:44:00 +00:00
* Fri Jan 22 2016 Jan Stanek <jstanek@redhat.com> - 4.3.0-7
- Rebuild for sqlite 3.10.2
2016-01-13 13:02:05 +00:00
* Wed Jan 13 2016 Jan Stanek <jstanek@redhat.com> - 4.3.0-6
- Rebuild for sqlite 3.10.0
2015-12-28 11:26:02 +00:00
* Mon Dec 28 2015 Volker Froehlich <volker27@gmx.at> - 4.3.0-5
- Rebuild for sqlite 3.9.2
2015-10-15 10:29:48 +00:00
* Thu Oct 15 2015 Jan Stanek <jstanek@redhat.com> - 4.3.0-4
- Rebuild for sqlite 3.9.0
2015-09-23 09:54:29 +00:00
* Wed Sep 23 2015 Jan Stanek <jstanek@redhat.com> - 4.3.0-3
- Rebuild for sqlite 3.8.11.1
2015-07-29 08:32:52 +00:00
* Wed Jul 29 2015 Jan Stanek <jstanek@redhat.com> - 4.3.0-2
- Rebuild for sqlite 3.8.11
* Sat Jul 4 2015 Volker Froehlich <volker27@gmx.at> - 4.3.0-1
- New upstream release
- Add libxml2-devel as BR
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2015-05-29 09:38:35 +00:00
* Fri May 29 2015 Jan Stanek <jstanek@redhat.com> - 4.2.0-12
- Rebuild for sqlite 3.8.10.2
2015-05-18 11:43:47 +00:00
* Mon May 18 2015 Jan Stanek <jstanek@redhat.com> - 4.2.0-11
- Rebuild for sqlite 3.8.10.1
2015-04-14 10:15:43 +00:00
* Tue Apr 14 2015 Jan Stanek <jstanek@redhat.com> - 4.2.0-10
- Rebuild for sqlite 3.8.9
2015-03-14 09:56:50 +00:00
* Sat Mar 14 2015 Volker Froehlich <volker27@gmx.at> - 4.2.0-9
- Rebuild for proj 4.9.1
2015-02-26 15:08:20 +00:00
* Thu Feb 26 2015 Jan Stanek <jstanek@redhat.com> - 4.2.0-8
- Rebuild for sqlite 3.8.8.3
* Tue Jan 20 2015 Jan Stanek <jstanek@redhat.com> - 4.2.0-7
- Rebuild for sqlite 3.8.8
- Add check for the correct sqlite-devel version
2014-12-12 13:38:58 +00:00
* Fri Dec 12 2014 Jan Stanek <jstanek@redhat.com> - 4.2.0-6
- Rebuild for sqlite 3.8.7.4
2014-11-25 09:01:03 +00:00
* Tue Nov 25 2014 Jan Stanek <jstane@redhat.com> - 4.2.0-5
- Rebuild for sqlite 3.8.7.2
2014-10-21 10:55:44 +00:00
* Tue Oct 21 2014 Jan Stanek <jstanek@redhat.com> - 4.2.0-4
- Rebuild for sqlite 3.8.7
2014-08-20 19:49:46 +00:00
* Wed Aug 20 2014 Volker Fröhlich <volker27@gmx.at> - 4.2.0-3
2014-08-20 19:31:42 +00:00
- Rebuild for sqlite 3.8.6
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.2.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
2014-07-25 13:23:40 +00:00
* Fri Jul 25 2014 Peter Robinson <pbrobinson@fedoraproject.org> 4.2.0-1
- Upate to 4.2.0
2014-06-14 10:44:13 +00:00
* Sat Jun 14 2014 Volker Fröhlich <volker27@gmx.at> - 4.1.1-5
- Rebuild for sqlite 3.8.5
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Thu Jun 5 2014 Volker Fröhlich <volker27@gmx.at> - 4.1.1-3
- Solve BZ 1048587 (spatialite command complains about sqlite version)
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2013-07-01 21:36:26 +00:00
* Mon Jul 1 2013 Volker Fröhlich <volker27@gmx.at> - 4.1.1-1
- New upstream release
* Tue Jun 4 2013 Volker Fröhlich <volker27@gmx.at> - 4.1.0-2
- Add dxf utility to files section
2013-06-05 06:40:40 +00:00
* Tue Jun 4 2013 Volker Fröhlich <volker27@gmx.at> - 4.1.0-1
- New upstream release
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 4.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Sun Dec 2 2012 Volker Fröhlich <volker27@gmx.at> - 4.0.0-1
- New upstream release
- Remove PPC restrictions
2012-08-18 12:51:08 +00:00
* Sat Aug 18 2012 Volker Fröhlich <volker27@gmx.at> - 3.1.0b-1
- Update for new release
- Update URL and source URL
- Drop LDFLAG -lm
- Exclude ppc as well
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-0.6.RC4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.0-0.5.RC4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-07-17 18:41:24 +00:00
* Sun Jul 17 2011 Volker Fröhlich <volker27@gmx.at> - 2.4.0-0.4.RC4
- Support readline
- Drop EPEL5 specific statements and definitions
- Drop unnecessary defattr
- Slightly improved description
- More explicit files section
* Fri Feb 25 2011 Volker Fröhlich <volker27@gmx.at> - 2.4.0-0.3.RC4
- Exclude ppc64
2011-02-25 10:18:43 +00:00
* Fri Jan 14 2011 Volker Fröhlich <volker27@gmx.at> - 2.4.0-0.2.RC4
- Dropped prefix from configure macro
- Corrected license
- Use macros in source URL
* Mon Dec 20 2010 Volker Fröhlich <volker27@gmx.at> - 2.4.0-0.1.RC4
- Inital packaging