Accepting request 756776 from home:wolfi323:branches:KDE:Extra

Needed by kdeconnect-kde 1.4

OBS-URL: https://build.opensuse.org/request/show/756776
OBS-URL: https://build.opensuse.org/package/show/KDE:Extra/kpeoplevcard?expand=0&rev=1
This commit is contained in:
Christophe Giboudeaux 2019-12-13 10:39:46 +00:00 committed by Git OBS Bridge
commit d5a3bfc9d9
5 changed files with 97 additions and 0 deletions

23
.gitattributes vendored Normal file
View 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
View File

@ -0,0 +1 @@
.osc

3
kpeoplevcard-0.1.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8de5df5a3abeed2b13fc56f33d1846ae5b90adfc2127bc1b0ffa5e300b7663c3
size 13424

5
kpeoplevcard.changes Normal file
View File

@ -0,0 +1,5 @@
-------------------------------------------------------------------
Thu Dec 12 14:32:59 UTC 2019 - Wolfgang Bauer <wbauer@tmo.at>
- Initial package

65
kpeoplevcard.spec Normal file
View File

@ -0,0 +1,65 @@
#
# spec file for package kpeoplevcard
#
# Copyright (c) 2019 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/
#
Name: kpeoplevcard
Version: 0.1
Release: 0
Summary: A vCard plugin for KPeople
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Contacts)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5People) >= 5.62
BuildRequires: cmake(Qt5Test)
BuildRequires: cmake(Qt5Widgets)
%description
Kpeoplevcard provides a datasource plugin for KPeople that reads vCard files
from the local filesystem.
%package devel
Summary: Development files for kpeoplevcard, a vCard plugin for KPeople
Group: Development/Libraries/KDE
%description devel
Development files for kpeoplevcard, a datasource plugin for KPeople that reads
vCard files from the local filesystem.
%prep
%setup -q
%build
%cmake_kf5 -d build
%make_jobs
%install
%kf5_makeinstall -C build
%files
%license COPYING
%{_kf5_plugindir}/kpeople/
%files devel
%{_kf5_cmakedir}/KF5PeopleVCard/
%changelog