Accepting request 102019 from KDE:Distro:Factory
forward OBS-URL: https://build.opensuse.org/request/show/102019 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kgpg?expand=0&rev=1
This commit is contained in:
70
kgpg.spec
Normal file
70
kgpg.spec
Normal file
@@ -0,0 +1,70 @@
|
||||
#
|
||||
# spec file for package kgpg
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# 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 http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Name: kgpg
|
||||
Version: 4.8.0
|
||||
Release: 0
|
||||
License: GPL-2.0+
|
||||
Summary: Encryption Tool
|
||||
Url: http://www.kde.org
|
||||
Group: Productivity/Security
|
||||
Source0: kgpg-%{version}.tar.bz2
|
||||
Patch0: 4_7_BRANCH.diff
|
||||
Patch1: kgpg-autostart.diff
|
||||
BuildRequires: libkdepimlibs4-devel
|
||||
Requires: gpg2
|
||||
Requires: kdepim4-runtime
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%kde4_runtime_requires
|
||||
%kde4_pimlibs_requires
|
||||
|
||||
%description
|
||||
Kgpg is a simple GUI for gpg
|
||||
|
||||
%prep
|
||||
%setup -q -n kgpg-%{version}
|
||||
%patch0
|
||||
%patch1
|
||||
|
||||
%build
|
||||
%cmake_kde4 -d build
|
||||
%make_jobs
|
||||
|
||||
%install
|
||||
cd build
|
||||
%make_install
|
||||
%suse_update_desktop_file kgpg Utility Security
|
||||
%kde_post_install
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING
|
||||
%_kde4_bindir/kgpg
|
||||
%_kde4_applicationsdir/*.desktop
|
||||
%{_datadir}/autostart/*.desktop
|
||||
%{_datadir}/dbus-1/interfaces/*.xml
|
||||
%_kde4_htmldir/en/kgpg/
|
||||
%_kde4_iconsdir/hicolor/*/*/*.png
|
||||
%_kde4_appsdir/kgpg/
|
||||
%_kde4_configkcfgdir/*.kcfg
|
||||
%_kde4_servicesdir/ServiceMenus/*.desktop
|
||||
|
||||
%changelog
|
Reference in New Issue
Block a user