diff --git a/ekiga.spec b/ekiga.spec index bda7f1a..957e554 100644 --- a/ekiga.spec +++ b/ekiga.spec @@ -1,7 +1,7 @@ Summary: A Gnome based SIP/H323 teleconferencing application Name: ekiga Version: 4.0.1 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2+ Group: Applications/Communications URL: http://www.ekiga.org/ @@ -88,6 +88,46 @@ desktop-file-install --vendor gnome \ --delete-original \ %{buildroot}%{_datadir}/applications/ekiga.desktop +# Register as an application to be visible in the software center +# +# NOTE: It would be *awesome* if this file was maintained by the upstream +# project, translated and installed into the right place during `make install`. +# +# See http://www.freedesktop.org/software/appstream/docs/ for more details. +# +mkdir -p $RPM_BUILD_ROOT%{_datadir}/appdata +cat > $RPM_BUILD_ROOT%{_datadir}/appdata/gnome-ekiga.appdata.xml < + + + + gnome-ekiga.desktop + CC0-1.0 + +

+ Ekiga is a softphone, video conferencing and instant messenger application + over the Internet. + It supports HD sound quality and video up to DVD size and quality. +

+

+ It is interoperable with many other standard compliant softwares, + hardwares and service providers as it supports both the major telephony + standards (SIP and H.323). +

+
+ http://www.ekiga.org/ + + http://www.ekiga.org/sites/all/themes/ekiga_net/images/ekiga_s3.png + http://www.ekiga.org/sites/all/themes/ekiga_net/images/Roster3.png + + ekiga-list@gnome.org + GNOME +
+EOF + %find_lang ekiga --with-gnome #Remove libtool archives. @@ -134,6 +174,7 @@ scrollkeeper-update -q || : %{_bindir}/ekiga-helper %{_bindir}/ekiga-config-tool %{_libdir}/ekiga +%{_datadir}/appdata/*.appdata.xml %{_datadir}/applications/gnome-ekiga.desktop %{_datadir}/pixmaps/ekiga %{_datadir}/man/*/* @@ -143,6 +184,9 @@ scrollkeeper-update -q || : %{_sysconfdir}/gconf/schemas/ekiga.schemas %changelog +* Thu Mar 26 2015 Richard Hughes - 4.0.1-18 +- Add an AppData file for the software center + * Tue Feb 17 2015 Milan Crha - 4.0.1-17 - Rebuild against newer evolution-data-server