automatic rebuild by autodist [release 0.3.18-2mamba;Tue Aug 27 2013]

This commit is contained in:
Automatic Build System 2024-01-06 05:16:40 +01:00
parent 277389642b
commit 53bfd7ca1e
2 changed files with 72 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# libol
A nonblocking I/O and OO library used by syslog-ng.

70
libol.spec Normal file
View File

@ -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 <silvan.calarco@mambasoft.it>
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 <autodist@mambasoft.it> 0.3.18-2mamba
- automatic rebuild by autodist
* Wed Sep 03 2008 Tiziana Ferro <tiziana.ferro@email.it> 0.3.18-1mamba
- update to 0.3.18
* Mon Oct 09 2006 Davide Madrisan <davide.madrisan@qilinux.it> 0.3.17-2qilnx
- rebuilt
* Thu Dec 01 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 0.3.17-1qilnx
- package created by autospec