automatic version update by autodist [release 2.2.5-1mamba;Tue Jun 13 2023]
This commit is contained in:
parent
9884db1f6d
commit
0d7d9114b7
@ -1,6 +1,6 @@
|
|||||||
Name: miniupnpc
|
Name: miniupnpc
|
||||||
Version: 2.2.4
|
Version: 2.2.5
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
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
|
||||||
@ -61,13 +61,17 @@ install -D -m0755 build/upnpc-shared %{buildroot}%{_bindir}/upnpc
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%postun -n lib%{name} -p /sbin/ldconfig
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/external-ip
|
%{_bindir}/external-ip
|
||||||
|
%{_bindir}/external-ip.sh
|
||||||
|
%{_bindir}/listdevices
|
||||||
%{_bindir}/upnpc
|
%{_bindir}/upnpc
|
||||||
|
%{_bindir}/upnpc-shared
|
||||||
|
%{_bindir}/upnpc-static
|
||||||
|
%{_mandir}/man3/miniupnpc.3*
|
||||||
|
|
||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -86,6 +90,9 @@ install -D -m0755 build/upnpc-shared %{buildroot}%{_bindir}/upnpc
|
|||||||
%{_libdir}/cmake/miniupnpc/*miniupnpc*.cmake
|
%{_libdir}/cmake/miniupnpc/*miniupnpc*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 13 2023 Automatic Build System <autodist@mambasoft.it> 2.2.5-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed Dec 28 2022 Automatic Build System <autodist@mambasoft.it> 2.2.4-3mamba
|
* Wed Dec 28 2022 Automatic Build System <autodist@mambasoft.it> 2.2.4-3mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user