Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
libss7
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 2
[-]
[+]
Added
libss7.spec
@@ -0,0 +1,117 @@ +# +# spec file for package libss7 (Version ss7) +# +# + +# norootforbuild +# usedforbuild aaa_base acl alsa alsa-devel attr audit-libs autoconf automake bash bind-libs bind-utils binutils bison blocxx bzip2 coreutils cpio cpp cpp41 cracklib curl curl-devel cvs cyrus-sasl db diffutils e2fsprogs expat file filesystem fillup findutils flex gawk gcc gcc-c++ gcc41 gcc41-c++ gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv irqbalance kernel-default klogd krb5 less libacl libattr libcom_err libgcc41 libgsm libgsm-devel libidn libidn-devel libjpeg libjpeg-devel libltdl libmudflap41 libnscd libogg libpri16 libstdc++-devel libstdc++41 libstdc++41-devel libtiff libtiff-devel libtool libvolume_id libxcrypt libzio limal limal-bootloader limal-perl linux-kernel-headers m4 make man mdadm mkinitrd mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2 openldap2-client openldap2-devel openssl openssl-devel pam pam-modules patch pcre perl perl-Bootloader perl-gettext permissions popt postgresql-devel postgresql-libs procinfo procps psmisc pwdutils rcs readline reiserfs rpm sed spandsp speex speex-devel strace sysvinit tar tcpd texinfo timezone udev unixODBC unixODBC-devel unzip util-linux vim zaptel zaptel-kmp-default zlib zlib-devel + +Name: libss7 +BuildRequires: alsa-devel curl-devel expat gcc-c++ libgsm-devel +BuildRequires: libtiff-devel postgresql-devel spandsp speex-devel +BuildRequires: unixODBC-devel wget +BuildRequires: libpri16 >= 1.4.1 +BuildRequires: zaptel >= 1.4.1 +BuildRequires: alsa-lib-devel +BuildRequires: bison +BuildRequires: bluez-libs +BuildRequires: doxygen +BuildRequires: libogg-devel +BuildRequires: termcap +BuildRequires: libvorbis-devel +BuildRequires: m4 +BuildRequires: ncurses-devel +BuildRequires: net-snmp-devel +BuildRequires: openssl-devel +BuildRequires: autoconf +BuildRequires: newt newt-devel + + +%ifnarch s390 s390x +BuildRequires: zaptel >= 1.4.1 +%endif + +URL: http://www.asterisk.org +Summary: SS7 library +Version: svn +Release: 1 +License: BSD License and BSD-like, GNU General Public License (GPL) +Group: Productivity/Telephony/Servers +Source0: %name-%version.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + + + +%description +libss7 is a userspace library that is used for providing SS7 protocol +services to applications. It has a working MTP2, MTP3, and ISUP for +ITU and ANSI style SS7, however it was written in a manner that will easily +allow support for other various national specific variants +in the future. For a working reference implementation, see the various +link test programs, as well as the Asterisk Open Source PBX. + +License: +======== +libss7 is covered under the GPL (Gnu Public License) version 2. For more +information, see http://www.gnu.org/ + + +Authors: +-------- +Matthew Fredrickson creslin@digium.com + +%package devel +URL: http://www.asterisk.org +Summary: SS7 library +Version: svn +Release: 1 +License: BSD License and BSD-like, GNU General Public License (GPL) +Group: Productivity/Telephony/Servers +Source0: %name-%version.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-build + +# + +%description devel +This package contains the header files and libraries necessary for +developing applications which use libss7. + +libss7 is a userspace library that is used for providing SS7 protocol +services to applications. It has a working MTP2, MTP3, and ISUP for +ITU and ANSI style SS7, however it was written in a manner that will easily +allow support for other various national specific variants +in the future. For a working reference implementation, see the various +link test programs, as well as the Asterisk Open Source PBX. + +Install libss7-devel if you want to develop applications which depend on +libss7. + + + +Authors: +-------- +Matthew Fredrickson creslin@digium.com + + +%prep +%setup -n libss7 + + +%build +make install INSTALL_PREFIX="%{buildroot}" libdir="%{_libdir}" + +%clean +rm -rf $RPM_BUILD_ROOT + + + +%files devel +%defattr (-,root,root) +%{_includedir}/libss7.h +%{_libdir}/libss7.so +%{_libdir}/libss7.a +%{_libdir}/libss7.so.1.0 + +%changelog -n libss7 +* Mon Jan 21 2008 - vittorio@vitsoft.bz +- libss7 svn