[rakudo-star] fix f20 doc file issue

Gerd Pokorra gerd at fedoraproject.org
Wed Aug 7 09:50:22 UTC 2013


commit 4fa2c6d896074227fbef4778cb529a0883e9dcc0
Author: gerd <gp at zimt.uni-siegen.de>
Date:   Wed Aug 7 11:17:31 2013 +0200

    fix f20 doc file issue

 rakudo-star.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/rakudo-star.spec b/rakudo-star.spec
index 04e9aca..d5808e8 100644
--- a/rakudo-star.spec
+++ b/rakudo-star.spec
@@ -8,7 +8,7 @@
 
 Name:           rakudo-star
 Version:        0.0.%{year}.%{month}_%{parrot_version}
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Rakudo, Perl6-modules and documentation
 License:        Artistic 2.0
 Group:          Development/Languages
@@ -72,7 +72,7 @@ The documentation includes a PDF-document that describes the using of Perl 6.
 
 
 # Rakudo installation
-%{__sed} -i -e 's&$(DESTDIR)$(DOCDIR)/rakudo&$(DESTDIR)$(DOCDIR)/rakudo-star-%{version}&' rakudo/Makefile
+%{__sed} -i -e 's&$(DESTDIR)$(DOCDIR)/rakudo&$(DESTDIR)$(DOCDIR)/rakudo-star-%{version}/rakudo&' rakudo/Makefile
 
 %{__make} rakudo-install DESTDIR=$RPM_BUILD_ROOT
 
@@ -162,6 +162,10 @@ prove -e ./perl6 -r modules/xml-writer/t
 
 %files
 %defattr(-,root,root,-)
+#
+# fix f20 doc file issue
+%{_docdir}/rakudo-star-%{version}/rakudo
+#
 %doc LICENSE README docs/CREDITS docs/cheatsheet.txt docs/UsingPerl6-draft.pdf
 %{_bindir}/perl6
 %{parrot_dynext}/perl6_group.so
@@ -183,6 +187,9 @@ prove -e ./perl6 -r modules/xml-writer/t
 
 
 %changelog
+* Tue Aug 06 2013 Gerd Pokorra <gp at zimt.uni-siegen.de> - 0.0.2013.05_5.2.0-3
+- fix f20 doc file issue
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.2013.05_5.2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list