import kpeoplevcard-0.1-3.el9

i9ce changed/i9ce/kpeoplevcard-0.1-3.el9
Arkady L. Shane 12 months ago
commit af43345608
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

1
.gitignore vendored

@ -0,0 +1 @@
SOURCES/kpeoplevcard-0.1.tar.xz

@ -0,0 +1 @@
ec56afd1277395165501a12a7b44f1fdb3ba94ea SOURCES/kpeoplevcard-0.1.tar.xz

@ -0,0 +1,64 @@
Name: kpeoplevcard
Version: 0.1
Release: 3%{?dist}
Summary: Expose VCard contacts to KPeople
License: LGPLv2+
URL: https://invent.kde.org/pim/kpeoplevcard
Source: https://download.kde.org/stable/%{name}/%{version}/%{name}-%{version}.tar.xz
BuildRequires: gcc-c++
BuildRequires: cmake
BuildRequires: extra-cmake-modules
BuildRequires: kf5-rpm-macros
BuildRequires: kf5-filesystem
BuildRequires: cmake(KF5Codecs)
BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5Contacts)
BuildRequires: cmake(KF5CoreAddons)
BuildRequires: cmake(KF5I18n)
BuildRequires: cmake(KF5People)
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 %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
%description devel
%{summary}.
%prep
%autosetup -n %{name}-%{version}
%build
%cmake_kf5
%cmake_build
%install
%cmake_install
%files
%license COPYING
%{_qt5_plugindir}/kpeople/datasource/KPeopleVCard.so
%files devel
%{_kf5_libdir}/cmake/KF5PeopleVCard
%changelog
* Sun Jan 14 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1-3
- Rebuilt for MSVSphere 9.3
* Tue Aug 08 2023 Troy Dawson <tdawson@redhat.com> - 0.1-3
- Rebuild for epel9-next
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Sun Jan 16 2022 Onuralp SEZER <thunderbirdtr@fedoraproject.org> - 0.1-1
- Initial package
Loading…
Cancel
Save