radlib/radlib.spec

Name: radlib
Summary: C language library for interprocess communications and common tasks
Version: 2.8.3
Release: 1
License: BSD
Group: Development/Libraries
URL: http://www.radlib.teel.ws/
Description: radlib is a C language library developed to abstract details of interprocess communications and common Linux/Unix system facilities so that application developers can concentrate on application solutions. It encourages developers to use a proven paradigm of event-driven, asynchronous design. By abstracting interprocess messaging, events, timers, and any I/O device that can be represented as a file descriptor, radlib simplifies the implementation of multi-purpose processes, as well as multi-process applications. In short, radlib is a sincere attempt to provide real-time OS capability on a non-real-time OS.

CentOS 7 x86_64

The build could not start because the following file is missing: radlib-2.8.3.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: radlib-2.8.3.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dries
# Upstream: Mark Teel <mark$teel,ws>

Summary: C language library for interprocess communications and common tasks
Name: radlib
Version: 2.8.3
Release: 1%{?dist}
License: BSD
Group: Development/Libraries
URL: http://www.radlib.teel.ws/

Source: http://dl.sf.net/radlib/radlib-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
radlib is a C language library developed to abstract details of interprocess
communications and common Linux/Unix system facilities so that application
developers can concentrate on application solutions. It encourages
developers to use a proven paradigm of event-driven, asynchronous design.
By abstracting interprocess messaging, events, timers, and any I/O device
that can be represented as a file descriptor, radlib simplifies the
implementation of multi-purpose processes, as well as multi-process
applications. In short, radlib is a sincere attempt to provide real-time
OS capability on a non-real-time OS.

%package devel
Summary: Header files, libraries and development documentation for %{name}.
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
This package contains the header files, static libraries and development
documentation for %{name}. If you like to develop programs using %{name},
you will need to install %{name}-devel.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING INSTALL NEWS README
%{_bindir}/raddebug
%{_bindir}/radmrouted
%{_libdir}/librad.so.*

%files devel
%defattr(-, root, root, 0755)
%{_includedir}/rad*.h
%{_libdir}/librad.so
%exclude %{_libdir}/librad.a
%exclude %{_libdir}/*.la

%changelog
* Sat Jul 11 2009 Dries Verachtert <dries@ulyssis.org> - 2.8.3-1
- Updated to release 2.8.3.

* Wed Jan 21 2009 Dries Verachtert <dries@ulyssis.org> - 2.8.1-1
- Updated to release 2.8.1.

* Sun Sep 21 2008 Dries Verachtert <dries@ulyssis.org> - 2.8.0-1
- Updated to release 2.8.0.

* Sat Apr 12 2008 Dries Verachtert <dries@ulyssis.org> - 2.7.5-1
- Updated to release 2.7.5.

* Tue Mar 18 2008 Dries Verachtert <dries@ulyssis.org> - 2.7.4-1
- Updated to release 2.7.4.

* Mon Feb 11 2008 Dries Verachtert <dries@ulyssis.org> - 2.7.2-1
- Updated to release 2.7.2.

* Mon Dec 03 2007 Dries Verachtert <dries@ulyssis.org> - 2.7.1-1
- Updated to release 2.7.1.

* Sun Apr 01 2007 Dries Verachtert <dries@ulyssis.org> - 2.7.0-1
- Updated to release 2.7.0.

* Sat Apr 08 2006 Dries Verachtert <dries@ulyssis.org> - 2.6.2-1.2
- Rebuild for Fedora Core 5.

* Wed Feb 01 2006 Dries Verachtert <dries@ulyssis.org> - 2.6.2-1
- Updated to release 2.6.2.

* Sun Dec 25 2005 Dries Verachtert <dries@ulyssis.org> - 2.6.1-1
- Updated to release 2.6.1.

* Fri Dec 09 2005 Dries Verachtert <dries@ulyssis.org> - 2.6.0-1
- Updated to release 2.6.0.

* Sun Nov 13 2005 Dries Verachtert <dries@ulyssis.org> - 2.5.1-1
- Updated to release 2.5.1.

* Fri Nov 04 2005 Dries Verachtert <dries@ulyssis.org> - 2.5.0-1
- Initial package.