Michael Vetter 2019-01-31 11:05:53 +00:00 committed by Git OBS Bridge
parent 2b30b5b3cc
commit e5183bc1a3

View File

@ -47,6 +47,8 @@ PulseAudio Volume Control (pavucontrol) is a simple volume control tool
tools this one allows you to control both the volume of hardware devices
and of each playback stream separately.
%lang_package
%prep
%setup -q
sed -i '/Name=/s/$/ Qt/' src/%{name}.desktop.in
@ -59,10 +61,16 @@ make %{?_smp_mflags}
%install
%cmake_install
%find_lang %{name} --with-qt
%files
%license LICENSE
%doc AUTHORS CHANGELOG README.md
%{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop
%files lang -f %{name}.lang
%dir %{_datadir}/%{name}
%dir %{_datadir}/%{name}/translations
%changelog