Search
j0ke.net Open Build Service
>
Projects
>
server:telephony
>
iax
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 4
[-]
[+]
Changed
iax.spec
@@ -1,14 +1,19 @@ +%define libname libiax +%define soname %{libname}0 + Summary: IAX (Inter Asterisk eXchange) Library -Name: iax +Name: %{soname} Version: 0.2.2 -Release: 1 +Release: 2 License: LGPL Group: Development/Libraries Source0: %{name}-%{version}.tar.gz Patch0: %{name}-makefile.patch -URL: http://www.linux-support.net/ +URL: http://downloads.asterisk.org/pub/telephony/libiax/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtool +Provides: iax +Obsoletes: iax %description Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks), is the protocol used by the Asterisk PBX @@ -19,12 +24,12 @@ and voice, HTML, image, DTMF, and video content. For more information see http://www.gnophone.com. -%package devel +%package -n %{libname}-devel Summary: IAX (Inter Asterisk eXchange) Development Package Group: Development/Libraries Requires: iax -%description devel +%description -n %{libname}-devel Inter Asterisk eXchange, lovingly called IAX (pronounced: eeks), is the protocol used by the Asterisk PBX system for inter-asterisk-communication. Other applications may use libiax to communicate with each other and other asterisk servers. IAX is a high performance, feature rich protocol unrelated @@ -54,13 +59,15 @@ %files %defattr(-,root,root) -%doc NEWS COPYING AUTHORS README -%{_libdir}/* +%doc NEWS COPYING README +%{_libdir}/libiax.so.0.0.0 +%{_libdir}/libiax.la -%files devel +%files -n %{libname}-devel %defattr(-,root,root) %{_includedir}/iax %{_bindir}/* +%attr(0644,root,root) %{_libdir}/libiax.a %post /sbin/ldconfig @@ -72,6 +79,9 @@ #rm -r $RPM_BUILD_ROOT %changelog +* Thu Apr 30 2009 Carsten Schoene <cs@linux-administrator.com> - 0.2.2-2 +- change package name to libiax0 + * Sat Jan 10 2009 Carsten Schoene <cs@linux-administrator.com> - 0.2.2-1 - adapt for build in BS