56 lines
1.5 KiB
RPMSpec
56 lines
1.5 KiB
RPMSpec
Name: dleyna-core
|
|
Version: 0.6.0
|
|
Release: 4
|
|
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
|
|
|
|
BuildRequires: autoconf automake libtool pkgconfig pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(glib-2.0) pkgconfig(gmodule-2.0) pkgconfig(gupnp-1.0)
|
|
|
|
%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
|
|
* Tue Apr 21 2020 leiju <leiju4@huawei.com> - 0.6.0-4
|
|
- Package init
|