From 53bfd7ca1e6e100d71d48c0c079a3d12031964fe Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:16:40 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.3.18-2mamba;Tue Aug 27 2013] --- README.md | 2 ++ libol.spec | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 libol.spec diff --git a/README.md b/README.md index 194083f..46cd53b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # libol +A nonblocking I/O and OO library used by syslog-ng. + diff --git a/libol.spec b/libol.spec new file mode 100644 index 0000000..7cad173 --- /dev/null +++ b/libol.spec @@ -0,0 +1,70 @@ +Name: libol +Version: 0.3.18 +Release: 2mamba +Summary: A nonblocking I/O and OO library used by syslog-ng +Group: System/Libraries +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.balabit.com/network-security/syslog-ng/ +Source: http://www.balabit.com/downloads/files/libol/0.3/%{name}-%{version}.tar.gz +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END + +%description +A nonblocking I/O and OO library used by syslog-ng. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{version}-%{release} + +%description devel +A nonblocking I/O and OO library used by syslog-ng. +This package contains static libraries and header files need for development. + +%prep +%setup -q + +%build +%configure +%make SCSH=/bin/sh + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall SCSH=/bin/sh + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_libdir}/libol.so.* +%doc COPYING + +%files devel +%defattr(-,root,root) +%{_bindir}/libol-config +%{_bindir}/make_class +%{_libdir}/libol.so +%{_libdir}/libol.a +%{_libdir}/libol.la +%{_includedir}/libol/*.h +%{_includedir}/libol/*.h.x +%doc ChangeLog + +%changelog +* Tue Aug 27 2013 Automatic Build System 0.3.18-2mamba +- automatic rebuild by autodist + +* Wed Sep 03 2008 Tiziana Ferro 0.3.18-1mamba +- update to 0.3.18 + +* Mon Oct 09 2006 Davide Madrisan 0.3.17-2qilnx +- rebuilt + +* Thu Dec 01 2005 Silvan Calarco 0.3.17-1qilnx +- package created by autospec