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