rpms/ekiga/devel .cvsignore, 1.18, 1.19 ekiga.spec, 1.73, 1.74 sources, 1.20, 1.21 ekiga-fix-desktop-in.patch, 1.1, NONE

Peter Robinson pbrobinson at fedoraproject.org
Tue Mar 3 22:34:31 UTC 2009


Author: pbrobinson

Update of /cvs/pkgs/rpms/ekiga/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19051

Modified Files:
	.cvsignore ekiga.spec sources 
Removed Files:
	ekiga-fix-desktop-in.patch 
Log Message:
- Upgrade to the 3.1.2 beta release, enable celt codec, reinstate proper desktop file now its fixed


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ekiga/devel/.cvsignore,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- .cvsignore	15 Jan 2009 08:53:05 -0000	1.18
+++ .cvsignore	3 Mar 2009 22:34:00 -0000	1.19
@@ -1 +1 @@
-ekiga-3.1.0.tar.bz2
+ekiga-3.1.2.tar.bz2


Index: ekiga.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ekiga/devel/ekiga.spec,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ekiga.spec	24 Feb 2009 14:21:28 -0000	1.73
+++ ekiga.spec	3 Mar 2009 22:34:01 -0000	1.74
@@ -1,10 +1,9 @@
 Summary:	A Gnome based SIP/H323 teleconferencing application
 Name:		ekiga
-Version:	3.1.0
-Release:	11%{?dist}
+Version:	3.1.2
+Release:	1%{?dist}
 URL:		http://www.ekiga.org/
 Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.1/%{name}-%{version}.tar.bz2
-Patch0:		ekiga-fix-desktop-in.patch
 License:	GPLv2+
 Group:		Applications/Communications
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -12,17 +11,17 @@
 Requires:	evolution-data-server
 Requires:	dbus
 Requires:	GConf2
-BuildRequires:	gtk2-devel >= 2.12
-BuildRequires:	GConf2-devel >= 2.2.0
+BuildRequires:	gtk2-devel
+BuildRequires:	GConf2-devel
 BuildRequires:	libnotify-devel
-BuildRequires:	avahi-devel >= 0.6.9
-BuildRequires:	avahi-glib-devel >= 0.6.9
-BuildRequires:	dbus-glib-devel >= 0.70
+BuildRequires:	avahi-devel
+BuildRequires:	avahi-glib-devel
+BuildRequires:	dbus-glib-devel
 BuildRequires:	openldap-devel
 BuildRequires:	openssl-devel
-BuildRequires:	ptlib-devel >= 2.4.1
-BuildRequires:	opal-devel >= 3.4.1
-BuildRequires:	libxml2-devel >= 2.5.0
+BuildRequires:	ptlib-devel >= 2.6.0
+BuildRequires:	opal-devel >= 3.6.0
+BuildRequires:	libxml2-devel
 BuildRequires:	libXv-devel
 BuildRequires:	intltool >= 0.22
 BuildRequires:	pkgconfig
@@ -31,17 +30,11 @@
 BuildRequires:	gettext
 BuildRequires:	evolution-data-server-devel
 BuildRequires:	gnome-doc-utils >= 0.3.2
+BuildRequires:	desktop-file-utils
 BuildRequires:	libsigc++20-devel
 BuildRequires:	speex-devel
 BuildRequires:	expat-devel
 BuildRequires:	SDL-devel
-#BuildRequires:	gstreamer-devel
-#BuildRequires:	gstreamer-plugins-base-devel
-#Temp until the next beta
-BuildRequires:	autoconf
-BuildRequires:	libtool
-BuildRequires:	automake
-
 
 Requires(pre):	GConf2
 Requires(post):	GConf2
@@ -55,7 +48,6 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .fix-desktop-in
 
 %build
 autoreconf
@@ -89,6 +81,12 @@
   done
 done
 
+desktop-file-install --vendor gnome \
+  --dir=$RPM_BUILD_ROOT%{_datadir}/applications \
+  --delete-original \
+  --copy-generic-name-to-name \
+  $RPM_BUILD_ROOT%{_datadir}/applications/ekiga.desktop
+
 %find_lang ekiga --with-gnome
 
 %clean
@@ -143,6 +141,10 @@
 %{_sysconfdir}/gconf/schemas/ekiga.schemas
 
 %changelog
+* Mon Mar  3 2009 Peter Robinson <pbrobinson at gmail.com> - 3.1.2-1
+- Upgrade to the 3.1.2 beta release, enable celt codec, reinstate 
+  proper desktop file now its fixed
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.0-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ekiga/devel/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	15 Jan 2009 08:53:05 -0000	1.20
+++ sources	3 Mar 2009 22:34:01 -0000	1.21
@@ -1 +1 @@
-ec8690ff84b364d2df5b2443a01ba529  ekiga-3.1.0.tar.bz2
+f92d6dc6db80682bf82a80952e25348c  ekiga-3.1.2.tar.bz2


--- ekiga-fix-desktop-in.patch DELETED ---




More information about the fedora-extras-commits mailing list