]> git.pld-linux.org Git - packages/ekiga.git/blame_incremental - ekiga.spec
- release 2
[packages/ekiga.git] / ekiga.spec
... / ...
CommitLineData
1Summary: SIP and H.323 Videoconferencing
2Summary(pl.UTF-8): Program do telekonferencji w standardzie SIP oraz H.323
3Name: ekiga
4Version: 3.2.7
5Release: 2
6License: GPL
7Group: Applications/Communications
8Source0: http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/%{name}-%{version}.tar.gz
9# Source0-md5: bdc787550c4cf5acf873788f5ea153ba
10Patch0: %{name}-shell.patch
11URL: http://www.ekiga.org/
12BuildRequires: GConf2-devel >= 2.14.0
13BuildRequires: SDL-devel
14BuildRequires: autoconf
15BuildRequires: automake
16BuildRequires: avahi-devel >= 0.6
17BuildRequires: avahi-glib-devel >= 0.6
18BuildRequires: dbus-glib-devel >= 0.60
19BuildRequires: docbook-dtd412-xml
20BuildRequires: evolution-data-server-devel >= 1.6.1
21BuildRequires: gettext-devel
22BuildRequires: gnome-common >= 2.8.0
23BuildRequires: gnome-doc-utils
24BuildRequires: intltool >= 0.33
25BuildRequires: libgnome-devel >= 2.14.0
26BuildRequires: libgnomeui-devel >= 2.14.0
27BuildRequires: libselinux-devel
28BuildRequires: libsigc++-devel
29BuildRequires: libtool
30BuildRequires: opal-devel >= 3.4.2
31BuildRequires: openldap-devel >= 2.4.6
32BuildRequires: pkgconfig
33BuildRequires: ptlib-devel >= 2.6.7
34BuildRequires: rpmbuild(macros) >= 1.197
35BuildRequires: scrollkeeper
36BuildRequires: speex-devel
37BuildRequires: srtp-devel
38BuildRequires: unixODBC-devel
39BuildRequires: xorg-lib-libXv-devel
40Requires(post,postun): hicolor-icon-theme
41Requires(post,postun): scrollkeeper
42Requires(post,preun): GConf2 >= 2.14.0
43Requires: dbus >= 0.60
44Requires: evolution-data-server >= 1.6.1
45Requires: libgnome >= 2.14.0
46Requires: libgnomeui >= 2.14.0
47Requires: ptlib-sound
48Obsoletes: gnomemeeting
49# sr@Latn vs. sr@latin
50Conflicts: glibc-misc < 6:2.7
51BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53%description
54Ekiga is a IP Telephony and Video Conferencing application which
55complies to the SIP and H.323 protocols. It can connect to a variety
56of other SIP and H323 applications including specialized hardware.
57Ekiga can work with or without a webcam, and is able to create pure
58audio communications or traditionnal audio+video communications. Ekiga
59was fomerly known as GnomeMeeting.
60
61%description -l pl.UTF-8
62Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii
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.
68
69%prep
70%setup -q
71%patch0 -p1
72sed -i -e 's|Categories=GNOME;GTK;Network;Telephony;|Categories=GTK;GNOME;Network;InstantMessaging;|' ekiga.desktop.in.in
73
74%build
75%{__gnome_doc_common}
76%{__libtoolize}
77%{__intltoolize}
78%{__aclocal}
79%{__autoconf}
80%{__autoheader}
81%{__automake}
82%configure \
83 --disable-schemas-install \
84 --enable-dbus \
85 --disable-scrollkeeper
86%{__make}
87
88%install
89rm -rf $RPM_BUILD_ROOT
90
91%{__make} install \
92 DESTDIR=$RPM_BUILD_ROOT
93
94[ -d $RPM_BUILD_ROOT%{_datadir}/locale/sr@latin ] || \
95 mv -f $RPM_BUILD_ROOT%{_datadir}/locale/sr@{Latn,latin}
96%find_lang %{name} --with-gnome
97
98%clean
99rm -rf $RPM_BUILD_ROOT
100
101%post
102%gconf_schema_install ekiga.schemas
103%scrollkeeper_update_post
104%update_desktop_database_post
105%update_icon_cache hicolor
106
107%postun
108%scrollkeeper_update_postun
109%update_icon_cache hicolor
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
120%{_datadir}/dbus-1/services/*.service
121%{_omf_dest_dir}/%{name}
122%{_datadir}/sounds/%{name}
123%{_iconsdir}/hicolor/*/*/ekiga.png
124%{_sysconfdir}/gconf/schemas/*
125%{_mandir}/*/*
This page took 0.034495 seconds and 4 git commands to generate.