[rkward] Fix the build by fixing the %files section

Pierre-YvesChibon pingou at fedoraproject.org
Tue Oct 25 07:51:26 UTC 2011


commit 8ae1d1183ecb47c799c7ca78029e744a988c42af
Author: Pierre-Yves Chibon <pingou at pingoured.fr>
Date:   Tue Oct 25 09:51:15 2011 +0200

    Fix the build by fixing the %files section

 rkward.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/rkward.spec b/rkward.spec
index 83818ad..219cc80 100644
--- a/rkward.spec
+++ b/rkward.spec
@@ -61,12 +61,10 @@ rm -f $RPM_BUILD_ROOT%{_kde4_appsdir}/katepart/syntax/r.xml
 # already in R-base package
 rm -f $RPM_BUILD_ROOT%{_libdir}/R/library/R.css
 
-
 ## File lists
 # locale's
 %find_lang %{name} --with-kde || touch %{name}.lang
 
-
 %post
 touch --no-create %{_datadir}/icons/hicolor &> /dev/null || :
 
@@ -82,6 +80,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 %files -f %{name}.lang
 %doc README COPYING TODO AUTHORS
+%doc %{_datadir}/doc/HTML/en/rkwardplugins/
 %{_libdir}/R/library/%{name}/
 %{_libdir}/R/library/rkwardtests/
 %{_datadir}/applications/kde4/%{name}.desktop
@@ -92,7 +91,6 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 %{_datadir}/icons/hicolor/64x64/apps/%{name}.png
 %{_datadir}/icons/hicolor/128x128/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svgz
-%{_datadir}/config/%{name}.knsrc
 %{_bindir}/%{name}
 %{_mandir}/man1/rkward.1.gz
 %{_libexecdir}/kde4/rkward.frontend


More information about the scm-commits mailing list