]> git.pld-linux.org Git - packages/ekiga.git/blob - ekiga.spec
- release 2
[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.6
5 Release:        2
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:  efb778fa60a44c9ea8c2df8a2daab5aa
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.5
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):  hicolor-icon-theme
41 Requires(post,postun):  scrollkeeper
42 Requires(post,preun):   GConf2 >= 2.14.0
43 Requires:       dbus >= 0.60
44 Requires:       evolution-data-server >= 1.6.1
45 Requires:       libgnome >= 2.14.0
46 Requires:       libgnomeui >= 2.14.0
47 Requires:       ptlib-sound
48 Obsoletes:      gnomemeeting
49 # sr@Latn vs. sr@latin
50 Conflicts:      glibc-misc < 6:2.7
51 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
52
53 %description
54 Ekiga is a IP Telephony and Video Conferencing application which
55 complies to the SIP and H.323 protocols. It can connect to a variety
56 of other SIP and H323 applications including specialized hardware.
57 Ekiga can work with or without a webcam, and is able to create pure
58 audio communications or traditionnal audio+video communications. Ekiga
59 was fomerly known as GnomeMeeting.
60
61 %description -l pl.UTF-8
62 Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii
63 internetowej zgodnej z protokołami SIP oraz H.323. Może łączyć się z
64 różnymi aplikacjami SIP lub H.323 włączając w to specjalizowane
65 urządzenia. Program Ekiga może pracować z kamerą internetową,
66 zestawiać same połączenia głosowe jak również tradycyjne z dźwiękiem i
67 obrazem. Ekiga była poprzednio znana jako GnomeMeeting.
68
69 %prep
70 %setup -q
71 %patch0 -p1
72 sed -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
89 rm -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
99 rm -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.071978 seconds and 4 git commands to generate.