automatic version update by autodist [release 1.14.0-1mamba;Mon Oct 05 2020]

This commit is contained in:
Automatic Build System 2024-01-06 05:59:43 +01:00
parent 404c4a08b9
commit 64c9808bdd
2 changed files with 19 additions and 16 deletions

View File

@ -1,6 +1,4 @@
# libupnp
The Universal Plug and Play (UPnP) SDK for Linux provides
support for building UPnP-compliant control points, devices,
and bridges on Linux.
The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux.

View File

@ -1,5 +1,5 @@
Name: libupnp
Version: 1.6.25
Version: 1.14.0
Release: 1mamba
Summary: Universal Plug and Play (UPnP) SDK
Group: System/Libraries
@ -15,9 +15,7 @@ BuildRequires: glibc-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The Universal Plug and Play (UPnP) SDK for Linux provides
support for building UPnP-compliant control points, devices,
and bridges on Linux.
The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux.
%package devel
Group: Development/Libraries
@ -25,13 +23,12 @@ Summary: Static libraries and headers for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.
This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel.
%debug_package
%prep
%setup -q
%build
@ -50,19 +47,27 @@ you will need to install %{name}-devel.
%files
%defattr(-,root,root)
%{_libdir}/*.so.*
%doc ChangeLog LICENSE NEWS THANKS TODO
%{_libdir}/libixml.so.*
%{_libdir}/libupnp.so.*
%doc COPYING
%files devel
%defattr(-,root,root)
%dir %{_includedir}/upnp
%{_includedir}/upnp/*.h
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/libixml.a
%{_libdir}/libixml.la
%{_libdir}/libixml.so
%{_libdir}/libupnp.a
%{_libdir}/libupnp.la
%{_libdir}/libupnp.so
%{_libdir}/pkgconfig/libupnp.pc
%doc ChangeLog THANKS
%changelog
* Mon Oct 05 2020 Automatic Build System <autodist@mambasoft.it> 1.14.0-1mamba
- automatic version update by autodist
* Tue Mar 13 2018 Automatic Build System <autodist@mambasoft.it> 1.6.25-1mamba
- automatic version update by autodist