]> git.pld-linux.org Git - packages/git-lfs.git/commitdiff
build man with ronn
authorElan Ruusamäe <glen@delfi.ee>
Sat, 17 Oct 2015 08:47:26 +0000 (11:47 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 17 Oct 2015 08:48:05 +0000 (11:48 +0300)
git-lfs.spec

index 8c4395230cbcc0ca9beccd26aaa902d9f6c670df..2a5d0dddffa1825dac8bb96848ce991680862060 100644 (file)
@@ -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
This page took 0.059113 seconds and 4 git commands to generate.