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:
parent
e73ff6254a
commit
35fe1f7b07
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
%bcond_without lang
|
||||
|
||||
Name: kio_audiocd
|
||||
Version: 17.03.90
|
||||
@ -53,6 +54,10 @@ Requires: %{name} = %{version}
|
||||
%description devel
|
||||
This package contains the development files for the audiocd kio slave
|
||||
|
||||
%if %{with lang}
|
||||
%lang_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n audiocd-kio-%{version}
|
||||
|
||||
@ -62,6 +67,10 @@ This package contains the development files for the audiocd kio slave
|
||||
|
||||
%install
|
||||
%kf5_makeinstall -C build
|
||||
%if %{with lang}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%kf5_find_htmldocs
|
||||
%endif
|
||||
|
||||
%post -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
|
||||
%{_libdir}/libaudiocdplugins.so
|
||||
|
||||
%if %{with lang}
|
||||
%files lang -f %{name}.lang
|
||||
%doc COPYING*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user