From 3be54e6cf19bcb7b0675697414e02fe07ae07320 Mon Sep 17 00:00:00 2001 From: NixTux Commit Bot Date: Sat, 4 Jan 2020 04:40:21 +0300 Subject: [PATCH] bot: rpm5 -> rpm4 (1) --- minidlna.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/minidlna.spec b/minidlna.spec index b26ce9f..9c6ba8b 100644 --- a/minidlna.spec +++ b/minidlna.spec @@ -49,7 +49,7 @@ and http://www.dlna.org/ for mode details on DLNA. CPPFLAGS="`pkg-config --cflags libavcodec libavformat libavutil`" export CPPFLAGS ./autogen.sh -%configure2_5x \ +%configure \ --with-log-path=%{_logdir} \ --with-db-path=%{_localstatedir}/cache \ --with-os-name="%{distribution}"\ @@ -59,7 +59,7 @@ export CPPFLAGS %make %install -%makeinstall_std +%make_install install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}.service install -m 644 -D minidlna.conf %{buildroot}%{_sysconfdir}/minidlna.conf