[libnjb] Additional fix for unversioned docdirs (#1106046)

Yaakov Selkowitz yselkowitz at fedoraproject.org
Tue Jul 8 05:13:13 UTC 2014


commit 95e805d8bab233d5ecfeb9f3947fb1cdaa456cf6
Author: Yaakov Selkowitz <yselkowitz at users.sourceforge.net>
Date:   Thu Jul 3 12:22:11 2014 -0500

    Additional fix for unversioned docdirs (#1106046)

 libnjb.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libnjb.spec b/libnjb.spec
index 8d36ccd..9a4d847 100644
--- a/libnjb.spec
+++ b/libnjb.spec
@@ -5,7 +5,7 @@
 
 Name:		libnjb
 Version:	2.2.7
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	A software library for talking to the Creative Nomad Jukeboxes and Dell DJs
 URL:		http://libnjb.sourceforge.net/
 
@@ -57,7 +57,7 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT pkgdocdir=%{_pkgdocdir}
 # Remove libtool archive remnant
 rm -f $RPM_BUILD_ROOT%{_libdir}/libnjb.la
 # Install udev rules file.
@@ -102,6 +102,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jul 03 2014 Yaakov Selkowitz <yselkowi at redhat.com> - 2.2.7-8
+- Additional fix for unversioned docdirs (#1106046)
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2.7-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list