Fix build error.
This commit is contained in:
parent
2e9d7171be
commit
81c7cd00db
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user