Changes of Revision 5
[-] | Changed | iax.spec |
x 1
2 -%define libname libiax 3 +%define pkgname iax 4 +%define libname lib%{pkgname} 5 %define soname %{libname}0 6 7 Summary: IAX (Inter Asterisk eXchange) Library 8
9 Release: 2 10 License: LGPL 11 Group: Development/Libraries 12 -Source0: %{name}-%{version}.tar.gz 13 -Patch0: %{name}-makefile.patch 14 +Source0: %{pkgname}-%{version}.tar.gz 15 +Patch0: %{pkgname}-makefile.patch 16 URL: http://downloads.asterisk.org/pub/telephony/libiax/ 17 BuildRoot: %{_tmppath}/%{name}-%{version}-root 18 BuildRequires: libtool 19
20 This package contains all of the development files that you will need in order to compile IAX applications. 21 22 %prep 23 -%setup 24 +%setup -n %{pkgname}-%{version} 25 %patch0 26 27 %build 28 |