Accepting request 1062662 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/1062662 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=37
This commit is contained in:
commit
9c98fdbd67
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 2 14:15:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- fix license declaration
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 3 20:45:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Sat Dec 3 20:45:00 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package proj
|
# spec file for package proj
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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
|
||||||
@ -46,6 +46,7 @@ data with a wide range of selectable projection functions.
|
|||||||
|
|
||||||
%package -n %{libname}
|
%package -n %{libname}
|
||||||
Summary: Cartographic projection software
|
Summary: Cartographic projection software
|
||||||
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
|
|
||||||
%description -n %{libname}
|
%description -n %{libname}
|
||||||
@ -55,6 +56,7 @@ data with a wide range of selectable projection functions.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for PROJ
|
Summary: Development files for PROJ
|
||||||
|
License: MIT
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{libname} = %{version}
|
Requires: %{libname} = %{version}
|
||||||
Provides: libproj-devel = %{version}
|
Provides: libproj-devel = %{version}
|
||||||
@ -73,7 +75,7 @@ This package contains libproj and the appropriate header files and man pages.
|
|||||||
Summary: %{countryname} datum grids for Proj\
|
Summary: %{countryname} datum grids for Proj\
|
||||||
BuildArch: noarch\
|
BuildArch: noarch\
|
||||||
# See README.DATA \
|
# See README.DATA \
|
||||||
License: BSD-2-Clause and CC0-1.0 and CC-BY-4.0 and CC-BY-SA-4.0 and SUSE-Public-Domain \
|
License: BSD-2-Clause AND CC0-1.0 AND CC-BY-4.0 AND CC-BY-SA-4.0 AND SUSE-Public-Domain \
|
||||||
Supplements: proj\
|
Supplements: proj\
|
||||||
\
|
\
|
||||||
%description data-%{countrycode}\
|
%description data-%{countrycode}\
|
||||||
@ -82,7 +84,7 @@ Supplements: proj\
|
|||||||
%files data-%{countrycode}\
|
%files data-%{countrycode}\
|
||||||
%{wildcard}\
|
%{wildcard}\
|
||||||
%{extrafile}
|
%{extrafile}
|
||||||
|
License: MIT
|
||||||
%data_subpkg -c at -n Austria
|
%data_subpkg -c at -n Austria
|
||||||
%data_subpkg -c au -n Australia
|
%data_subpkg -c au -n Australia
|
||||||
%data_subpkg -c be -n Belgium
|
%data_subpkg -c be -n Belgium
|
||||||
|
Loading…
Reference in New Issue
Block a user