diff --git a/libgupnp.spec b/libgupnp.spec index 3c0035a..10f0959 100644 --- a/libgupnp.spec +++ b/libgupnp.spec @@ -1,6 +1,6 @@ %define majver %(echo %version | cut -d. -f1-2) Name: libgupnp -Version: 1.2.7 +Version: 1.4.3 Release: 1mamba Summary: An object-oriented open source framework for creating UPnP devices and control points Group: System/Libraries @@ -14,7 +14,7 @@ License: LGPL BuildRequires: glibc-devel BuildRequires: libglib-devel BuildRequires: libgssdp-devel -BuildRequires: libsoup-devel +BuildRequires: libsoup2-devel BuildRequires: libuuid-devel BuildRequires: libxml2-devel ## AUTOBUILDREQ-END @@ -31,7 +31,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel 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 implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework. - This package contains static libraries and header files needed for development. %package tools @@ -42,7 +41,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description tools 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 implements the UPnP specification: resource announcement and discovery, description, control, event notification, and presentation (GUPnP includes basic web server functionality through libsoup). GUPnP does not include helpers for construction or control of specific standardized resources (e.g. MediaServer); this is left for higher level libraries utilizing the GUPnP framework. - This package contains tools provided with %{name}. %debug_package @@ -76,7 +74,7 @@ This package contains tools provided with %{name}. %files tools %defattr(-,root,root) %{_bindir}/gupnp-binding-tool-1.2 -%{_mandir}/man1/gupnp-binding-tool-1.2.1* +#%{_mandir}/man1/gupnp-binding-tool-1.2.1* %files devel %defattr(-,root,root) @@ -89,9 +87,18 @@ This package contains tools provided with %{name}. %{_datadir}/vala/vapi/gupnp-1.2.deps %{_datadir}/vala/vapi/gupnp-1.2.vapi %{_libdir}/pkgconfig/*.pc -%doc ChangeLog NEWS README +%doc NEWS %changelog +* Fri Jan 14 2022 Automatic Build System 1.4.3-1mamba +- automatic version update by autodist + +* Sun Jan 09 2022 Automatic Build System 1.4.2-1mamba +- automatic version update by autodist + +* Mon Jan 03 2022 Automatic Build System 1.4.1-1mamba +- automatic version update by autodist + * Sun Jun 06 2021 Automatic Build System 1.2.7-1mamba - automatic version update by autodist