fixed library permissions; added debug package [release 2.2.2-2mamba;Tue Mar 23 2021]
This commit is contained in:
parent
f1eabf7f1e
commit
a920d40200
@ -1,20 +1,18 @@
|
|||||||
Name: miniupnpc
|
Name: miniupnpc
|
||||||
Version: 2.1.20190408
|
Version: 2.2.2
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: The MiniUPnP client library is useful whenever an application needs to listen for incoming connections
|
Summary: The MiniUPnP client library is useful whenever an application needs to listen for incoming connections
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
||||||
URL: http://miniupnp.free.fr/
|
URL: https://miniupnp.free.fr/
|
||||||
Source: http://miniupnp.free.fr/files/miniupnpc-%{version}.tar.gz
|
Source: http://miniupnp.free.fr/files/miniupnpc-%{version}.tar.gz
|
||||||
#Patch0: %{name}-<pck-version>-<patch-description>.patch
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The MiniUPnP client library is useful whenever an application needs to listen for incoming connections
|
The MiniUPnP client library is useful whenever an application needs to listen for incoming connections
|
||||||
@ -38,6 +36,8 @@ Obsoletes: %{name}-devel
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains static libraries and header files needed for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -50,6 +50,8 @@ This package contains static libraries and header files needed for development.
|
|||||||
INSTALLPREFIX=%{_prefix} \
|
INSTALLPREFIX=%{_prefix} \
|
||||||
INSTALLDIRLIB=%{_libdir}
|
INSTALLDIRLIB=%{_libdir}
|
||||||
|
|
||||||
|
chmod +x %{buildroot}%{_libdir}/libminiupnpc.so.*
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -81,6 +83,18 @@ This package contains static libraries and header files needed for development.
|
|||||||
%{_libdir}/pkgconfig/miniupnpc.pc
|
%{_libdir}/pkgconfig/miniupnpc.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 23 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.2.2-2mamba
|
||||||
|
- fixed library permissions; added debug package
|
||||||
|
|
||||||
|
* Wed Mar 03 2021 Automatic Build System <autodist@mambasoft.it> 2.2.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Feb 13 2021 Automatic Build System <autodist@mambasoft.it> 2.2.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue May 26 2020 Automatic Build System <autodist@mambasoft.it> 2.1.20191224-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Mon Jun 03 2019 Automatic Build System <autodist@mambasoft.it> 2.1.20190408-1mamba
|
* Mon Jun 03 2019 Automatic Build System <autodist@mambasoft.it> 2.1.20190408-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user