rebuilt [release 1.3.17-2mamba;Sun Oct 22 2023]
This commit is contained in:
parent
e95be152c4
commit
4f52d582f7
30
enet.spec
30
enet.spec
@ -1,6 +1,6 @@
|
|||||||
Name: enet
|
Name: enet
|
||||||
Version: 1.3.11
|
Version: 1.3.17
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets
|
Summary: A relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,7 +12,6 @@ License: MIT
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets.
|
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets.
|
||||||
@ -30,8 +29,7 @@ ENet omits certain higher level networking features such as authentication, lobb
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
## note: you can add this requirement if .pc files are provided by this package
|
Requires: pkg-config
|
||||||
#Requires: pkg-config
|
|
||||||
|
|
||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
@ -65,12 +63,32 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/enet
|
%dir %{_includedir}/enet
|
||||||
%{_includedir}/enet/*.h
|
%{_includedir}/enet/*.h
|
||||||
%{_libdir}/libenet.a
|
%{_libdir}/libenet.a
|
||||||
%{_libdir}/libenet.la
|
|
||||||
%{_libdir}/libenet.so
|
%{_libdir}/libenet.so
|
||||||
%{_libdir}/pkgconfig/libenet.pc
|
%{_libdir}/pkgconfig/libenet.pc
|
||||||
%doc ChangeLog README
|
%doc ChangeLog README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 22 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.17-2mamba
|
||||||
|
- rebuilt
|
||||||
|
|
||||||
|
* Thu Feb 04 2021 Automatic Build System <autodist@mambasoft.it> 1.3.17-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sat Sep 12 2020 Automatic Build System <autodist@mambasoft.it> 1.3.16-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 23 2020 Automatic Build System <autodist@mambasoft.it> 1.3.15-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Jan 31 2019 Automatic Build System <autodist@mambasoft.it> 1.3.14-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Mon May 04 2015 Automatic Build System <autodist@mambasoft.it> 1.3.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu May 15 2014 Automatic Build System <autodist@mambasoft.it> 1.3.12-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 1.3.11-1mamba
|
* Sat Mar 01 2014 Automatic Build System <autodist@mambasoft.it> 1.3.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user