BR: gcc-c++
.spec cosmetics %build: --disable-silent-rules use %make_build %make_install
This commit is contained in:
parent
2b8866f173
commit
41576d7fa9
@ -1,15 +1,15 @@
|
||||
Name: pavucontrol
|
||||
Version: 3.0
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: Volume control for PulseAudio
|
||||
|
||||
Group: Applications/Multimedia
|
||||
License: GPLv2+
|
||||
URL: http://freedesktop.org/software/pulseaudio/%{name}
|
||||
Source0: http://freedesktop.org/software/pulseaudio/%{name}/%{name}-%{version}.tar.xz
|
||||
# Fix icons with adwaita-icon-theme
|
||||
Patch0: 0001-Use-freedesktop.org-standard-icon-name.patch
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: pulseaudio-libs-devel >= 3.0
|
||||
BuildRequires: gtkmm30-devel
|
||||
BuildRequires: libsigc++20-devel lynx
|
||||
@ -28,12 +28,13 @@ of each playback stream separately.
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
%configure
|
||||
make V=1 %{?_smp_mflags}
|
||||
%configure \
|
||||
--disable-silent-rules
|
||||
|
||||
%make_build V=1
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make V=1 install DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install V=1
|
||||
|
||||
rm $RPM_BUILD_ROOT/usr/share/doc/pavucontrol/README
|
||||
rm $RPM_BUILD_ROOT/usr/share/doc/pavucontrol/README.html
|
||||
@ -52,6 +53,12 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/pavucontrol.deskto
|
||||
%{_datadir}/applications/pavucontrol.desktop
|
||||
|
||||
%changelog
|
||||
* Wed Mar 07 2018 Rex Dieter <rdieter@fedoraproject.org> - 3.0-12
|
||||
- BR: gcc-c++
|
||||
- .spec cosmetics
|
||||
- %%build: --disable-silent-rules
|
||||
- use %%make_build %%make_install
|
||||
|
||||
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user