gupnp-av/gupnp-av.spec

81 lines
2.1 KiB
RPMSpec
Raw Normal View History

2020-06-19 17:26:18 +08:00
Name: gupnp-av
2023-02-01 16:18:33 +08:00
Version: 0.14.1
Release: 1
2020-06-19 17:26:18 +08:00
Summary: A small utility library that aims to ease the handing and implimation of UPnP AV.
License: LGPLv2+
URL: http://www.gupnp.org/
2022-04-13 19:16:30 +08:00
Source0: http://download.gnome.org/sources/gupnp-av/0.14/%{name}-%{version}.tar.xz
BuildRequires: glib2-devel gtk-doc gobject-introspection-devel libxml2-devel
BuildRequires: libsoup-devel vala meson
2020-06-19 17:26:18 +08:00
%description
GUPnP is an object-oriented open source framework for creating UPnP
devices and control points, written in C using GObject and libsoup.
The GUPnP API is intended to be easy to use, efficient and flexible.
GUPnP-AV is a collection of helpers for building AV (audio/video)
applications using GUPnP.
%package devel
Summary: Development package for gupnp-av
2022-04-13 19:16:30 +08:00
Requires: %{name} = %{version}-%{release}
2020-06-19 17:26:18 +08:00
%description devel
2022-04-13 19:16:30 +08:00
Files for development with %{name}.
2020-06-19 17:26:18 +08:00
%package help
Summary: Documentation files for gupnp-av
2022-04-13 19:16:30 +08:00
Requires: %{name} = %{version}-%{release}
2020-06-19 17:26:18 +08:00
BuildArch: noarch
Provides: gupnp-av-docs = %{version}-%{release}
Obsoletes: gupnp-av-docs < %{version}-%{release}
%description help
2022-04-13 19:16:30 +08:00
This package contains developer documentation for %{name}.
2020-06-19 17:26:18 +08:00
%prep
2022-04-13 19:16:30 +08:00
%autosetup -n %{name}-%{version} -p1
2020-06-19 17:26:18 +08:00
%build
2022-04-13 19:16:30 +08:00
%meson -Dgtk_doc=true
%meson_build
2020-06-19 17:26:18 +08:00
%install
2022-04-13 19:16:30 +08:00
%meson_install
2020-06-19 17:26:18 +08:00
%delete_la
%check
2022-04-13 19:16:30 +08:00
%meson_test
2020-06-19 17:26:18 +08:00
%files
2022-04-13 19:16:30 +08:00
%license COPYING
2020-06-19 17:26:18 +08:00
%{_libdir}/libgupnp-av-1.0.so.*
%{_libdir}/girepository-1.0/GUPnPAV-1.0.typelib
2022-04-13 19:16:30 +08:00
%{_datadir}/gupnp-av/
2020-06-19 17:26:18 +08:00
%files devel
2022-04-13 19:16:30 +08:00
%{_includedir}/gupnp-av-1.0/
2020-06-19 17:26:18 +08:00
%{_libdir}/pkgconfig/gupnp-av-1.0.pc
%{_libdir}/libgupnp-av-1.0.so
%{_datadir}/gir-1.0/GUPnPAV-1.0.gir
%{_datadir}/vala/vapi/gupnp-av*
%files help
2022-04-13 19:16:30 +08:00
%doc AUTHORS README.md
%{_datadir}/gtk-doc/html/gupnp-av/
2020-06-19 17:26:18 +08:00
%changelog
2023-02-01 16:18:33 +08:00
* Mon Jan 2 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.14.1-1
- Update to 0.14.1
2022-04-13 19:16:30 +08:00
* Mon Mar 28 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.14.0-1
- Update to 0.14.0
* Mon Jun 7 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 0.12.11-1
- Upgrade to 0.12.11
- Update Version, Release
2020-06-19 17:26:18 +08:00
* Thu Apr 16 2020 wangerfeng <wangerfeng@huawei.com> - 0.12.10-7
- Package init