source: projects/specs/trunk/e/ekiga/ekiga-vl.spec @ 1232

Revision 1232, 7.5 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with evolution-data-server-2.30.2

Line 
1Summary: A Gnome based SIP/H323 teleconferencing application
2Summary(ja): GNOME ベースの SIP/H323 遠隔会議アプリケーション
3Name: ekiga
4Version: 3.2.7
5Release: 2%{?_dist_release}
6URL: http://www.ekiga.org/
7Source0: http://www.ekiga.org/ekiga-%{version}.tar.bz2
8License: GPL
9Group: Applications/Communications
10
11BuildRoot: %{_tmppath}/%{name}-%{version}-root
12BuildRequires: gtk2-devel >= 2.14.0
13BuildRequires: GConf2-devel >= 2.24.0
14BuildRequires: libgnomeui-devel >= 2.24.0
15BuildRequires: libgnome-devel >= 2.24.0
16BuildRequires: avahi-devel >= 0.6.23
17BuildRequires: avahi-glib-devel >= 0.6.23
18BuildRequires: openldap-devel
19BuildRequires: ptlib-devel >= 2.6.2
20BuildRequires: opal-devel >= 3.6.2
21BuildRequires: libxml2-devel >= 2.6.0
22BuildRequires: SDL-devel
23BuildRequires: intltool >= 0.22
24BuildRequires: pkgconfig
25BuildRequires: scrollkeeper
26BuildRequires: alsa-lib-devel
27BuildRequires: gettext
28BuildRequires: evolution-data-server-devel >= 2.30.2
29BuildRequires: gnome-doc-utils >= 0.3.2
30BuildRequires: desktop-file-utils
31BuildRequires: dbus-devel
32BuildRequires: dbus-glib-devel
33BuildRequires: libsigc++-devel
34BuildRequires: libXv-devel
35
36Requires(post): GConf2, scrollkeeper
37Requires(postun): scrollkeeper
38
39Obsoletes: gnomemeeting
40
41%description
42Ekiga is a tool to communicate with video and audio over the internet.
43It uses the standard SIP and H323 protocols.
44
45%prep
46%setup -q
47
48%build
49CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC"
50%configure --disable-scrollkeeper --disable-schemas-install
51make %{?_smp_mflags}
52
53%install
54rm -rf $RPM_BUILD_ROOT
55export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
56make install DESTDIR=$RPM_BUILD_ROOT
57unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
58
59rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
60
61desktop-file-install \
62    --vendor gnome \
63    --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
64    --delete-original \
65    --copy-generic-name-to-name \
66    $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop
67
68%find_lang %{name} --with-gnome
69
70%clean
71rm -rf $RPM_BUILD_ROOT
72
73%post
74export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
75gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
76gconftool-2 --shutdown
77(yes | ekiga-config-tool --install-schemas) > /dev/null 2>&1 ||:
78update-desktop-database %{_datadir}/applications >& /dev/null ||:
79scrollkeeper-update -q > /dev/null ||:
80touch --no-create %{_datadir}/icons/hicolor
81if [ -x /usr/bin/gtk-update-icon-cache ]; then
82  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
83fi
84 
85%pre
86if [ "$1" -gt 1 ]; then
87  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
88  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
89fi
90
91%preun
92if [ "$1" -eq 0 ]; then
93  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
94  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
95fi
96
97%postun
98update-desktop-database %{_datadir}/applications >& /dev/null ||:
99scrollkeeper-update -q > /dev/null ||:
100touch --no-create %{_datadir}/icons/hicolor
101if [ -x /usr/bin/gtk-update-icon-cache ]; then
102  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
103fi
104
105%files -f ekiga.lang
106%defattr(-,root,root)
107%doc AUTHORS COPYING ChangeLog NEWS README
108%{_sysconfdir}/gconf/schemas/ekiga.schemas
109%{_bindir}/ekiga
110%{_bindir}/ekiga-config-tool
111%{_bindir}/ekiga-helper
112%{_datadir}/applications/gnome-ekiga.desktop
113%{_datadir}/dbus-1/services/*
114%{_datadir}/pixmaps/*
115%{_datadir}/man/*/*
116%{_datadir}/sounds/ekiga
117%{_datadir}/icons/hicolor/*/apps/*
118
119%changelog
120* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.7-2
121- rebuild with evolution-data-server-2.30.2
122
123* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.7-1
124- new upstream release
125
126* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.6-1
127- new upstream release
128- add BuildRequires: libXv-devel
129
130* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-1
131- new upstream release
132
133* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.1-1
134- new upstream release
135
136* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.2-1
137- new upstream release
138
139* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
140- new upstream release
141
142* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.0-1
143- new upstream release
144
145* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.0.11-2vl5
146- built with gnome-2.24
147
148* Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 2.0.11-1vl5
149- applied new versioning policy
150
151* Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.11-0vl1
152- new upstream release
153
154* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.9-0vl5
155- rebuilt with evolution-data-server-devel 1.10.1
156
157* Tue May 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.9-0vl4
158- add BuildRequires: dbus-glib-devel
159
160* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl3
161- rebuilt with new toolchain
162
163* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl2
164- rebuilt with dbus 1.0.2
165
166* Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl1
167- new upstream release
168
169* Sat Feb 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.5-0vl1
170- new upstream release
171
172* Sun Feb  4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.4-1vl1
173- initial built for Vine Linux
174
175* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> - 2.0.4-1
176- Upgrade to ekiga-2.0.4
177
178* Thu Nov  2 2006 Daniel Veillard <veillard@redhat.com> - 2.0.3-3
179- Resolves: rhbz#201535
180- fixes build-requires for opal-devel and pwlib-devel
181
182* Sat Oct 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-2
183- Rebuild against evolution-data-server 1.9
184
185* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-1
186- Update to 2.0.3
187
188* Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-7
189- Make the status icon work in transparent panels
190
191* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-6
192- Fix translator credits (197871)
193
194* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 2.0.2-5
195- Rebuild against evolution-data-server-1.7.91
196
197* Sat Aug  5 2006 Caolan McNamara <caolanm@redhat.com> - 2.0.2-4
198- rebuild against new e-d-s
199
200* Tue Aug  1 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-3
201- rebuilt for #200960
202
203* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-1.1
204- rebuild
205
206* Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-1
207- new release of ekiga 2.0.2
208- activating Zeroconf support though avahi
209
210* Mon May 22 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-3
211- Fix BuildRequires and Requires(post), Requires(postun)
212
213* Wed Mar 15 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-2
214- run 'ekiga-config-tool --install-schemas' in %post, c.f. #178929
215
216* Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-1
217- last minute bug rerelease 2.0.1
218
219* Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.0.0-1
220- final release of 2.0.0
221
222* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.99.1-2
223- Buildrequires: gnome-doc-utils
224
225* Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 1.99.1-1
226- new beta release issued
227
228* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.2
229- bump again for double-long bug on ppc(64)
230
231* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.1
232- rebuilt for new gcc4.1 snapshot and glibc changes
233
234* Sat Jan 28 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-3
235- Rebuilt following a libedataserver revision
236
237* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> - 1.99.0-2
238- Use the upstream .desktop file
239
240* Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-1
241- initial version based on the 1.99.0 beta and gnomemeeting spec file.
Note: See TracBrowser for help on using the repository browser.