automatic version update by autodist [release 8.0.1-1mamba;Wed May 05 2021]

This commit is contained in:
Automatic Build System 2024-01-06 10:32:48 +01:00
parent 229eea2026
commit c78d26aada

View File

@ -1,24 +1,24 @@
Name: proj Name: proj
Version: 6.3.2 Version: 8.0.1
Release: 2mamba Release: 1mamba
Summary: Cartographic Projections Library Summary: Cartographic Projections Library
Group: System/Tools Group: System/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://trac.osgeo.org/proj/ URL: https://trac.osgeo.org/proj/
Source: http://download.osgeo.org/proj/proj-%{version}.tar.gz Source: http://download.osgeo.org/proj/proj-%{version}.tar.gz
Patch0: proj-4.8.0-add-missing-header.patch Patch0: proj-4.8.0-add-missing-header.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig BuildRequires: libcurl-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libsqlite-devel BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Cartographic Projections Library. Cartographic Projections Library.
@ -37,7 +37,7 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description -n libproj-devel %description -n libproj-devel
Cartographic Projections Library. Cartographic Projections Library.
This package contains static libraries and header files need for development. This package contains static libraries and header files needed for development.
%debug_package %debug_package
@ -67,12 +67,14 @@ This package contains static libraries and header files need for development.
#%{_bindir}/invproj #%{_bindir}/invproj
%{_bindir}/proj %{_bindir}/proj
%{_bindir}/projinfo %{_bindir}/projinfo
%{_bindir}/projsync
%{_mandir}/man1/cct.1* %{_mandir}/man1/cct.1*
%{_mandir}/man1/cs2cs.1* %{_mandir}/man1/cs2cs.1*
%{_mandir}/man1/geod.1* %{_mandir}/man1/geod.1*
%{_mandir}/man1/gie.1* %{_mandir}/man1/gie.1*
%{_mandir}/man1/proj.1* %{_mandir}/man1/proj.1*
%{_mandir}/man1/projinfo.1* %{_mandir}/man1/projinfo.1*
%{_mandir}/man1/projsync.1*
%files -n libproj %files -n libproj
%defattr(-,root,root) %defattr(-,root,root)
@ -88,13 +90,25 @@ This package contains static libraries and header files need for development.
%dir %{_includedir}/proj %dir %{_includedir}/proj
%{_includedir}/proj/*.hpp %{_includedir}/proj/*.hpp
%{_libdir}/libproj.so %{_libdir}/libproj.so
%{_mandir}/man3/pj_init.3* %{_libdir}/pkgconfig/proj.pc
%{_mandir}/man3/geodesic.3* %dir %{_libdir}/cmake/proj
%{_libdir}/cmake/proj/proj*.cmake
%dir %{_libdir}/cmake/proj4 %dir %{_libdir}/cmake/proj4
%{_libdir}/cmake/proj4/proj4-*.cmake %{_libdir}/cmake/proj4/proj*.cmake
%doc ChangeLog NEWS README %dir %{_datadir}/doc/proj
%{_datadir}/doc/proj/*
%doc ChangeLog README
%changelog %changelog
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 8.0.1-1mamba
- automatic version update by autodist
* Sun Mar 07 2021 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
- automatic version update by autodist
* Mon Feb 22 2021 Automatic Build System <autodist@mambasoft.it> 7.2.1-1mamba
- automatic version update by autodist
* Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.2-2mamba * Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.2-2mamba
- rebuilt using cmake - rebuilt using cmake