Fix build error.

This commit is contained in:
Ankur Sinha (Ankur Sinha Gmail) 2015-05-06 18:37:26 +01:00
parent 2e9d7171be
commit 81c7cd00db
No known key found for this signature in database
GPG Key ID: F8D8C0BEBAC898BD
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: ncmpcpp
Version: 0.6.4
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Clone of ncmpc with new features and written in C++
Group: Applications/Multimedia
License: GPLv2+
@ -29,7 +29,6 @@ use search screen, media library screen, lyrics screen and more.
%build
BOOST_LIB_SUFFIX=""; export BOOST_LIB_SUFFIX ;
./autogen.sh
%configure --disable-static --enable-clock --with-taglib --with-curl --enable-visualizer --enable-outputs
make %{?_smp_mflags}
@ -46,6 +45,9 @@ make DESTDIR="%{buildroot}" INSTALL="install -p" docdir=%{?_pkgdocdir}%{!?_pkgdo
%changelog
* Wed May 06 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.6.4-2
- autogen was breaking the build on f22 somehow.
* Wed May 06 2015 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.6.4-1
- Update to latest upstream release