!1 Package init

Merge pull request !1 from 雷炬/master
This commit is contained in:
openeuler-ci-bot 2020-06-20 17:10:54 +08:00 committed by Gitee
commit 79b3652325
3 changed files with 59 additions and 0 deletions

BIN
dleyna-core-0.6.0.tar_3.gz Normal file

Binary file not shown.

55
dleyna-core.spec Normal file
View File

@ -0,0 +1,55 @@
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

4
dleyna-core.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: intel/dleyna-core
tag_prefix: ^v
seperator: .