JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
Name: voiceman-media-ru Version: 20111127 Release: alt1.qa2 BuildArch: noarch License: GPL Group: Sound Summary: makes speech notification about inserted removable media in Russian through VoiceMan Conflicts: voiceman-media Source0: %name-%version.tar.gz Requires: udev-rules voiceman vorbis-tools %description This package contains script for handling UDEV events and producing speech notifications in Russian of any newly inserted removable media. %prep %setup -q %install %__install -pD -m 644 %name.rules %buildroot%{_udevrulesdir}/50-%name.rules %__install -pD -m 755 %name %buildroot%_bindir/%name %__install -pD -m 644 media.ogg %buildroot%_datadir/sounds/voiceman/media.ogg %files %{_udevrulesdir}/* %_bindir/* %_datadir/sounds/voiceman/* %changelog * Wed Feb 28 2024 Ivan A. Melnikov <iv@altlinux.org> 20111127-alt1.qa2 - NMU: replace egrep with grep -E (fixes unmets on /bin/egrep) * Fri Mar 24 2023 Igor Vlasenko <viy@altlinux.org> 20111127-alt1.qa1 - fixed udevrulesdir * Sun Nov 27 2011 Michael Pozhidaev <msp@altlinux.ru> 20111127-alt1 - Notifications are disabled without logged in users * Mon Nov 21 2011 Michael Pozhidaev <msp@altlinux.ru> 20111121-alt1 - Initial package for ALT Linux