Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kio_audiocd?expand=0&rev=44
This commit is contained in:
Luca Beltrame 2017-04-15 13:28:24 +00:00 committed by Git OBS Bridge
parent e73ff6254a
commit 35fe1f7b07

View File

@ -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: kio_audiocd Name: kio_audiocd
Version: 17.03.90 Version: 17.03.90
@ -53,6 +54,10 @@ Requires: %{name} = %{version}
%description devel %description devel
This package contains the development files for the audiocd kio slave This package contains the development files for the audiocd kio slave
%if %{with lang}
%lang_package
%endif
%prep %prep
%setup -q -n audiocd-kio-%{version} %setup -q -n audiocd-kio-%{version}
@ -62,6 +67,10 @@ This package contains the development files for the audiocd kio slave
%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
@ -92,4 +101,9 @@ This package contains the development files for the audiocd kio slave
%{_includedir}/audiocdplugins_export.h %{_includedir}/audiocdplugins_export.h
%{_libdir}/libaudiocdplugins.so %{_libdir}/libaudiocdplugins.so
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog %changelog