%global debug_package %{nil}

Name:		pavolume-git
Version:	f52c9614b51ac2190c98988f64f6f68fd194d9f7
Release:	1%{?dist}
Summary:	CLI tool to change the volume of the default audio sink of PulseAudi

License:	GPLv3
URL:		https://github.com/florv/pavolume
Source0:	https://github.com/florv/pavolume/archive/f52c9614b51ac2190c98988f64f6f68fd194d9f7.zip

BuildRequires:	gcc
BuildRequires:	make
BuildRequires:	pulseaudio-libs-devel

%description
Small command-line tool allowing you to change the volume of the default audio
sink of the PulseAudio server.

%prep
%autosetup -n pavolume-%{version}

%build
make

%install
mkdir -p %{buildroot}%{_bindir}/
cp -p pavolume %{buildroot}%{_bindir}/

%files
%license LICENSE
%doc README.md
%{_bindir}/pavolume

%changelog
* Mon Oct 30 2017 Timothée Floure <fnux@fedoraproject.org> - f52c9614b51ac2190c98988f64f6f68fd194d9f7-1
- Let there be package.