diff --git a/platform/suse.spec.in b/platform/suse.spec.in index 74e1ae85efd920a53996244457c8197ebacbe9d8..a3920f2e85115eec0bab3d4984d22312e52e4123 100644 --- a/platform/suse.spec.in +++ b/platform/suse.spec.in @@ -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