2024-01-06 10:32:48 +01:00
|
|
|
Name: proj
|
2024-01-06 10:32:48 +01:00
|
|
|
Version: 6.3.2
|
|
|
|
Release: 2mamba
|
2024-01-06 10:32:48 +01:00
|
|
|
Summary: Cartographic Projections Library
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://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
|
2024-01-06 10:32:48 +01:00
|
|
|
BuildRequires: ldconfig
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
2024-01-06 10:32:48 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:32:48 +01:00
|
|
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
2024-01-06 10:32:48 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Cartographic Projections Library.
|
|
|
|
|
|
|
|
%package -n libproj
|
|
|
|
Summary: Cartographic Projections Library
|
|
|
|
Group: System/Libraries
|
|
|
|
|
|
|
|
%description -n libproj
|
|
|
|
Cartographic Projections Library.
|
|
|
|
|
|
|
|
%package -n libproj-devel
|
|
|
|
Summary: Devel package for %{name}
|
|
|
|
Group: Development/Libraries
|
|
|
|
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.
|
|
|
|
|
2024-01-06 10:32:48 +01:00
|
|
|
%debug_package
|
|
|
|
|
2024-01-06 10:32:48 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-01-06 10:32:48 +01:00
|
|
|
#%patch0 -p1
|
2024-01-06 10:32:48 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-06 10:32:48 +01:00
|
|
|
%cmake -d build
|
|
|
|
|
2024-01-06 10:32:48 +01:00
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-06 10:32:48 +01:00
|
|
|
%makeinstall -C build
|
2024-01-06 10:32:48 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_bindir}/cct
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_bindir}/cs2cs
|
|
|
|
%{_bindir}/geod
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_bindir}/gie
|
|
|
|
#%{_bindir}/invgeod
|
|
|
|
#%{_bindir}/invproj
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_bindir}/proj
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_bindir}/projinfo
|
|
|
|
%{_mandir}/man1/cct.1*
|
|
|
|
%{_mandir}/man1/cs2cs.1*
|
|
|
|
%{_mandir}/man1/geod.1*
|
|
|
|
%{_mandir}/man1/gie.1*
|
|
|
|
%{_mandir}/man1/proj.1*
|
|
|
|
%{_mandir}/man1/projinfo.1*
|
2024-01-06 10:32:48 +01:00
|
|
|
|
|
|
|
%files -n libproj
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libproj.so.*
|
|
|
|
%dir %{_datadir}/proj
|
|
|
|
%{_datadir}/proj/*
|
|
|
|
%doc AUTHORS COPYING
|
|
|
|
|
|
|
|
%files -n libproj-devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_includedir}
|
|
|
|
%{_includedir}/*.h
|
2024-01-06 10:32:48 +01:00
|
|
|
%dir %{_includedir}/proj
|
|
|
|
%{_includedir}/proj/*.hpp
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_libdir}/libproj.so
|
2024-01-06 10:32:48 +01:00
|
|
|
%{_mandir}/man3/pj_init.3*
|
|
|
|
%{_mandir}/man3/geodesic.3*
|
|
|
|
%dir %{_libdir}/cmake/proj4
|
|
|
|
%{_libdir}/cmake/proj4/proj4-*.cmake
|
2024-01-06 10:32:48 +01:00
|
|
|
%doc ChangeLog NEWS README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:32:48 +01:00
|
|
|
* Tue Sep 08 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.2-2mamba
|
|
|
|
- rebuilt using cmake
|
|
|
|
|
|
|
|
* Mon Jul 06 2020 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 14 2020 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Feb 01 2020 Automatic Build System <autodist@mambasoft.it> 6.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 23 2019 Automatic Build System <autodist@mambasoft.it> 6.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 04 2019 Automatic Build System <autodist@mambasoft.it> 6.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jul 06 2019 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 01 2018 Automatic Build System <autodist@mambasoft.it> 5.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 23 2018 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 22 2016 Automatic Build System <autodist@mambasoft.it> 4.9.3-2mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 22 2016 Automatic Build System <autodist@mambasoft.it> 4.9.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jan 09 2016 Automatic Build System <autodist@mambasoft.it> 4.9.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 17 2015 Automatic Build System <autodist@mambasoft.it> 4.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:32:48 +01:00
|
|
|
* Wed Nov 14 2012 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Nov 05 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 4.7.0-1mamba
|
|
|
|
- package created by autospec
|