automatic version update by autodist [release 3.0.0-1mamba;Wed Dec 11 2019]
This commit is contained in:
parent
13fd4dc658
commit
2fd9f99e63
23
postgis.spec
23
postgis.spec
@ -1,6 +1,6 @@
|
|||||||
%define apiver %(echo %version | cut -d. -f1-2)
|
%define apiver %(echo %version | cut -d. -f1-2)
|
||||||
Name: postgis
|
Name: postgis
|
||||||
Version: 2.5.3
|
Version: 3.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database
|
Summary: PostGIS adds support for geographic objects to the PostgreSQL object-relational database
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -56,24 +56,23 @@ PostGIS adds support for geographic objects to the PostgreSQL object-relational
|
|||||||
%{_bindir}/raster2pgsql
|
%{_bindir}/raster2pgsql
|
||||||
%{_bindir}/pgsql2shp
|
%{_bindir}/pgsql2shp
|
||||||
%{_bindir}/shp2pgsql
|
%{_bindir}/shp2pgsql
|
||||||
%{_libdir}/liblwgeom-%{apiver}.so.*
|
%dir %{_libdir}/postgresql
|
||||||
%{_libdir}/liblwgeom.a
|
%{_libdir}/postgresql/*.so
|
||||||
%{_libdir}/postgresql/address_standardizer.so
|
|
||||||
%{_libdir}/postgresql/postgis_topology-%{apiver}.so
|
|
||||||
%{_libdir}/postgresql/postgis-%{apiver}.so
|
|
||||||
%{_libdir}/postgresql/rtpostgis-%{apiver}.so
|
|
||||||
%dir %{_datadir}/postgresql
|
%dir %{_datadir}/postgresql
|
||||||
%{_datadir}/postgresql/*
|
%{_datadir}/postgresql/*
|
||||||
%{_datadir}/doc/postgresql/extension/README.address_standardizer
|
%{_datadir}/doc/postgresql/extension/README.address_standardizer
|
||||||
%doc COPYING CREDITS
|
%doc COPYING CREDITS
|
||||||
|
|
||||||
%files devel
|
#%files devel
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{_includedir}/*.h
|
#%{_includedir}/*.h
|
||||||
%{_libdir}/liblwgeom.la
|
#%{_libdir}/liblwgeom.la
|
||||||
%{_libdir}/liblwgeom.so
|
#%{_libdir}/liblwgeom.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Dec 11 2019 Automatic Build System <autodist@mambasoft.it> 3.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Sep 19 2019 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
* Thu Sep 19 2019 Automatic Build System <autodist@mambasoft.it> 2.5.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user