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