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

Revision 11357, 9.7 KB checked in by ara_t, 6 years ago (diff)

ekiga: rebuild under libboost-1.66.0

Line 
1Summary: A Gnome based SIP/H323 teleconferencing application
2Summary(ja): GNOME ベースの SIP/H323 遠隔会議アプリケーション
3Name: ekiga
4Version: 4.0.1
5Release: 10%{?_dist_release}
6URL: http://www.ekiga.org/
7Source0: http://www.ekiga.org/ekiga-%{version}.tar.xz
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.10.9
20BuildRequires: opal-devel >= 3.10.9
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.32.0
29BuildRequires: gnome-doc-utils >= 0.3.2
30BuildRequires: desktop-file-utils
31BuildRequires: dbus-devel
32BuildRequires: dbus-glib-devel
33BuildRequires: libsigc++-devel
34BuildRequires: libXv-devel
35BuildRequires: libnotify-devel
36BuildRequires: libboost-devel
37BuildRequires: libboost-signals
38BuildRequires: gnome-icon-theme >= 3.0.0
39
40Requires(post): GConf2, scrollkeeper
41Requires(postun): scrollkeeper
42
43Obsoletes: gnomemeeting
44
45Vendor: Project Vine
46Distribution: Vine Linux
47
48%description
49Ekiga is a tool to communicate with video and audio over the internet.
50It uses the standard SIP and H323 protocols.
51
52%prep
53%setup -q
54
55%build
56CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC"
57%configure \
58        --disable-static \
59        --disable-scrollkeeper \
60        --disable-schemas-install
61make %{?_smp_mflags}
62
63%install
64rm -rf $RPM_BUILD_ROOT
65export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
66make install DESTDIR=$RPM_BUILD_ROOT
67unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
68
69rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
70
71find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
72
73desktop-file-install \
74    --vendor gnome \
75    --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
76    --delete-original \
77    --copy-generic-name-to-name \
78    $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop
79
80%find_lang %{name} --with-gnome
81
82%clean
83rm -rf $RPM_BUILD_ROOT
84
85%post
86export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
87gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
88gconftool-2 --shutdown
89(yes | ekiga-config-tool --install-schemas) > /dev/null 2>&1 ||:
90update-desktop-database %{_datadir}/applications >& /dev/null ||:
91scrollkeeper-update -q > /dev/null ||:
92touch --no-create %{_datadir}/icons/hicolor
93if [ -x /usr/bin/gtk-update-icon-cache ]; then
94  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
95fi
96 
97%pre
98if [ "$1" -gt 1 ]; then
99  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
100  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
101fi
102
103%preun
104if [ "$1" -eq 0 ]; then
105  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
106  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/ekiga.schemas > /dev/null 2>&1
107fi
108
109%postun
110update-desktop-database %{_datadir}/applications >& /dev/null ||:
111scrollkeeper-update -q > /dev/null ||:
112touch --no-create %{_datadir}/icons/hicolor
113if [ -x /usr/bin/gtk-update-icon-cache ]; then
114  gtk-update-icon-cache -q %{_datadir}/icons/hicolor
115fi
116
117%files -f ekiga.lang
118%defattr(-,root,root)
119%doc AUTHORS COPYING ChangeLog NEWS README
120%{_sysconfdir}/gconf/schemas/ekiga.schemas
121%{_bindir}/ekiga
122%{_bindir}/ekiga-config-tool
123%{_bindir}/ekiga-helper
124%{_libdir}/%{name}/%{version}/libekiga.so
125%{_libdir}/%{name}/%{version}/plugins/*.so
126%{_datadir}/applications/gnome-ekiga.desktop
127%{_datadir}/dbus-1/services/*
128%{_datadir}/pixmaps/*
129%{_datadir}/man/*/*
130%{_datadir}/sounds/ekiga
131%{_datadir}/icons/hicolor/*/apps/*
132
133%changelog
134* Mon Jan 08 2018 Toshiaki Ara <ara_t@384.jp> 4.0.1-10
135- rebuild with libboost-1.66.0
136
137* Sat Jul 02 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-9
138- rebuild with gcc-5.4.0
139
140* Mon Jun 13 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-8
141- rebuild with libboost-1.60.0
142
143* Sat Nov 07 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-7
144- rebuild with evolution-data-server-3.18.1
145
146* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-6
147- rebuild with evolution-data-server-3.16.0
148
149* Sun Mar 30 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-5
150- rebuild with evolution-data-server-3.12.0
151
152* Sun Dec 08 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-4
153- rebuild with libboost-1.54.0
154
155* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-3
156- rebuild with evolution-data-server-3.10.1
157
158* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-2
159- rebuild with evolution-data-server-3.8.0
160
161* Sun Mar 03 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.1-1
162- new upstream release
163
164* Fri Jan 04 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 4.0.0-1
165- new upstream release
166- add BuildRequires; gnome-icon-theme
167
168* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.9.90-1
169- new upstream release
170
171* Thu Apr 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.2-2
172- rebuild with evolution-data-server-3.4.0
173
174* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.2-1
175- new upstream release
176
177* Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.1-2
178- rebuild with evolution-data-server-3.1.90
179
180* Tue Aug 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.3.1-1
181- new upstream release
182- add BuildRequires: libnotify-devel, libboost-devel, libboost-signals
183
184* Mon Jan 10 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.7-4
185- rebuild with openssl-1.0.0c
186
187* Tue Oct 05 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.7-3
188- rebuild with evolution-data-server-2.32.0
189
190* Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.7-2
191- rebuild with evolution-data-server-2.30.2
192
193* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.7-1
194- new upstream release
195
196* Sun Mar 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.6-1
197- new upstream release
198- add BuildRequires: libXv-devel
199
200* Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.4-1
201- new upstream release
202
203* Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.1-1
204- new upstream release
205
206* Sat Apr  4 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 3.0.2-1
207- new upstream release
208
209* Wed Oct 29 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.1-1
210- new upstream release
211
212* Tue Sep 30 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 3.0.0-1
213- new upstream release
214
215* Sun Sep 28 2008 Shu KONNO <owa@bg.wakwak.com> 2.0.11-2vl5
216- built with gnome-2.24
217
218* Mon Sep 22 2008 Shu KONNO <owa@bg.wakwak.com> 2.0.11-1vl5
219- applied new versioning policy
220
221* Sat Sep 29 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.11-0vl1
222- new upstream release
223
224* Sat Jul 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.0.9-0vl5
225- rebuilt with evolution-data-server-devel 1.10.1
226
227* Tue May 22 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.0.9-0vl4
228- add BuildRequires: dbus-glib-devel
229
230* Sat May 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl3
231- rebuilt with new toolchain
232
233* Mon Apr 30 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl2
234- rebuilt with dbus 1.0.2
235
236* Sat Apr 14 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.9-0vl1
237- new upstream release
238
239* Sat Feb 24 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.5-0vl1
240- new upstream release
241
242* Sun Feb  4 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 2.0.4-1vl1
243- initial built for Vine Linux
244
245* Mon Jan 22 2007 Daniel Veillard <veillard@redhat.com> - 2.0.4-1
246- Upgrade to ekiga-2.0.4
247
248* Thu Nov  2 2006 Daniel Veillard <veillard@redhat.com> - 2.0.3-3
249- Resolves: rhbz#201535
250- fixes build-requires for opal-devel and pwlib-devel
251
252* Sat Oct 28 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-2
253- Rebuild against evolution-data-server 1.9
254
255* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.3-1
256- Update to 2.0.3
257
258* Sat Sep 30 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-7
259- Make the status icon work in transparent panels
260
261* Thu Aug 31 2006 Matthias Clasen <mclasen@redhat.com> - 2.0.2-6
262- Fix translator credits (197871)
263
264* Mon Aug  7 2006 Matthew Barnes <mbarnes@redhat.com> - 2.0.2-5
265- Rebuild against evolution-data-server-1.7.91
266
267* Sat Aug  5 2006 Caolan McNamara <caolanm@redhat.com> - 2.0.2-4
268- rebuild against new e-d-s
269
270* Tue Aug  1 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-3
271- rebuilt for #200960
272
273* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.2-1.1
274- rebuild
275
276* Wed May 31 2006 Daniel Veillard <veillard@redhat.com> - 2.0.2-1
277- new release of ekiga 2.0.2
278- activating Zeroconf support though avahi
279
280* Mon May 22 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-3
281- Fix BuildRequires and Requires(post), Requires(postun)
282
283* Wed Mar 15 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-2
284- run 'ekiga-config-tool --install-schemas' in %post, c.f. #178929
285
286* Tue Mar 14 2006 Daniel Veillard <veillard@redhat.com> - 2.0.1-1
287- last minute bug rerelease 2.0.1
288
289* Mon Mar 13 2006 Daniel Veillard <veillard@redhat.com> - 2.0.0-1
290- final release of 2.0.0
291
292* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.99.1-2
293- Buildrequires: gnome-doc-utils
294
295* Mon Feb 13 2006 Daniel Veillard <veillard@redhat.com> - 1.99.1-1
296- new beta release issued
297
298* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.2
299- bump again for double-long bug on ppc(64)
300
301* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.99.0-3.1
302- rebuilt for new gcc4.1 snapshot and glibc changes
303
304* Sat Jan 28 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-3
305- Rebuilt following a libedataserver revision
306
307* Fri Jan 27 2006 Matthias Clasen <mclasen@redhat.com> - 1.99.0-2
308- Use the upstream .desktop file
309
310* Tue Jan 24 2006 Daniel Veillard <veillard@redhat.com> - 1.99.0-1
311- initial version based on the 1.99.0 beta and gnomemeeting spec file.
Note: See TracBrowser for help on using the repository browser.