SHA256
1
0
forked from pool/tvheadend

- Small spec file adjustments

OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/tvheadend?expand=0&rev=14
This commit is contained in:
Martin Pluskal 2017-04-21 12:54:56 +00:00 committed by Git OBS Bridge
parent 65aa044bef
commit a0796cd184
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 21 12:54:35 UTC 2017 - mpluskal@suse.com
- Small spec file adjustments
-------------------------------------------------------------------
Fri Apr 21 09:00:15 UTC 2017 - aloisio@gmx.com

View File

@ -52,7 +52,6 @@ BuildRequires: pkgconfig(zlib)
%if 0%{?suse_version} > 1320
Requires(pre): group(%{htsgroup})
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{?systemd_requires}
%description
@ -74,7 +73,8 @@ echo %{version} > rpm/version
%build
export CFLAGS_NO_WERROR="yes"
%configure --disable-dvbscan \
%configure \
--disable-dvbscan \
--disable-ffmpeg_static \
--disable-hdhomerun_static
make V=1 %{?_smp_mflags}