rpms/ekiga/F-10 ekiga.spec,1.61,1.62

Peter Robinson pbrobinson at fedoraproject.org
Thu Nov 13 23:16:01 UTC 2008


Author: pbrobinson

Update of /cvs/pkgs/rpms/ekiga/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10214

Modified Files:
	ekiga.spec 
Log Message:
- Fix spec file error



Index: ekiga.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ekiga/F-10/ekiga.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ekiga.spec	13 Nov 2008 23:00:48 -0000	1.61
+++ ekiga.spec	13 Nov 2008 23:15:29 -0000	1.62
@@ -1,7 +1,7 @@
 Summary:	A Gnome based SIP/H323 teleconferencing application
 Name:		ekiga
 Version:	3.0.1
-Release:	3%{?dist}
+Release:	4%{?dist}
 URL:		http://www.ekiga.org/
 Source0:	ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.0/%{name}-%{version}.tar.bz2
 Patch0:		ekiga-fixlibnotify.patch
@@ -48,12 +48,12 @@
 It uses the standard SIP and H323 protocols.
 
 %prep
-%patch0 -p0 -b .fixlibnotify
 %setup -q
+%patch0 -p0 -b .fixlibnotify
 
 %build
 CXXFLAGS="$RPM_OPT_FLAGS -DLDAP_DEPRECATED=1 -fPIC"
-%configure --disable-scrollkeeper 
+%configure --disable-scrollkeeper
 make %{?_smp_mflags}
 
 %install
@@ -141,6 +141,9 @@
 %{_sysconfdir}/gconf/schemas/ekiga.schemas
 
 %changelog
+* Mon Nov 13 2008 Peter Robinson <pbrobinson at gmail.com> - 3.0.1-4
+- Fix spec file error
+
 * Mon Nov 13 2008 Peter Robinson <pbrobinson at gmail.com> - 3.0.1-3
 - Patch to fix libnotify's breakage of its api
 




More information about the fedora-extras-commits mailing list