Updated to 2.0
- Made the make calls verbose - Dropped explicit pulsaudio-libs dependency - Updated the version in the pulseaudio-libs-devel BR
This commit is contained in:
parent
adb5f6de46
commit
820093e764
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
pavucontrol-0.9.10.tar.gz
|
||||
/pavucontrol-1.0.tar.xz
|
||||
/pavucontrol-2.0.tar.xz
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: pavucontrol
|
||||
Version: 1.0
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Volume control for PulseAudio
|
||||
|
||||
Group: Applications/Multimedia
|
||||
@ -8,13 +8,12 @@ License: GPLv2+
|
||||
URL: http://freedesktop.org/software/pulseaudio/%{name}
|
||||
Source0: http://freedesktop.org/software/pulseaudio/%{name}/%{name}-%{version}.tar.xz
|
||||
|
||||
BuildRequires: pulseaudio-libs-devel >= 0.9.15-3.test4
|
||||
BuildRequires: pulseaudio-libs-devel >= 3.0
|
||||
BuildRequires: gtkmm30-devel libglademm24-devel
|
||||
BuildRequires: libsigc++20-devel lynx
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libcanberra-devel
|
||||
BuildRequires: intltool
|
||||
Requires: pulseaudio-libs >= 0.9.15-3.test5
|
||||
|
||||
%description
|
||||
PulseAudio Volume Control (pavucontrol) is a simple GTK based volume control
|
||||
@ -27,11 +26,11 @@ of each playback stream separately.
|
||||
|
||||
%build
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
make V=1 %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make install DESTDIR=$RPM_BUILD_ROOT
|
||||
make V=1 install DESTDIR=$RPM_BUILD_ROOT
|
||||
|
||||
rm $RPM_BUILD_ROOT/usr/share/doc/pavucontrol/README
|
||||
rm $RPM_BUILD_ROOT/usr/share/doc/pavucontrol/README.html
|
||||
@ -51,6 +50,12 @@ desktop-file-install \
|
||||
%{_datadir}/applications/pavucontrol.desktop
|
||||
|
||||
%changelog
|
||||
* Sat Mar 09 2013 Julian Sikorski <belegdol@fedoraproject.org> - 2.0-1
|
||||
- Updated to 2.0
|
||||
- Made the make calls verbose
|
||||
- Dropped explicit pulsaudio-libs dependency
|
||||
- Updated the version in the pulseaudio-libs-devel BR
|
||||
|
||||
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user