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

Revision 6011, 8.5 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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