Accepting request 1153497 from Application:Geo
- Update grid data to release 1.16: * no changelog available OBS-URL: https://build.opensuse.org/request/show/1153497 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=42
This commit is contained in:
commit
1a8d5a9fbd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:177fdde749196a5211ee4e74d2b758a9fad2b0a29188e3f58622374f46d11424
|
|
||||||
size 727387470
|
|
3
proj-data-1.16.tar.gz
Normal file
3
proj-data-1.16.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:21a31840c86c23b9926bafebb847bacff8f88728779c3a9bd0f9b2edf8135a01
|
||||||
|
size 728378993
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 29 13:17:48 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update grid data to release 1.16:
|
||||||
|
* no changelog available
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 30 14:24:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 30 14:24:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
10
proj.spec
10
proj.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package proj
|
# spec file for package proj
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,7 +16,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define data_version 1.15
|
%define data_version 1.16
|
||||||
%define sover 25
|
%define sover 25
|
||||||
%define libname lib%{name}%{sover}
|
%define libname lib%{name}%{sover}
|
||||||
Name: proj
|
Name: proj
|
||||||
@ -36,7 +36,6 @@ BuildRequires: pkgconfig(libcurl)
|
|||||||
BuildRequires: pkgconfig(libtiff-4)
|
BuildRequires: pkgconfig(libtiff-4)
|
||||||
BuildRequires: pkgconfig(nlohmann_json)
|
BuildRequires: pkgconfig(nlohmann_json)
|
||||||
BuildRequires: pkgconfig(sqlite3) >= 3.11
|
BuildRequires: pkgconfig(sqlite3) >= 3.11
|
||||||
Provides: libproj = %{version}
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package offers the commandline tools for performing respective
|
This package offers the commandline tools for performing respective
|
||||||
@ -56,8 +55,6 @@ data with a wide range of selectable projection functions.
|
|||||||
Summary: Development files for PROJ
|
Summary: Development files for PROJ
|
||||||
License: MIT
|
License: MIT
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Provides: libproj-devel = %{version}
|
|
||||||
Obsoletes: libproj-devel < %{version}
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains libproj and the appropriate header files and man pages.
|
This package contains libproj and the appropriate header files and man pages.
|
||||||
@ -132,8 +129,7 @@ rm -rf %{buildroot}%{_datadir}/doc/${name}
|
|||||||
%ctest
|
%ctest
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%post -n %{libname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{libname}
|
||||||
%postun -n %{libname} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc NEWS AUTHORS README ChangeLog
|
%doc NEWS AUTHORS README ChangeLog
|
||||||
|
Loading…
Reference in New Issue
Block a user