update to 1.3.1 [release 1.3.1-1mamba;Sat May 14 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 07:09:42 +01:00
parent e12485c594
commit 3a52a8e3c0

View File

@ -1,20 +1,21 @@
%define gittag %(echo %version | tr . _)
Name: minidlna Name: minidlna
Version: 1.3.0 Version: 1.3.1
Release: 2mamba Release: 1mamba
Summary: A simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients Summary: A simple media server software, with the aim of being fully compliant with DLNA/UPnP-AV clients
Group: Applications/Multimedia Group: Applications/Multimedia
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://sourceforge.net/projects/minidlna/ 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 Source1: minidlna.service
Source2: minidlna.sysusers Source2: minidlna.sysusers
Source3: minidlna.tmpfiles Source3: minidlna.tmpfiles
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libavcodec-ffmpeg-devel BuildRequires: libavcodec-ffmpeg-devel
BuildRequires: libavformat-ffmpeg-devel BuildRequires: libavformat-ffmpeg-devel
BuildRequires: libavutil-ffmpeg-devel BuildRequires: libavutil-ffmpeg-devel
@ -28,7 +29,6 @@ BuildRequires: libvorbis-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
%systemd_requires %systemd_requires
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %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. 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 %debug_package
%prep %prep
%setup -q %setup -q -n git-%{version}
./autogen.sh
%build %build
%configure %configure
@ -88,6 +89,9 @@ install -Dm644 minidlnad.8 %{buildroot}%{_mandir}/man8/minidlnad.8
%doc AUTHORS COPYING %doc AUTHORS COPYING
%changelog %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 * Fri Feb 12 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
- install configuration files, systemd service, man pages - install configuration files, systemd service, man pages