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 5
[-]
[+]
Changed
iax.spec
@@ -1,4 +1,5 @@ -%define libname libiax +%define pkgname iax +%define libname lib%{pkgname} %define soname %{libname}0 Summary: IAX (Inter Asterisk eXchange) Library @@ -7,8 +8,8 @@ Release: 2 License: LGPL Group: Development/Libraries -Source0: %{name}-%{version}.tar.gz -Patch0: %{name}-makefile.patch +Source0: %{pkgname}-%{version}.tar.gz +Patch0: %{pkgname}-makefile.patch URL: http://downloads.asterisk.org/pub/telephony/libiax/ BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: libtool @@ -41,7 +42,7 @@ This package contains all of the development files that you will need in order to compile IAX applications. %prep -%setup +%setup -n %{pkgname}-%{version} %patch0 %build