forked from pool/kweathercore
This commit is contained in:
commit
ae6c34686b
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
3
kweathercore-0.7.tar.xz
Normal file
3
kweathercore-0.7.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04dde83ae543163735776dc50edab3510247d4825432840a78fade9b237a79fd
|
||||
size 57016
|
11
kweathercore-0.7.tar.xz.sig
Normal file
11
kweathercore-0.7.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEs8s2ZVJUC+Bu6a2XEZaMRJKMrvwFAmMz+DYACgkQEZaMRJKM
|
||||
rvxVSgf+OcnOyT8WzN+/lvZDYyf+/fBxg9l/dpcgMsgQZ4XMCQRZL3j6NkCib1Cr
|
||||
ecb94UVlePW3QCnuI1p9nLtmVSUrKEJV52RIhLim0XQyiwdRfhNBcM+7a0PqA79S
|
||||
kLfX6Oabq62wASXcV85xD6ss00f+hLDJvyqbV8qQaZbUdhDlCoFmx7xDP3WZ6oO5
|
||||
2WcAAnTTBy+l5C1ZBQMKTARXeWjgKomEZY5Z1CxfvccxFcRmrXgQMAPynkAHegiP
|
||||
noOD87MeOdS4cZANcIkAcxE73gy4zuJc1Nqq7v6Tyc34xrIPywAXAHNfkXCwLepl
|
||||
uTsUWkb77u24t7YOIIEC0el5l8aVLg==
|
||||
=1X++
|
||||
-----END PGP SIGNATURE-----
|
9
kweathercore.changes
Normal file
9
kweathercore.changes
Normal file
@ -0,0 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 20 10:37:02 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 0.7. No changelog.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 20 00:12:54 UTC 2021 - Andrés B.S. <andresbs@opensuse.org>
|
||||
|
||||
- First build
|
BIN
kweathercore.keyring
Normal file
BIN
kweathercore.keyring
Normal file
Binary file not shown.
89
kweathercore.spec
Normal file
89
kweathercore.spec
Normal file
@ -0,0 +1,89 @@
|
||||
#
|
||||
# spec file for package kweathercore
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soversion 5
|
||||
%bcond_without released
|
||||
Name: kweathercore
|
||||
Version: 0.7
|
||||
Release: 0
|
||||
Summary: Library to facilitate retrieval of weather information
|
||||
License: LGPL-2.0-or-later
|
||||
URL: https://invent.kde.org/libraries/kweathercore
|
||||
Source0: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
|
||||
%if %{with released}
|
||||
Source1: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: %{name}.keyring
|
||||
%endif
|
||||
BuildRequires: extra-cmake-modules
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: libqt5-qttools-qhelpgenerator
|
||||
BuildRequires: cmake(KF5Holidays)
|
||||
BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(Qt5Core) >= 5.12.0
|
||||
BuildRequires: cmake(Qt5Network)
|
||||
BuildRequires: cmake(Qt5Positioning)
|
||||
|
||||
%description
|
||||
Get weather forecast and alerts anywhere on the earth easy. KWeatherCore
|
||||
provides you a highly abstracted library for things related to weather:
|
||||
Get local weather forecast, get weather of a location by name or coordinate,
|
||||
get sunrise/set moonrise/set and many more informations about a location.
|
||||
|
||||
%package -n libKF5KWeatherCore%{soversion}
|
||||
Summary: Library to facilitate retrieval of weather information
|
||||
|
||||
%description -n libKF5KWeatherCore%{soversion}
|
||||
Shared objects for kweathercore.
|
||||
Get weather forecast and alerts anywhere on the earth easy. KWeatherCore
|
||||
provides you a highly abstracted library for things related to weather:
|
||||
Get local weather forecast, get weather of a location by name or coordinate,
|
||||
get sunrise/set moonrise/set and many more informations about a location.
|
||||
|
||||
%package devel
|
||||
Summary: Development headers for kweathercore
|
||||
Requires: libKF5KWeatherCore%{soversion} = %{version}
|
||||
|
||||
%description devel
|
||||
Required headers to build components based on kweathercore.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build -- -DBUILD_QCH=ON
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
|
||||
%ldconfig_scriptlets -n libKF5KWeatherCore%{soversion}
|
||||
|
||||
%files -n libKF5KWeatherCore%{soversion}
|
||||
%license LICENSES/*
|
||||
%{_kf5_libdir}/libKF5KWeatherCore.so.*
|
||||
|
||||
%files devel
|
||||
%{_kf5_cmakedir}/KF5KWeatherCore/
|
||||
%{_kf5_includedir}/KWeatherCore/
|
||||
%{_kf5_includedir}/kweathercore_version.h
|
||||
%{_kf5_libdir}/libKF5KWeatherCore.so
|
||||
%{_kf5_mkspecsdir}/qt_KWeatherCore.pri
|
||||
%{_kf5_sharedir}/doc/qch/
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user