Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
libpri
> libpri.spec
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libpri.spec of Package libpri (Revision 5)
Currently displaying revision
5
,
show latest
# # spec file for package libpri (Version 1.2.4) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: libpri %ifnarch s390 s390x BuildRequires: zaptel %endif %define bristuff bristuff-0.3.0-PRE-1s Summary: ISDN Library Version: 1.4.1 Release: 0 License: BSD License and BSD-like, GNU General Public License (GPL) - all versions Group: System/Libraries URL: http://www.asterisk.org BuildRoot: %{_tmppath}/%{name}-%{version}-build Prereq: /sbin/ldconfig Source0: %name-%version.tar.bz2 Patch0: %name-%bristuff.patch.bz2 Patch1: %name.patch %description libpri is a C implementation of the Primary Rate ISDN specification. It has been extended to support Basic Rate ISDN as well. Authors: -------- Mark Spencer <markster@digium.com> Klaus-Peter Junghanns <kpj@junghanns.net> %prep %setup -q %suse_update_libdir Makefile #%patch0 -p1 #%patch1 %build make CFLAGS="%optflags" %install make install INSTALL_PREFIX=%buildroot LIB=%_lib %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc ChangeLog README TODO %_libdir/lib* %_includedir/* %post %run_ldconfig %postun %run_ldconfig %changelog -n libpri * Thu Aug 30 2007 - Peter Nixon - Update to 1.4.1 - use suse macro to fixup libdir * Thu Oct 19 2006 - max@suse.de - New versions: libpri-1.2.4, bristuff-0.3.0-PRE-1s - Fix some bugs and match the latest version of Asterisk. * Fri Jul 07 2006 - max@suse.de - New versions: libpri-1.2.3, bristuff-0.3.0-PRE-1q, fix some bugs and match the newest versions of Asterisk and zaptel. * Mon Mar 20 2006 - max@suse.de - Updated the bristuff patch to version 0.3.0-PRE-1k to match the new version of Asterisk. * Fri Jan 27 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Jan 25 2006 - max@suse.de - New versions: libpri-1.2.2, bristuff-0.3.0-PRE-1i * Fri Dec 16 2005 - max@suse.de - New version: 1.2.1 - New version of the bristuff patch: 0.3.0-PRE-1c * Wed Aug 10 2005 - max@suse.de - New version of the bristuff patch: 0.2.0-rc8n * Mon Jul 18 2005 - max@suse.de - New version 1.0.9 - New version of the bristuff patch: 0.2.0-rc8j * Mon Mar 07 2005 - max@suse.de - New version of the bristuff patch: 0.2.0-rc7k * Mon Feb 28 2005 - max@suse.de - New version: 1.0.6 - New version of the bristuff patch: 0.2.0-rc7i * Thu Jan 13 2005 - max@suse.de - New version: 1.0.3 - New version of the bristuff patch: 0.2.0-rc3a * Fri Nov 12 2004 - ro@suse.de - fixed file list * Fri Nov 05 2004 - max@suse.de - New version: 1.0.2 - New version of the bristuff patch: 0.2.0-rc2a * Thu Aug 19 2004 - max@suse.de - Update to bristuff 0.1.0-RC4a - Update to CVS snapshot from 2004-08-13 * Thu Aug 12 2004 - max@suse.de - Update to bristuff 0.1.0-RC3. - Update to CVS snapshot from 2004-08-12. - Run ldconfig after (un)installation. * Fri Jul 23 2004 - max@suse.de - Update to bristuff 0.1.0-RC2 - Update to CVS snapshot from 2004-07-22 * Wed Jun 23 2004 - max@suse.de - New package: libpri - Userspace implementation of the ISDN PRI (S2M) protocols. It supports TE, and NT mode. - CVS snapshot from 2004-05-10, based on 0.6.0. - Added patch to support BRI (S0-Bus) as well.