64 lines
1.9 KiB
RPMSpec
64 lines
1.9 KiB
RPMSpec
Name: dleyna-core
|
|
Version: 0.6.0
|
|
Release: 5
|
|
Summary: A DLNA-certified open source solution for Linux providing APIs
|
|
License: LGPLv2
|
|
URL: https://01.org/dleyna/
|
|
Source0: https://01.org/sites/default/files/downloads/dleyna/%{name}-%{version}.tar_3.gz
|
|
Patch0: port-to-gupnp-1.2.patch
|
|
Patch1: dleyna-core-Don-t-remove-a-queue-more-than-once.patch
|
|
Patch2: dleyna-core-Make-the-task-processor-more-robust.patch
|
|
|
|
BuildRequires: autoconf automake libtool pkgconfig pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(glib-2.0) pkgconfig(gmodule-2.0) pkgconfig(gupnp-1.2)
|
|
|
|
%description
|
|
dLeyna is a DLNA-certified open source solution for Linux providing APIs
|
|
that make it easy for application and solution builders to incorporate
|
|
DLNA functionality and services into their products.
|
|
|
|
%package devel
|
|
Summary: Development files of dleyna-core
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description devel
|
|
The dleyna-core-devel package is development files of dleyna-core which contains
|
|
libraries and header files for developing applications that use dleyna-core.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
|
|
%build
|
|
autoreconf -f -i
|
|
%configure --disable-silent-rules
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
%delete_la
|
|
|
|
%post
|
|
/sbin/ldconfig
|
|
%postun
|
|
/sbin/ldconfig
|
|
|
|
%files
|
|
%doc AUTHORS ChangeLog README COPYING
|
|
%{_libdir}/libdleyna-core-1.0.so.*
|
|
|
|
%files devel
|
|
%{_libdir}/pkgconfig/%{name}-1.0.pc
|
|
%dir %{_includedir}/dleyna-1.0
|
|
%dir %{_includedir}/dleyna-1.0/libdleyna
|
|
%{_libdir}/libdleyna-core-1.0.so
|
|
%{_includedir}/dleyna-1.0/libdleyna/core
|
|
|
|
%changelog
|
|
* Wed Jun 23 2021 Wenlong Ding <wenlong.ding@turbolinux.com.cn> - 0.6.0-5
|
|
- Port to gupnp-1.2
|
|
- Don't remove a queue more than once
|
|
- Remove any pending task processing handlers when destroying a queue
|
|
|
|
* Tue Apr 21 2020 leiju <leiju4@huawei.com> - 0.6.0-4
|
|
- Package init
|