rebuilt using cmake [release 6.3.2-2mamba;Tue Sep 08 2020]
This commit is contained in:
parent
c5e48ee92b
commit
229eea2026
87
proj.spec
87
proj.spec
@ -1,6 +1,6 @@
|
||||
Name: proj
|
||||
Version: 4.8.0
|
||||
Release: 1mamba
|
||||
Version: 6.3.2
|
||||
Release: 2mamba
|
||||
Summary: Cartographic Projections Library
|
||||
Group: System/Tools
|
||||
Vendor: openmamba
|
||||
@ -10,10 +10,14 @@ 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
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libsqlite-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@ -35,34 +39,40 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Cartographic Projections Library.
|
||||
This package contains static libraries and header files need for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
#%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
%cmake -d build
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
%makeinstall -C build
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/cct
|
||||
%{_bindir}/cs2cs
|
||||
%{_bindir}/geod
|
||||
%{_bindir}/invgeod
|
||||
%{_bindir}/invproj
|
||||
%{_bindir}/nad2bin
|
||||
#%{_bindir}/nad2nad
|
||||
%{_bindir}/gie
|
||||
#%{_bindir}/invgeod
|
||||
#%{_bindir}/invproj
|
||||
%{_bindir}/proj
|
||||
%{_mandir}/man1/cs2cs.1.gz
|
||||
%{_mandir}/man1/geod.1.gz
|
||||
#%{_mandir}/man1/nad2nad.1.gz
|
||||
%{_mandir}/man1/proj.1.gz
|
||||
%{_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*
|
||||
|
||||
%files -n libproj
|
||||
%defattr(-,root,root)
|
||||
@ -75,14 +85,55 @@ This package contains static libraries and header files need for development.
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/libproj.a
|
||||
%{_libdir}/libproj.la
|
||||
%dir %{_includedir}/proj
|
||||
%{_includedir}/proj/*.hpp
|
||||
%{_libdir}/libproj.so
|
||||
%{_mandir}/man3/pj_init.3.gz
|
||||
%{_libdir}/pkgconfig/proj.pc
|
||||
%{_mandir}/man3/pj_init.3*
|
||||
%{_mandir}/man3/geodesic.3*
|
||||
%dir %{_libdir}/cmake/proj4
|
||||
%{_libdir}/cmake/proj4/proj4-*.cmake
|
||||
%doc ChangeLog NEWS README
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Wed Nov 14 2012 Automatic Build System <autodist@mambasoft.it> 4.8.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user