mirror of
https://abf.rosa.ru/djam/minidlna.git
synced 2025-02-23 23:22:53 +00:00
Automatic import for version 1.0.23
This commit is contained in:
parent
f2479dd85d
commit
f87959e76e
3 changed files with 24 additions and 9 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
|||
sources:
|
||||
"minidlna_1.0.22_src.tar.gz": 21bb1004f2dc22a91cd792827c7ae779de56917c
|
||||
"minidlna_1.0.23_src.tar.gz": 354d35ffd43249a7cea6a6ce316ceb2623bf8cde
|
||||
|
|
0
initscript
Executable file → Normal file
0
initscript
Executable file → Normal file
|
@ -1,7 +1,11 @@
|
|||
%if "%{_unitdir}" == "%%{unitdir}"
|
||||
%define %{_unitdir} /lib/systemd/system
|
||||
%endif
|
||||
|
||||
Summary: A DLNA/UPnP-AV compliant media server
|
||||
Name: minidlna
|
||||
Version: 1.0.22
|
||||
Release: %mkrel 4
|
||||
Version: 1.0.23
|
||||
Release: %mkrel 2
|
||||
URL: http://sourceforge.net/projects/minidlna/
|
||||
Group: Networking/Other
|
||||
License: GPL
|
||||
|
@ -20,9 +24,12 @@ BuildRequires: libflac-devel
|
|||
BuildRequires: libid3tag-devel
|
||||
BuildRequires: libexif-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libsqlite3-devel
|
||||
BuildRequires: libffmpeg-devel
|
||||
BuildRequires: sqlite3-devel
|
||||
BuildRequires: ffmpeg-devel
|
||||
BuildRequires: libvorbis-devel
|
||||
BuildRequires: systemd-units
|
||||
Requires(post): rpm-helper
|
||||
Requires(preun): rpm-helper
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
|
@ -63,10 +70,10 @@ install -D -p -m 0644 %{SOURCE5} %{buildroot}%{_unitdir}/%{name}.service
|
|||
%else
|
||||
install -m 755 -D %{SOURCE1} %{buildroot}%{_initrddir}/minidlna
|
||||
%endif
|
||||
install -m 644 -D %{_sourcedir}/minidlna.conf %{buildroot}%{_sysconfdir}/minidlna.conf
|
||||
install -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/minidlna.conf
|
||||
install -m 755 -D minidlna %{buildroot}%{_sbindir}/minidlna
|
||||
install -m 644 -D %{_sourcedir}/minidlna.1 %{buildroot}%{_mandir}/man1/minidlna.1
|
||||
install -m 644 -D %{_sourcedir}/minidlna.conf.5 %{buildroot}%{_mandir}/man5/minidlna.conf.5
|
||||
install -m 644 -D %{SOURCE3} %{buildroot}%{_mandir}/man1/minidlna.1
|
||||
install -m 644 -D %{SOURCE4} %{buildroot}%{_mandir}/man5/minidlna.conf.5
|
||||
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
@ -92,7 +99,15 @@ rm -rf %{buildroot}
|
|||
|
||||
|
||||
%changelog
|
||||
* Sat Jan 07 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 1.0.22-4mdv2012.0
|
||||
* Sun Feb 05 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 1.0.23-2mdv2012.0
|
||||
+ Revision: 771266
|
||||
- update to new version 1.0.23
|
||||
|
||||
+ Claudio Matsuoka <claudio@mandriva.com>
|
||||
- address rpmlint errors
|
||||
- make spec buildable in 2011 with undefined %%{_unitdir}
|
||||
|
||||
* Sat Jan 07 2012 Tomasz Pawel Gajc <tpg@mandriva.org> 1.0.22-4
|
||||
+ Revision: 758635
|
||||
- obey %%optflags
|
||||
- switch to verbose mode while compiling
|
||||
|
|
Loading…
Add table
Reference in a new issue