forked from pool/pim-data-exporter
Make a merry car great again
OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/pim-data-exporter?expand=0&rev=19
This commit is contained in:
parent
4efd08d617
commit
48b9f5a72f
@ -16,6 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%bcond_without lang
|
||||||
|
|
||||||
Name: pim-data-exporter
|
Name: pim-data-exporter
|
||||||
Version: 17.03.90
|
Version: 17.03.90
|
||||||
Release: 0
|
Release: 0
|
||||||
@ -65,6 +67,10 @@ ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
|
|||||||
%description
|
%description
|
||||||
This package contains utlities needed by KDE PIM to export data for backup and archival.
|
This package contains utlities needed by KDE PIM to export data for backup and archival.
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%lang_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -74,6 +80,10 @@ This package contains utlities needed by KDE PIM to export data for backup and a
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%kf5_makeinstall -C build
|
%kf5_makeinstall -C build
|
||||||
|
%if %{with lang}
|
||||||
|
%find_lang %{name} --with-man --all-name
|
||||||
|
%kf5_find_htmldocs
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -91,4 +101,9 @@ This package contains utlities needed by KDE PIM to export data for backup and a
|
|||||||
%{_kf5_htmldir}/en/pimsettingexporter/
|
%{_kf5_htmldir}/en/pimsettingexporter/
|
||||||
%{_datadir}/kconf_update/
|
%{_datadir}/kconf_update/
|
||||||
|
|
||||||
|
%if %{with lang}
|
||||||
|
%files lang -f %{name}.lang
|
||||||
|
%doc COPYING*
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user