[lua-penlight] build with docs now

Tom Callaway spot at fedoraproject.org
Fri Jan 16 21:10:25 UTC 2015


commit e5776fdd22e1a057b770bffa10291f8862d085e4
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Jan 16 16:10:44 2015 -0500

    build with docs now

 lua-penlight.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lua-penlight.spec b/lua-penlight.spec
index ed0cd5e..910468c 100644
--- a/lua-penlight.spec
+++ b/lua-penlight.spec
@@ -10,13 +10,13 @@
 %global luapkgdir %{_datadir}/lua/%{luaver}
 
 # there's a circular (build) dependency with lua-ldoc
-%global with_docs 0
+%global with_docs 1
 
 %{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
 
 Name:		lua-penlight
 Version:	1.3.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:	Penlight Lua Libraries
 License:	MIT
 URL:		https://github.com/stevedonovan/Penlight
@@ -115,6 +115,9 @@ LUA_PATH="%{buildroot}%{luapkgdir}/?/init.lua;%{buildroot}%{luapkgdir}/?.lua;;"
 
 
 %changelog
+* Fri Jan 16 2015 Tom Callaway <spot at fedoraproject.org> - 1.3.1-4
+- build with docs
+
 * Fri Jan 16 2015 Tom Callaway <spot at fedoraproject.org> - 1.3.1-3
 - rebuild for lua 5.3
 


More information about the scm-commits mailing list