From 615df8be615f86206ad9381b8efe0e3ebf5c1b6b Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 05:59:59 +0100 Subject: [PATCH] legacy package [release 1.6.25-2mamba;Sun Oct 11 2020] --- README.md | 2 + libupnp6.spec | 102 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 libupnp6.spec diff --git a/README.md b/README.md index cef4abe..51738cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libupnp6 +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/libupnp6.spec b/libupnp6.spec new file mode 100644 index 0000000..1c01a65 --- /dev/null +++ b/libupnp6.spec @@ -0,0 +1,102 @@ +Name: libupnp6 +Version: 1.6.25 +Release: 2mamba +Summary: Universal Plug and Play (UPnP) SDK +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://pupnp.sourceforge.net/ +Source: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2 +License: BSD +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +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. + +%package devel +Group: Development/Libraries +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. + +%debug_package + +%prep +%setup -q -n libupnp-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%post -p /sbin/ldconfig +%postun -p /sbin/ldconfig + +%files +%defattr(-,root,root) +%{_libdir}/*.so.* +%doc LICENSE + +%files devel +%defattr(-,root,root) +%dir %{_includedir}/upnp +%{_includedir}/upnp/*.h +%{_libdir}/*.a +%{_libdir}/*.la +%{_libdir}/*.so +%{_libdir}/pkgconfig/libupnp.pc + +%changelog +* Sun Oct 11 2020 Silvan Calarco 1.6.25-2mamba +- legacy package + +* Tue Mar 13 2018 Automatic Build System 1.6.25-1mamba +- automatic version update by autodist + +* Tue Jan 02 2018 Automatic Build System 1.6.24-1mamba +- automatic version update by autodist + +* Sun Dec 24 2017 Automatic Build System 1.6.22-1mamba +- automatic version update by autodist + +* Sun Mar 05 2017 Automatic Build System 1.6.21-1mamba +- automatic version update by autodist + +* Mon Aug 08 2016 Automatic Build System 1.6.20-1mamba +- automatic version update by autodist + +* Sun Nov 17 2013 Automatic Build System 1.6.19-1mamba +- automatic version update by autodist + +* Thu Jan 31 2013 Automatic Build System 1.6.18-1mamba +- automatic version update by autodist + +* Sat Dec 01 2012 Automatic Build System 1.6.17-1mamba +- automatic version update by autodist + +* Mon Feb 21 2011 Automatic Build System 1.6.12-1mamba +- automatic update by autodist + +* Sun Dec 19 2010 Automatic Build System 1.6.10-1mamba +- automatic update by autodist + +* Fri Nov 12 2010 Automatic Build System 1.6.9-1mamba +- automatic update by autodist + +* Tue Oct 12 2010 Automatic Build System 1.6.7-1mamba +- automatic update by autodist + +* Thu Aug 21 2008 gil 1.6.6-1mamba +- package created by autospec