disable bootstrap

This commit is contained in:
Rex Dieter 2017-08-07 10:12:54 -05:00
parent 64437a50a8
commit 31e1e2a5e7

View File

@ -1,11 +1,11 @@
# enable bootstrap mode (e.g. disables doc generation)
%global bootstrap 1
#global bootstrap 1
Name: libtheora
Epoch: 1
Version: 1.1.1
Release: 18%{?dist}
Release: 19%{?dist}
Summary: Theora Video Compression Codec
Group: System Environment/Libraries
License: BSD
@ -135,6 +135,9 @@ install -m 755 examples/.libs/png2theora $RPM_BUILD_ROOT/%{_bindir}/png2theora
%changelog
* Mon Aug 07 2017 Rex Dieter <rdieter@fedoraproject.org> - 1:1.1.1-19
- disable bootstrap
* Mon Aug 07 2017 Rex Dieter <rdieter@fedoraproject.org> - 1:1.1.1-18
- support and enable bootstrap mode (ie, no docs)