from Ankur Sinha: fix FTBFS due to docdir change (#992332)

This commit is contained in:
Adam Williamson 2013-11-28 14:03:23 -08:00
parent 71fdc179a3
commit b7ad4f8176
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: ncmpcpp
Version: 0.5.10
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Clone of ncmpc with new features and written in C++
Group: Applications/Multimedia
License: GPLv2+
@ -32,7 +32,7 @@ make %{?_smp_mflags}
%install
make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{version}" install
make DESTDIR="%{buildroot}" INSTALL="install -p" docdir=%{?_pkgdocdir}%{!?_pkgdocdir:%{_docdir}/%{name}-%{version}} install
%files
@ -43,6 +43,9 @@ make DESTDIR="%{buildroot}" INSTALL="install -p" docdir="%{_docdir}/%{name}-%{ve
%changelog
* Thu Nov 28 2013 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.5.10-6
- Fix FTBFS because of doc dir
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.10-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild