Disable bootstrap build

el8
Leigh Scott 6 years ago
parent 3206971f94
commit 6c49d5d14b

@ -7,7 +7,7 @@
%global gver .%{gitdate}git%{gitversion}
%global branch stable
%global _with_bootstrap 1
#global _with_bootstrap 1
%{?_with_bootstrap:
%global _without_gpac 1
@ -31,7 +31,7 @@
Summary: H264/AVC video streams encoder
Name: x264
Version: 0.%{api}
Release: 2%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
Release: 3%{?gver}%{?_with_bootstrap:_bootstrap}%{?dist}
License: GPLv2+
URL: https://www.videolan.org/developers/x264.html
Source0: %{name}-0.%{api}-%{snapshot}.tar.bz2
@ -203,6 +203,9 @@ install -pm644 generic/{AUTHORS,COPYING} %{buildroot}%{_pkgdocdir}/
%endif
%changelog
* Tue Mar 12 2019 Leigh Scott <leigh123linux@googlemail.com> - 0.157-3.20190303git72db437
- Disable bootstrap build
* Tue Mar 12 2019 Leigh Scott <leigh123linux@googlemail.com> - 0.157-2.20190303git72db437_bootstrap
- Do the forgotten bootstrap build

Loading…
Cancel
Save