Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kgpg?expand=0&rev=60
This commit is contained in:
parent
ededd5e053
commit
faae6b4b5a
14
kgpg.spec
14
kgpg.spec
@ -15,6 +15,7 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: kgpg
|
Name: kgpg
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
@ -63,6 +64,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
%description
|
%description
|
||||||
Kgpg is a simple GUI for gpg
|
Kgpg is a simple GUI for gpg
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n kgpg-%{version}
|
%setup -q -n kgpg-%{version}
|
||||||
%patch1
|
%patch1
|
||||||
@ -74,6 +79,10 @@ Kgpg is a simple GUI for gpg
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
#suse_update_desktop_file org.kde.kgpg.deskt Utility Security
|
#suse_update_desktop_file org.kde.kgpg.deskt Utility Security
|
||||||
|
|
||||||
%files
|
%files
|
||||||
@ -92,4 +101,9 @@ Kgpg is a simple GUI for gpg
|
|||||||
%{_kf5_configdir}/autostart/org.kde.kgpg.desktop
|
%{_kf5_configdir}/autostart/org.kde.kgpg.desktop
|
||||||
%{_kf5_kxmlguidir}/kgpg/
|
%{_kf5_kxmlguidir}/kgpg/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user