RPM packaging: update arts

pull/3/head
François Andriot 10 years ago
parent 908d9fc1fe
commit ea39d21592

@ -153,6 +153,7 @@ playing a wave file with some effects.
%doc COPYING.LIB %doc COPYING.LIB
%dir %{tde_libdir}/mcop %dir %{tde_libdir}/mcop
%dir %{tde_libdir}/mcop/Arts %dir %{tde_libdir}/mcop/Arts
%dir %{tde_libdir}/mcop/Arts/Environment
%{tde_libdir}/mcop/Arts/* %{tde_libdir}/mcop/Arts/*
%{tde_libdir}/mcop/*.mcopclass %{tde_libdir}/mcop/*.mcopclass
%{tde_libdir}/mcop/*.mcoptype %{tde_libdir}/mcop/*.mcoptype
@ -241,7 +242,7 @@ intended for systems running the Pulseaudio server.
########## ##########
%if 0%{?pclinuxos} %if 0%{?pclinuxos} || 0%{?suse_version} && 0%{?opensuse_bs} == 0
%debug_package %debug_package
%endif %endif
@ -306,6 +307,9 @@ EOF
chmod 644 "%{?buildroot}%{tde_datadir}/config/kcmartsrc" chmod 644 "%{?buildroot}%{tde_datadir}/config/kcmartsrc"
%endif %endif
# Add supplementary folders
%__install -d -m 755 "%{?buildroot}%{tde_libdir}/mcop/Arts/Environment"
%clean %clean
%__rm -rf %{?buildroot} %__rm -rf %{?buildroot}

Loading…
Cancel
Save