SPECS: ekiga.spec (NEW) - first try in PLD

aflinta aflinta at pld-linux.org
Mon Feb 6 01:21:27 CET 2006


Author: aflinta                      Date: Mon Feb  6 00:21:27 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- first try in PLD

---- Files affected:
SPECS:
   ekiga.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ekiga.spec
diff -u /dev/null SPECS/ekiga.spec:1.1
--- /dev/null	Mon Feb  6 01:21:27 2006
+++ SPECS/ekiga.spec	Mon Feb  6 01:21:21 2006
@@ -0,0 +1,96 @@
+Summary:	SIP and H.323 Videoconferencing
+Summary(pl):	Program do telekonferencji w standardzie SIP oraz H.323
+Name:		ekiga
+Version:	1.99.0
+Release:	0.2
+License:	GPL
+Group:		Applications/Communications
+Source0:	http://www.ekiga.org/downloads/sources/%{name}-%{version}.tar.gz
+# Source0-md5:	178844551b65ff33ef44a5d481539af7
+URL:		http://www.ekiga.org/
+BuildRequires:	GConf2-devel >= 2.12.0
+BuildRequires:	SDL-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	evolution-data-server-devel
+BuildRequires:	gettext-devel
+BuildRequires:	gnome-common >= 2.8.0
+BuildRequires:	intltool >= 0.33
+BuildRequires:	libgnome-devel >= 2.12.0
+BuildRequires:	libgnomeui-devel >= 2.12.0
+BuildRequires:	libtool
+BuildRequires:	opal-devel = 2.1.2
+BuildRequires:	openldap-devel >= 2.3.0
+BuildRequires:	pwlib-devel = 1.9.2
+BuildRequires:	rpmbuild(macros) >= 1.197
+BuildRequires:	scrollkeeper
+Requires(post,preun):	GConf2
+Requires(post,postun):  scrollkeeper
+Requires:	pwlib-sound
+Obsoletes:	gnomemeeting
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ekiga is a IP Telephony and Video Conferencing application which 
+complies to the SIP and H.323 protocols. It can connect to a variety
+of other SIP and H323 applications including specialized hardware. 
+Ekiga can work with or without a webcam, and is able to create pure
+audio communications or traditionnal audio+video communications. 
+Ekiga was fomerly known as GnomeMeeting.
+
+%description -l pl
+Ekiga jest programem przeznaczonym do wideokonferencji oraz telefonii 
+internetowej zgdodnej z protokołami SIP oraz H.323. Może łączyć się 
+z różnymi aplikacjiami SIP lub H.323 włączając w to specjalizowane 
+urządzenia. Program Ekiga może pracować z kamerą internetową, zestawiać
+same połączenia głosowe jak również tradycyjne z dźwiękiem i obrazem.
+Ekiga była poprzednio znana jako GnomeMeeting.
+
+%prep
+%setup -q
+
+%build
+%{__gnome_doc_common}
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-schemas-install
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
+
+%find_lang %{name} --with-gnome
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%gconf_schema_install ekiga.schemas
+
+%preun
+%gconf_schema_uninstall ekiga.schemas
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO FAQ
+%attr(755,root,root) %{_bindir}/*
+%{_pixmapsdir}/*
+%{_desktopdir}/*.desktop
+%{_datadir}/sounds/%{name}
+%{_sysconfdir}/gconf/schemas/*
+%{_libdir}/bonobo/servers/*
+%{_mandir}/*/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
================================================================


More information about the pld-cvs-commit mailing list