Accepting request 258516 from multimedia:apps
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/258516 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pulseaudio-equalizer?expand=0&rev=3
This commit is contained in:
commit
04af1ed481
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 20 12:17:15 UTC 2014 - sor.alexei@meowr.ru
|
||||
|
||||
- Add .desktop database update.
|
||||
- Spec cleanup.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 17 16:32:54 UTC 2014 - sor.alexei@meowr.ru
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: pulseaudio-equalizer
|
||||
Version: 2.7.0.2
|
||||
Release: 0
|
||||
@ -23,7 +24,6 @@ License: GPL-3.0+
|
||||
Group: Productivity/Multimedia/Sound/Mixers
|
||||
Url: http://ubuntuforums.org/showthread.php?t=1308838
|
||||
Source: http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu/pool/main/p/%{name}/%{name}_%{version}.orig.tar.gz
|
||||
|
||||
# PATCH-FIX-UPSTREAM 0001-pulse-path.patch webupd8@gmail.com -- Update path to PulseAudio files to a new one
|
||||
Patch0: 0001-pulse-path.patch
|
||||
# PATCH-FIX-UPSTREAM 0002-remove-preamp.patch webupd8@gmail.com -- Remove preamp
|
||||
@ -36,15 +36,13 @@ Patch3: 0004-do-not-crash-on-missing-preset.patch
|
||||
Patch4: 0005-window-icon.patch
|
||||
# PATCH-FIX-UPSTREAM 0006-fix-desktop.patch malcolmlewis@opensuse.org -- Fix .desktop file
|
||||
Patch5: 0006-fix-desktop.patch
|
||||
|
||||
BuildRequires: update-desktop-files
|
||||
Requires: ladspa-swh-plugins
|
||||
Requires: python
|
||||
Requires: python-gtk
|
||||
Requires: python-gnome
|
||||
Requires: pulseaudio-utils >= 4.0
|
||||
Requires: pulseaudio >= 4.0
|
||||
|
||||
Requires: pulseaudio-utils >= 4.0
|
||||
Requires: python
|
||||
Requires: python-gnome
|
||||
Requires: python-gtk
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
@ -71,6 +69,12 @@ install -Dm 0644 .%{_datadir}/%{name}/presets/* %{buildroot}%{_datadir}/%{name}/
|
||||
install -Dm 0644 .%{_datadir}/applications/%{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
%suse_update_desktop_file %{name}
|
||||
|
||||
%post
|
||||
%desktop_database_post
|
||||
|
||||
%postun
|
||||
%desktop_database_postun
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/%{name}*
|
||||
|
Loading…
Reference in New Issue
Block a user