Package init
This commit is contained in:
parent
46327bb1bb
commit
637cf073b4
BIN
dleyna-server-0.6.0.tar_2.gz
Normal file
BIN
dleyna-server-0.6.0.tar_2.gz
Normal file
Binary file not shown.
44
dleyna-server.spec
Normal file
44
dleyna-server.spec
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
%global api 1.0
|
||||||
|
|
||||||
|
Name: dleyna-server
|
||||||
|
Version: 0.6.0
|
||||||
|
Release: 4
|
||||||
|
Summary: APIs for discovering Digital Media Servers
|
||||||
|
License: LGPLv2
|
||||||
|
URL: https://01.org/dleyna/
|
||||||
|
Source0: https://01.org/sites/default/files/downloads/dleyna/dleyna-server-%{version}.tar_2.gz
|
||||||
|
BuildRequires: autoconf automake libtool pkgconfig(dleyna-core-1.0) >= 0.5.0
|
||||||
|
BuildRequires: pkgconfig(gio-2.0) >= 2.28 pkgconfig(glib-2.0) >= 2.28
|
||||||
|
BuildRequires: pkgconfig(gobject-2.0) >= 2.28 pkgconfig(gssdp-1.0) >= 0.13.2
|
||||||
|
BuildRequires: pkgconfig(gupnp-1.0) >= 0.20.3 pkgconfig(gupnp-av-1.0) >= 0.11.5
|
||||||
|
BuildRequires: pkgconfig(gupnp-dlna-2.0) >= 0.9.4 pkgconfig(libsoup-2.4) >= 2.28.2
|
||||||
|
Requires: dbus dleyna-connector-dbus
|
||||||
|
|
||||||
|
%description
|
||||||
|
Dleyna-server provides APIs for discovering Digital Media Servers
|
||||||
|
and for browsing and searching their contents.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup -n %{name}-%{version} -p1
|
||||||
|
|
||||||
|
%build
|
||||||
|
autoreconf -fiv
|
||||||
|
%configure --disable-silent-rules --disable-static
|
||||||
|
sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc AUTHORS COPYING ChangeLog README
|
||||||
|
%{_datadir}/dbus-1/services/com.intel.dleyna-server.service
|
||||||
|
%{_libdir}/dleyna-server/libdleyna-server-%{api}.so.*
|
||||||
|
%{_libexecdir}/dleyna-server-service
|
||||||
|
%config(noreplace) %{_sysconfdir}/dleyna-server-service.conf
|
||||||
|
%exclude %{_includedir}
|
||||||
|
%exclude %{_libdir}/dleyna-server/{libdleyna-server-1.0.la,libdleyna-server-%{api}.so}
|
||||||
|
%exclude %{_libdir}/pkgconfig
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Thu Apr 16 2020 chengzihan <chengzihan2@huawei.com> - 0.6.0-4
|
||||||
|
- Package init
|
||||||
4
dleyna-server.yaml
Normal file
4
dleyna-server.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: intel/dleyna-server
|
||||||
|
tag_prefix: ^v
|
||||||
|
seperator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user