automatic version update by autodist [release 8.0.1-1mamba;Wed May 05 2021]
This commit is contained in:
parent
229eea2026
commit
c78d26aada
34
proj.spec
34
proj.spec
@ -1,24 +1,24 @@
|
||||
Name: proj
|
||||
Version: 6.3.2
|
||||
Release: 2mamba
|
||||
Version: 8.0.1
|
||||
Release: 1mamba
|
||||
Summary: Cartographic Projections Library
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
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
|
||||
Patch0: proj-4.8.0-add-missing-header.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libtiff-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Cartographic Projections Library.
|
||||
@ -37,7 +37,7 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description -n libproj-devel
|
||||
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
|
||||
|
||||
@ -67,12 +67,14 @@ This package contains static libraries and header files need for development.
|
||||
#%{_bindir}/invproj
|
||||
%{_bindir}/proj
|
||||
%{_bindir}/projinfo
|
||||
%{_bindir}/projsync
|
||||
%{_mandir}/man1/cct.1*
|
||||
%{_mandir}/man1/cs2cs.1*
|
||||
%{_mandir}/man1/geod.1*
|
||||
%{_mandir}/man1/gie.1*
|
||||
%{_mandir}/man1/proj.1*
|
||||
%{_mandir}/man1/projinfo.1*
|
||||
%{_mandir}/man1/projsync.1*
|
||||
|
||||
%files -n libproj
|
||||
%defattr(-,root,root)
|
||||
@ -88,13 +90,25 @@ This package contains static libraries and header files need for development.
|
||||
%dir %{_includedir}/proj
|
||||
%{_includedir}/proj/*.hpp
|
||||
%{_libdir}/libproj.so
|
||||
%{_mandir}/man3/pj_init.3*
|
||||
%{_mandir}/man3/geodesic.3*
|
||||
%{_libdir}/pkgconfig/proj.pc
|
||||
%dir %{_libdir}/cmake/proj
|
||||
%{_libdir}/cmake/proj/proj*.cmake
|
||||
%dir %{_libdir}/cmake/proj4
|
||||
%{_libdir}/cmake/proj4/proj4-*.cmake
|
||||
%doc ChangeLog NEWS README
|
||||
%{_libdir}/cmake/proj4/proj*.cmake
|
||||
%dir %{_datadir}/doc/proj
|
||||
%{_datadir}/doc/proj/*
|
||||
%doc ChangeLog README
|
||||
|
||||
%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
|
||||
- rebuilt using cmake
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user