]> git.pld-linux.org Git - packages/ekiga.git/blame - ekiga.spec
- release 2
[packages/ekiga.git] / ekiga.spec
CommitLineData
026c4fa8 1Summary: SIP and H.323 Videoconferencing
db385c02 2Summary(pl.UTF-8): Program do telekonferencji w standardzie SIP oraz H.323
026c4fa8 3Name: ekiga
c81a04ee 4Version: 3.2.6
726cfcc2 5Release: 2
026c4fa8 6License: GPL
7Group: Applications/Communications
c81a04ee
AM
8Source0: http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/%{name}-%{version}.tar.gz
9# Source0-md5: efb778fa60a44c9ea8c2df8a2daab5aa
99bca0dc 10Patch0: %{name}-shell.patch
026c4fa8 11URL: http://www.ekiga.org/
705d24e5 12BuildRequires: GConf2-devel >= 2.14.0
026c4fa8 13BuildRequires: SDL-devel
14BuildRequires: autoconf
15BuildRequires: automake
3e8eb574
JB
16BuildRequires: avahi-devel >= 0.6
17BuildRequires: avahi-glib-devel >= 0.6
fe2283c3 18BuildRequires: dbus-glib-devel >= 0.60
7ae15e65 19BuildRequires: docbook-dtd412-xml
705d24e5 20BuildRequires: evolution-data-server-devel >= 1.6.1
026c4fa8 21BuildRequires: gettext-devel
22BuildRequires: gnome-common >= 2.8.0
3e8eb574 23BuildRequires: gnome-doc-utils
026c4fa8 24BuildRequires: intltool >= 0.33
705d24e5
JR
25BuildRequires: libgnome-devel >= 2.14.0
26BuildRequires: libgnomeui-devel >= 2.14.0
b985b66f 27BuildRequires: libselinux-devel
99bca0dc 28BuildRequires: libsigc++-devel
026c4fa8 29BuildRequires: libtool
99bca0dc 30BuildRequires: opal-devel >= 3.4.2
a8b8bb53 31BuildRequires: openldap-devel >= 2.4.6
3e8eb574 32BuildRequires: pkgconfig
c81a04ee 33BuildRequires: ptlib-devel >= 2.6.5
026c4fa8 34BuildRequires: rpmbuild(macros) >= 1.197
35BuildRequires: scrollkeeper
7ae15e65 36BuildRequires: speex-devel
37BuildRequires: srtp-devel
38BuildRequires: unixODBC-devel
99bca0dc 39BuildRequires: xorg-lib-libXv-devel
99bca0dc 40Requires(post,postun): hicolor-icon-theme
7ae15e65 41Requires(post,postun): scrollkeeper
5ed564fd 42Requires(post,preun): GConf2 >= 2.14.0
fe2283c3 43Requires: dbus >= 0.60
5ed564fd
JR
44Requires: evolution-data-server >= 1.6.1
45Requires: libgnome >= 2.14.0
46Requires: libgnomeui >= 2.14.0
c58ce12b 47Requires: ptlib-sound
026c4fa8 48Obsoletes: gnomemeeting
f1f343bb 49# sr@Latn vs. sr@latin
50Conflicts: glibc-misc < 6:2.7
026c4fa8 51BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53%description
0a94754a 54Ekiga is a IP Telephony and Video Conferencing application which
026c4fa8 55complies to the SIP and H.323 protocols. It can connect to a variety
0a94754a 56of other SIP and H323 applications including specialized hardware.
026c4fa8 57Ekiga can work with or without a webcam, and is able to create pure
0a94754a 58audio communications or traditionnal audio+video communications. Ekiga
59was fomerly known as GnomeMeeting.
026c4fa8 60
6b7fb924 61%description -l pl.UTF-8
0a94754a 62Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii
6b7fb924
JR
63internetowej zgodnej z protokołami SIP oraz H.323. Może łączyć się z
64różnymi aplikacjami SIP lub H.323 włączając w to specjalizowane
65urządzenia. Program Ekiga może pracować z kamerą internetową,
66zestawiać same połączenia głosowe jak również tradycyjne z dźwiękiem i
67obrazem. Ekiga była poprzednio znana jako GnomeMeeting.
026c4fa8 68
69%prep
70%setup -q
99bca0dc 71%patch0 -p1
012da6a3 72sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in
026c4fa8 73
74%build
75%{__gnome_doc_common}
76%{__libtoolize}
33c4f13c 77%{__intltoolize}
026c4fa8 78%{__aclocal}
79%{__autoconf}
80%{__autoheader}
81%{__automake}
82%configure \
0a33959c 83 --disable-schemas-install \
3c305ed8
RT
84 --enable-dbus \
85 --disable-scrollkeeper
026c4fa8 86%{__make}
87
88%install
89rm -rf $RPM_BUILD_ROOT
90
91%{__make} install \
92 DESTDIR=$RPM_BUILD_ROOT
93
f1f343bb 94[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
95 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
026c4fa8 96%find_lang %{name} --with-gnome
97
98%clean
99rm -rf $RPM_BUILD_ROOT
100
101%post
102%gconf_schema_install ekiga.schemas
fe2283c3
JR
103%scrollkeeper_update_post
104%update_desktop_database_post
99bca0dc 105%update_icon_cache hicolor
fe2283c3
JR
106
107%postun
108%scrollkeeper_update_postun
99bca0dc 109%update_icon_cache hicolor
026c4fa8 110
111%preun
112%gconf_schema_uninstall ekiga.schemas
113
114%files -f %{name}.lang
115%defattr(644,root,root,755)
116%doc AUTHORS ChangeLog NEWS README TODO FAQ
117%attr(755,root,root) %{_bindir}/*
118%{_pixmapsdir}/*
119%{_desktopdir}/*.desktop
fe2283c3
JR
120%{_datadir}/dbus-1/services/*.service
121%{_omf_dest_dir}/%{name}
026c4fa8 122%{_datadir}/sounds/%{name}
99bca0dc 123%{_iconsdir}/hicolor/*/*/ekiga.png
026c4fa8 124%{_sysconfdir}/gconf/schemas/*
026c4fa8 125%{_mandir}/*/*
This page took 0.064988 seconds and 4 git commands to generate.