legacy package [release 1.6.25-2mamba;Sun Oct 11 2020]
This commit is contained in:
parent
daba85d15e
commit
615df8be61
@ -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.
|
||||
|
||||
|
102
libupnp6.spec
Normal file
102
libupnp6.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 1.6.25-2mamba
|
||||
- legacy package
|
||||
|
||||
* Tue Mar 13 2018 Automatic Build System <autodist@mambasoft.it> 1.6.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 02 2018 Automatic Build System <autodist@mambasoft.it> 1.6.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Dec 24 2017 Automatic Build System <autodist@mambasoft.it> 1.6.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Mar 05 2017 Automatic Build System <autodist@mambasoft.it> 1.6.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Aug 08 2016 Automatic Build System <autodist@mambasoft.it> 1.6.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Nov 17 2013 Automatic Build System <autodist@mambasoft.it> 1.6.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Jan 31 2013 Automatic Build System <autodist@mambasoft.it> 1.6.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 1.6.17-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 21 2011 Automatic Build System <autodist@mambasoft.it> 1.6.12-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Sun Dec 19 2010 Automatic Build System <autodist@mambasoft.it> 1.6.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Nov 12 2010 Automatic Build System <autodist@mambasoft.it> 1.6.9-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Tue Oct 12 2010 Automatic Build System <autodist@mambasoft.it> 1.6.7-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Aug 21 2008 gil <puntogil@libero.it> 1.6.6-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user