From dd22ff4ad48cf1c2f87cff91233579c9ae904457 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 04:22:36 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.0.14.1-2mamba;Fri Aug 23 2013] --- README.md | 4 +++ libggz.spec | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 libggz.spec diff --git a/README.md b/README.md index 584d5b3..cea3bb0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # libggz +The libggz library handles network, configuration file and data structure management functions as well as several convenience wrappers around glibc functions. +This package provides the run-time library of base functions common to several GGZ clients and servers. +This package is part of the GGZ Gaming Zone, a multiuser networked gaming environment. + diff --git a/libggz.spec b/libggz.spec new file mode 100644 index 0000000..127d196 --- /dev/null +++ b/libggz.spec @@ -0,0 +1,72 @@ +Name: libggz +Version: 0.0.14.1 +Release: 2mamba +Summary: GGZ Gaming Zone: common utilities library +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Aleph0 +URL: http://www.ggzgamingzone.org/ +Source: http://mirrors.dotsrc.org/ggzgamingzone/ggz/%{version}/libggz-%{version}.tar.gz +License: LGPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +# FIXME: +# checking for GGZ TLS implementation... no +# Encryption support.yes +# TLS library support: no + +%description +The libggz library handles network, configuration file and data structure management functions as well as several convenience wrappers around glibc functions. +This package provides the run-time library of base functions common to several GGZ clients and servers. +This package is part of the GGZ Gaming Zone, a multiuser networked gaming environment. + +%package devel +Group: Development/Libraries +Summary: Static libraries and headers for %{name} +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +The libggz library handles network, configuration file and data structure management functions as well as several convenience wrappers around glibc functions. +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure --disable-static --with-gcrypt +%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}/libggz.so.* +%doc AUTHORS COPYING ChangeLog NEWS README README.GGZ + +%files devel +%defattr(-,root,root) +%{_includedir}/ggz.h +%{_includedir}/ggz_common.h +%{_includedir}/ggz_dio.h +%{_libdir}/libggz.la +%{_libdir}/libggz.so +%{_mandir}/man3/ggz.h.* + +%changelog +* Fri Aug 23 2013 Automatic Build System 0.0.14.1-2mamba +- automatic rebuild by autodist + +* Thu Aug 28 2008 Aleph0 0.0.14.1-1mamba +- update to 0.0.14.1 + +* Mon Nov 05 2007 Aleph0 0.0.14-1mamba +- package created by autospec