[feh] Add documentation directory to %files

Ben Boeckel mathstuf at fedoraproject.org
Sat Jun 25 03:28:13 UTC 2011


commit a57c0fae3596110ec7a9d878bc9df43a32b8ba3d
Author: Ben Boeckel <MathStuf at gmail.com>
Date:   Fri Jun 24 23:20:51 2011 -0400

    Add documentation directory to %files

 feh.spec |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/feh.spec b/feh.spec
index 7ea6d61..70c9a16 100644
--- a/feh.spec
+++ b/feh.spec
@@ -35,8 +35,8 @@ montages as index prints with many user-configurable options.
 
 %prep
 %setup -q
-%patch0 -p1 -b dejavu
-%patch1 -p1 -b prefix
+%patch0 -p1 -b .dejavu
+%patch1 -p1 -b .prefix
 
 
 %build
@@ -54,8 +54,9 @@ rm -rf %{buildroot}/usr/doc
 %defattr(-,root,root,-)
 %doc AUTHORS COPYING ChangeLog README TODO
 %{_bindir}/*
-%{_datadir}/%{name}
+%{_datadir}/%{name}/
 %{_mandir}/man[^3]/*
+%{_docdir}/%{name}/
 
 
 %changelog


More information about the scm-commits mailing list