2005-03-16 17:12:25 +00:00
|
|
|
Name: linphone
|
2006-01-03 12:05:15 +00:00
|
|
|
Version: 1.2.0
|
2006-08-30 15:49:22 +00:00
|
|
|
Release: 6%{?dist}
|
2005-03-16 17:12:25 +00:00
|
|
|
Summary: Phone anywhere in the whole world by using the Internet
|
|
|
|
|
|
|
|
Group: Applications/Communications
|
|
|
|
License: GPL
|
|
|
|
URL: http://www.linphone.org/?lang=us&rubrique=1
|
2006-01-03 12:05:15 +00:00
|
|
|
Source0: http://simon.morlat.free.fr/download/1.2.x/source/%{name}-%{version}.tar.gz
|
|
|
|
Patch: linphone-1.0.1-desktop.patch
|
|
|
|
Patch1: linphone-1.2.0-ortp.patch
|
|
|
|
Patch2: linphone-1.1.0-Werror.patch
|
|
|
|
Patch3: linphone-1.2.0-maxrtp.patch
|
2006-01-25 02:08:00 +00:00
|
|
|
Patch4: linphone-1.2.0-gtkentry.patch
|
2005-03-16 17:12:25 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
|
2006-02-08 06:17:38 +00:00
|
|
|
BuildRequires: libosip2-devel speex-devel >= 1.0.5 gettext desktop-file-utils
|
2005-12-06 00:36:09 +00:00
|
|
|
BuildRequires: ortp-devel >= 0.7.1
|
2006-08-30 15:49:22 +00:00
|
|
|
BuildRequires: perl(XML::Parser)
|
2005-03-16 17:12:25 +00:00
|
|
|
|
|
|
|
%description
|
2005-03-17 22:53:01 +00:00
|
|
|
Linphone is mostly sip compliant. It works successfully with these
|
|
|
|
implementations:
|
2005-03-16 17:12:25 +00:00
|
|
|
* eStara softphone (commercial software for windows)
|
|
|
|
* Pingtel phones (with DNS enabled and VLAN QOS support disabled).
|
|
|
|
* Hotsip, a free of charge phone for Windows.
|
2005-03-17 22:53:01 +00:00
|
|
|
* Vocal, an open source SIP stack from Vovida that includes a SIP proxy
|
|
|
|
that works with linphone since version 0.7.1.
|
|
|
|
* Siproxd is a free sip proxy being developped by Thomas Ries because he
|
|
|
|
would like to have linphone working behind his firewall. Siproxd is
|
|
|
|
simple to setup and works perfectly with linphone.
|
|
|
|
* Partysip aims at being a generic and fully functionnal SIP proxy. Visit
|
|
|
|
the web page for more details on its functionalities.
|
2005-03-16 17:12:25 +00:00
|
|
|
|
|
|
|
Linphone may work also with other sip phones, but this has not been tested yet.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development libraries for linphone
|
|
|
|
Group: Development/Libraries
|
2005-03-24 02:17:47 +00:00
|
|
|
Requires: %{name} = %{version}-%{release} glib2-devel
|
2005-03-16 17:12:25 +00:00
|
|
|
|
|
|
|
%description devel
|
2005-03-24 19:32:18 +00:00
|
|
|
Libraries and headers required to develop software with linphone.
|
|
|
|
|
2005-03-16 17:12:25 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-01-03 12:05:15 +00:00
|
|
|
%patch -p 1 -b .old
|
|
|
|
%patch1 -p 1 -b .ortp
|
|
|
|
%patch2 -p 1 -b .Werror
|
|
|
|
%patch3 -p 1 -b .maxrtp
|
2006-01-25 02:08:00 +00:00
|
|
|
%patch4 -p 1 -b .gtkentry
|
2005-11-30 14:03:17 +00:00
|
|
|
rm -r oRTP
|
2005-03-16 17:12:25 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
make install DESTDIR=$RPM_BUILD_ROOT
|
2005-05-27 20:26:30 +00:00
|
|
|
install -p -m 0644 pixmaps/linphone2.png $RPM_BUILD_ROOT%{_datadir}/pixmaps
|
2005-03-19 15:57:41 +00:00
|
|
|
%find_lang %{name}
|
2005-05-27 20:26:30 +00:00
|
|
|
rm $RPM_BUILD_ROOT%{_datadir}/gnome/apps/Internet/linphone.desktop
|
2005-03-24 19:32:18 +00:00
|
|
|
desktop-file-install --vendor=fedora \
|
|
|
|
--delete-original \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-category X-Fedora \
|
|
|
|
--add-category Telephony \
|
|
|
|
--add-category GTK \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop
|
2005-03-16 17:12:25 +00:00
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
2005-03-19 15:57:41 +00:00
|
|
|
%post -p /sbin/ldconfig
|
2005-03-16 17:12:25 +00:00
|
|
|
|
2005-03-19 15:57:41 +00:00
|
|
|
%postun -p /sbin/ldconfig
|
2005-03-16 17:12:25 +00:00
|
|
|
|
2005-03-19 15:57:41 +00:00
|
|
|
%files -f %{name}.lang
|
2005-03-16 17:12:25 +00:00
|
|
|
%defattr(-,root,root)
|
2005-03-24 19:32:18 +00:00
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README TODO
|
2005-03-16 17:12:25 +00:00
|
|
|
%{_bindir}/*
|
2005-03-19 15:57:41 +00:00
|
|
|
%{_libdir}/bonobo/servers/*.server
|
2005-03-24 19:32:18 +00:00
|
|
|
%{_libdir}/liblinphone.so.*
|
2005-03-16 17:12:25 +00:00
|
|
|
%{_libexecdir}/*
|
|
|
|
%{_mandir}/man1/*
|
2005-03-24 19:32:18 +00:00
|
|
|
%{_datadir}/applications/*%{name}.desktop
|
2005-03-19 15:57:41 +00:00
|
|
|
%{_datadir}/gnome/help/linphone
|
|
|
|
%{_datadir}/gnome-2.0/ui/*.xml
|
|
|
|
%{_datadir}/gtk-doc/html/mediastreamer
|
|
|
|
%{_datadir}/pixmaps/linphone
|
2005-05-27 20:26:30 +00:00
|
|
|
%{_datadir}/pixmaps/linphone2.png
|
2005-03-19 15:57:41 +00:00
|
|
|
%{_datadir}/sounds/linphone
|
2005-03-16 17:12:25 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2005-03-24 19:32:18 +00:00
|
|
|
%{_includedir}/linphone
|
|
|
|
%{_libdir}/liblinphone.a
|
|
|
|
%{_libdir}/liblinphone.la
|
|
|
|
%{_libdir}/liblinphone.so
|
2005-03-16 17:12:25 +00:00
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
|
|
|
%changelog
|
2006-08-30 15:49:22 +00:00
|
|
|
* Wed Aug 30 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.2.0-6
|
|
|
|
- Add BR for perl(XML::Parser) so that intltool will work.
|
|
|
|
|
|
|
|
* Wed Aug 30 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.2.0-5
|
2006-08-30 14:58:13 +00:00
|
|
|
- Bump release and rebuild.
|
|
|
|
|
2006-02-14 05:01:51 +00:00
|
|
|
* Mon Feb 13 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.2.0-2
|
|
|
|
- Rebuild for Fedora Extras 5
|
|
|
|
|
2006-02-08 06:17:38 +00:00
|
|
|
* Wed Feb 8 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.2.0-1
|
|
|
|
- Added version for speex-devel BR (#179879)
|
|
|
|
|
2006-01-25 02:08:00 +00:00
|
|
|
* Tue Jan 24 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.2.0-2
|
|
|
|
- Fixed selecting entry from address book (#177189)
|
|
|
|
|
2006-01-03 12:05:15 +00:00
|
|
|
* Tue Jan 3 2006 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.2.0-1
|
|
|
|
- Upstream update
|
|
|
|
|
2005-12-06 00:36:09 +00:00
|
|
|
* Mon Dec 5 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.1.0-2
|
|
|
|
- Added version on ortp-devel
|
|
|
|
|
2005-12-06 00:17:38 +00:00
|
|
|
* Mon Dec 5 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.1.0-1
|
|
|
|
- Upstream update
|
|
|
|
|
2005-11-30 15:13:33 +00:00
|
|
|
* Wed Nov 30 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.0.1-5
|
|
|
|
- Remove ortp documentation for -devel
|
|
|
|
|
2005-11-30 14:03:17 +00:00
|
|
|
* Wed Nov 30 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.0.1-4
|
|
|
|
- Split out ortp
|
|
|
|
|
2005-05-27 20:26:30 +00:00
|
|
|
* Fri May 27 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.0.1-3
|
|
|
|
- Fix multiple menu entry and missing icon (#158975)
|
|
|
|
- Clean up spec file
|
|
|
|
|
|
|
|
* Fri May 6 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.0.1-2
|
2005-05-06 15:42:48 +00:00
|
|
|
- Add disttag to Release
|
|
|
|
|
2005-04-08 20:38:17 +00:00
|
|
|
* Fri Apr 8 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.0.1-2
|
|
|
|
- Remove -Werror from configure for now
|
|
|
|
- Fix .desktop file to have Terminal=false instead of 0
|
|
|
|
|
2005-03-24 19:32:18 +00:00
|
|
|
* Thu Mar 24 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 1.0.1-1
|
|
|
|
- Upstream update
|
|
|
|
- Separated ortp
|
|
|
|
- Added %%doc
|
|
|
|
|
2005-03-24 02:17:47 +00:00
|
|
|
* Wed Mar 23 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-7
|
|
|
|
- pkgconfig and -devel fixes
|
|
|
|
|
2005-03-23 21:35:47 +00:00
|
|
|
* Wed Mar 23 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-6
|
|
|
|
- Fix build on x86_64
|
|
|
|
|
2005-03-19 17:52:45 +00:00
|
|
|
* Sat Mar 19 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-5
|
|
|
|
- %%
|
|
|
|
|
2005-03-19 15:57:41 +00:00
|
|
|
* Sat Mar 19 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-4
|
2005-03-19 17:52:45 +00:00
|
|
|
- Used %%find_lang
|
|
|
|
- Tightened up %%files
|
2005-03-19 15:57:41 +00:00
|
|
|
- Streamlined spec file
|
|
|
|
|
2005-03-17 22:53:01 +00:00
|
|
|
* Thu Mar 17 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-3
|
2005-03-19 17:52:45 +00:00
|
|
|
- Broke %%description at 80 columns
|
2005-03-17 22:53:01 +00:00
|
|
|
|
2005-03-16 18:54:45 +00:00
|
|
|
* Wed Mar 16 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-2
|
|
|
|
- Removed explicit Requires
|
|
|
|
|
2005-03-16 17:12:25 +00:00
|
|
|
* Tue Mar 15 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0.12.2-1
|
|
|
|
- Bump release to 1
|
|
|
|
- Cleaned up the -docs and -speex patches
|
|
|
|
|
|
|
|
* Fri Jan 21 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0:0.12.2-0.iva.1
|
|
|
|
- Fixed a silly spec error
|
|
|
|
|
|
|
|
* Fri Jan 21 2005 Ignacio Vazquez-Abrams <ivazquez@ivazquez.net> 0:0.12.2-0.iva.0
|
|
|
|
- Initial RPM release.
|