diff --git a/README.md b/README.md index 2c63dbb..d093132 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/libupnp.spec b/libupnp.spec index 088609a..5e7b65f 100644 --- a/libupnp.spec +++ b/libupnp.spec @@ -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 1.14.0-1mamba +- automatic version update by autodist + * Tue Mar 13 2018 Automatic Build System 1.6.25-1mamba - automatic version update by autodist