Skip to content
Snippets Groups Projects
Commit 7ad45ed7 authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

Update suse spec file

parent a454fd63
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ Autoreq: 0
Name: %name
Summary: A VoIP daemon with SIP protocol and IAX protocol
Version: %version
Release: 2suse
Release: 1suse
License: GPL
Group: System Environment/Daemons
URL: http://www.sflphone.org/
......@@ -22,15 +22,8 @@ SFLphoned is a VoIP daeamon with SIP protocol and IAX protocol.
%setup -q
cd libs/pjproject-1.0.1
./configure --prefix=/usr
make dep
make clean
make
cd ../dbus-c++
./configure --prefix=/usr
make
cd ../libiax2
./gen.sh
./configure --prefix=/usr
make dep
make
cd ../..
......@@ -51,12 +44,6 @@ make prefix=%{buildroot}/usr install
cd ../libs/pjproject-1.0.1
make prefix=%{buildroot}/usr install
cd ../dbus-c++
make prefix=%{buildroot}/usr install
cd ../libiax2
make prefix=%{buildroot}/usr install
cd ../..
cd %{buildroot}/usr/bin/
ln -sf ./sflphone-gtk sflphone
......@@ -81,6 +68,9 @@ rm -rf %{buildroot}/usr/include
rm -rf %{buildroot}
%changelog
* Fri Apr 10 2009 Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> 1suse
- Packaging 0.9.4-2 sflphone version on openSUSE 11
* Mon Feb 16 2009 Emmanuel Milou <emmanuel.milou@savoirfairelinux.com> 2suse
- Packaging 0.9.3-2 sflphone version on openSUSE 11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment