[packages/git-lfs] build man with ronn

glen glen at pld-linux.org
Sat Oct 17 10:48:17 CEST 2015


commit 42f23e25e174f6b76e3f063d8758ba6adfc3d7f5
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat Oct 17 11:47:26 2015 +0300

    build man with ronn

 git-lfs.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/git-lfs.spec b/git-lfs.spec
index 8c43952..2a5d0dd 100644
--- a/git-lfs.spec
+++ b/git-lfs.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_with	tests		# build without tests
-%bcond_with	doc		# build manual page
+%bcond_without	doc		# build manual page
 
 Summary:	Git extension for versioning large files
 Name:		git-lfs
@@ -14,7 +14,7 @@ Source0:	https://github.com/github/git-lfs/archive/v%{version}/%{name}-%{version
 URL:		https://git-lfs.github.com/
 BuildRequires:	git-core
 BuildRequires:	golang
-%{?with_doc:BuildRequires:	ruby-ronn}
+%{?with_doc:BuildRequires:	ronn}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_enable_debug_packages 0
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/git-lfs.git/commitdiff/42f23e25e174f6b76e3f063d8758ba6adfc3d7f5



More information about the pld-cvs-commit mailing list