File iaxclient.spec of Package iaxclient
Name: libiaxclient1
%define real_name iaxclient
Version: 2.1beta3
Release: 1
License: GPL v2 or later
Source: %{real_name}-%{version}.tar.bz2
Patch0: %{real_name}-ffmpeg.patch
Group: Productivity/Other
Summary: 123
BuildRequires: pkg-config portaudio-devel speex-devel libgsm-devel libgsm-utils ilbc SDL-devel gtk2-devel gtk-devel
BuildRequires: alsa-devel libgsm1 tk-devel tcl-devel libogg-devel libtheora-devel libffmpeg-devel liboggz-devel
BuildRequires: libvidcap1-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
123
%prep
%setup -q -n %{real_name}-%{version}
%patch0 -p1
%build
%configure --disable-clients --with-gsm-includes=/usr/include/gsm
make
%install
make DESTDIR=%buildroot install
%clean
rm -rf %buildroot
%files
%defattr(-,root,root)
%{_libdir}/libiaxclient.so.1.0.2
%post -n %{name} -p /sbin/ldconfig
%postun -n %{name} -p /sbin/ldconfig
%package -n %{name}-devel
Group: Development/Libraries
Summary: 123
Requires: %{name} = %{version}
%description -n %{name}-devel
1234
%post -n %{name}-devel -p /sbin/ldconfig
%postun -n %{name}-devel -p /sbin/ldconfig
%files -n %{name}-devel
%defattr(-,root,root)
%{_libdir}/libiaxclient.so.1
%{_libdir}/libiaxclient.so
%{_includedir}/iaxclient.h
%{_libdir}/libiaxclient.a
%{_libdir}/libiaxclient.la
%{_libdir}/pkgconfig/iaxclient.pc
%changelog
* Thu Jul 30 2009 h31mail@yandex.ru
- packaged iaxclient version 2.1beta3 using the buildservice spec file wizard