Added version on ortp-devel
This commit is contained in:
parent
05f2a960b8
commit
e1a3e7ca56
1 changed files with 5 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
Name: linphone
|
Name: linphone
|
||||||
Version: 1.1.0
|
Version: 1.1.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Phone anywhere in the whole world by using the Internet
|
Summary: Phone anywhere in the whole world by using the Internet
|
||||||
|
|
||||||
Group: Applications/Communications
|
Group: Applications/Communications
|
||||||
|
@ -15,7 +15,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
|
BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
|
||||||
BuildRequires: libosip2-devel speex-devel gettext desktop-file-utils
|
BuildRequires: libosip2-devel speex-devel gettext desktop-file-utils
|
||||||
BuildRequires: ortp-devel
|
BuildRequires: ortp-devel >= 0.7.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Linphone is mostly sip compliant. It works successfully with these
|
Linphone is mostly sip compliant. It works successfully with these
|
||||||
|
@ -99,6 +99,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/pkgconfig/*
|
%{_libdir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 5 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.1.0-2
|
||||||
|
- Added version on ortp-devel
|
||||||
|
|
||||||
* Mon Dec 5 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.1.0-1
|
* Mon Dec 5 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.1.0-1
|
||||||
- Upstream update
|
- Upstream update
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue