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:
Julian Sikorski 2013-03-09 21:50:03 +01:00
parent adb5f6de46
commit 820093e764
3 changed files with 13 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
pavucontrol-0.9.10.tar.gz
/pavucontrol-1.0.tar.xz
/pavucontrol-2.0.tar.xz

View File

@ -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

View File

@ -1 +1 @@
0ab6b13542af9b4417438527d2524316 pavucontrol-1.0.tar.xz
ffefdea76a77f89c6415300b8ad5eb7b pavucontrol-2.0.tar.xz