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