linphone/linphone.spec

119 lines
3.6 KiB
RPMSpec
Raw Normal View History

Name: linphone
Version: 0.12.2
2005-03-24 02:17:47 +00:00
Release: 7
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
Source0: http://simon.morlat.free.fr/download/0.12.2/source/linphone-0.12.2.tar.gz
Patch: linphone-0.12.2-docs.patch
Patch1: linphone-0.12.2-speex.patch
2005-03-23 21:35:47 +00:00
Patch2: linphone-0.12.2-pkgconfig.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: gnome-panel-devel libgnomeui-devel glib2-devel alsa-lib-devel
BuildRequires: libosip-devel speex-devel gettext
%description
2005-03-17 22:53:01 +00:00
Linphone is mostly sip compliant. It works successfully with these
implementations:
* 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.
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
%description devel
Libraries required to develop software with linphone
%prep
%setup -q
%patch -p 1 -b .docs
%patch1 -p 1 -b .speex
2005-03-23 21:35:47 +00:00
%patch2 -p 1 -b .pkgconfig
rm -r $RPM_BUILD_DIR/linphone-0.12.2/oRTP/docs
rm -r $RPM_BUILD_DIR/linphone-0.12.2/speex
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
2005-03-19 15:57:41 +00:00
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
2005-03-19 15:57:41 +00:00
%post -p /sbin/ldconfig
2005-03-19 15:57:41 +00:00
%postun -p /sbin/ldconfig
2005-03-19 15:57:41 +00:00
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/*
2005-03-19 15:57:41 +00:00
%{_libdir}/bonobo/servers/*.server
%{_libdir}/*.so.*
%{_libexecdir}/*
%{_mandir}/man1/*
2005-03-19 15:57:41 +00:00
%{_datadir}/gnome/apps/Internet/*.desktop
%{_datadir}/gnome/help/linphone
%{_datadir}/gnome-2.0/ui/*.xml
%{_datadir}/gtk-doc/html/mediastreamer
%{_datadir}/linphonec
%{_datadir}/pixmaps/linphone
%{_datadir}/sounds/linphone
%files devel
%defattr(-,root,root)
2005-03-19 15:57:41 +00:00
%{_includedir}/*
%{_libdir}/*.a
%{_libdir}/*.la
%{_libdir}/*.so
%{_libdir}/pkgconfig/*
%changelog
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
* 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.