update to 1.3.1 [release 1.3.1-1mamba;Sat May 14 2022]
This commit is contained in:
parent
e12485c594
commit
3a52a8e3c0
@ -1,20 +1,21 @@
|
||||
%define gittag %(echo %version | tr . _)
|
||||
Name: minidlna
|
||||
Version: 1.3.0
|
||||
Release: 2mamba
|
||||
Version: 1.3.1
|
||||
Release: 1mamba
|
||||
Summary: A simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients
|
||||
Group: Applications/Multimedia
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/minidlna/
|
||||
Source: https://downloads.sourceforge.net/project/minidlna/minidlna/%{version}/minidlna-%{version}.tar.gz
|
||||
Source: https+git://git.code.sf.net/p/minidlna/git/v%{gittag}/git-%{version}.tar.bz2
|
||||
#Source: https://downloads.sourceforge.net/project/minidlna/minidlna/%{version}/minidlna-%{version}.tar.gz
|
||||
Source1: minidlna.service
|
||||
Source2: minidlna.sysusers
|
||||
Source3: minidlna.tmpfiles
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libavcodec-ffmpeg-devel
|
||||
BuildRequires: libavformat-ffmpeg-devel
|
||||
BuildRequires: libavutil-ffmpeg-devel
|
||||
@ -28,7 +29,6 @@ BuildRequires: libvorbis-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%systemd_requires
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
ReadyMedia (formerly known as MiniDLNA) is a simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients. It is developed by a NETGEAR employee for the ReadyNAS product line.
|
||||
@ -36,7 +36,8 @@ ReadyMedia (formerly known as MiniDLNA) is a simple media server software, with
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n git-%{version}
|
||||
./autogen.sh
|
||||
|
||||
%build
|
||||
%configure
|
||||
@ -88,6 +89,9 @@ install -Dm644 minidlnad.8 %{buildroot}%{_mandir}/man8/minidlnad.8
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%changelog
|
||||
* Sat May 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.1-1mamba
|
||||
- update to 1.3.1
|
||||
|
||||
* Fri Feb 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
||||
- install configuration files, systemd service, man pages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user