]> git.pld-linux.org Git - packages/ekiga.git/blobdiff - ekiga.spec
- remove bashizm
[packages/ekiga.git] / ekiga.spec
index 5d9a864a204b3ffa4b9f0b69a8aab93f1689af46..255a24fb12d1d52b211b99eacf03eaca462ff5b2 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       SIP and H.323 Videoconferencing
 Summary(pl.UTF-8):     Program do telekonferencji w standardzie SIP oraz H.323
 Name:          ekiga
-Version:       2.0.5
-Release:       1
+Version:       3.0.1
+Release:       0.1
 License:       GPL
 Group:         Applications/Communications
-Source0:       http://www.ekiga.org/admin/downloads/latest/sources/sources/%{name}-%{version}.tar.gz
-# Source0-md5: 7a82346dd5b7776a617fd9c623f32e9a
+Source0:       http://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.gz
+# Source0-md5: f7db69b21c6d1bdaaef4f221df0de015
 URL:           http://www.ekiga.org/
 BuildRequires: GConf2-devel >= 2.14.0
 BuildRequires: SDL-devel
@@ -24,10 +24,10 @@ BuildRequires:      libgnome-devel >= 2.14.0
 BuildRequires: libgnomeui-devel >= 2.14.0
 BuildRequires: libselinux-devel
 BuildRequires: libtool
-BuildRequires: opal-devel = 2.2.5
-BuildRequires: openldap-devel >= 2.3.0
+BuildRequires: opal-devel = 2.2.11
+BuildRequires: openldap-devel >= 2.4.6
 BuildRequires: pkgconfig
-BuildRequires: pwlib-devel = 1.10.4
+BuildRequires: pwlib-devel = 1.10.10
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
 Requires(post,postun): scrollkeeper
@@ -36,9 +36,11 @@ Requires:    dbus >= 0.60
 Requires:      evolution-data-server >= 1.6.1
 Requires:      libgnome >= 2.14.0
 Requires:      libgnomeui >= 2.14.0
-Requires:      opal = 2.2.4
+Requires:      opal = 2.2.11
 Requires:      pwlib-sound
 Obsoletes:     gnomemeeting
+# sr@Latn vs. sr@latin
+Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -64,13 +66,15 @@ sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Networ
 %build
 %{__gnome_doc_common}
 %{__libtoolize}
+%{__intltoolize}
 %{__aclocal}
 %{__autoconf}
 %{__autoheader}
 %{__automake}
 %configure \
        --disable-schemas-install \
-       --enable-dbus
+       --enable-dbus \
+       --disable-scrollkeeper
 %{__make}
 
 %install
@@ -79,6 +83,8 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
+       mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
 %find_lang %{name} --with-gnome
 
 %clean
This page took 0.054604 seconds and 4 git commands to generate.