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:
parent
65aa044bef
commit
a0796cd184
@ -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
|
Fri Apr 21 09:00:15 UTC 2017 - aloisio@gmx.com
|
||||||
|
|
||||||
|
@ -52,7 +52,6 @@ BuildRequires: pkgconfig(zlib)
|
|||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
Requires(pre): group(%{htsgroup})
|
Requires(pre): group(%{htsgroup})
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%{?systemd_requires}
|
%{?systemd_requires}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -74,9 +73,10 @@ echo %{version} > rpm/version
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS_NO_WERROR="yes"
|
export CFLAGS_NO_WERROR="yes"
|
||||||
%configure --disable-dvbscan \
|
%configure \
|
||||||
--disable-ffmpeg_static \
|
--disable-dvbscan \
|
||||||
--disable-hdhomerun_static
|
--disable-ffmpeg_static \
|
||||||
|
--disable-hdhomerun_static
|
||||||
make V=1 %{?_smp_mflags}
|
make V=1 %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user