SPECS: libjingle.spec - pl desc, cleanup

qboosh qboosh at pld-linux.org
Fri May 26 13:16:15 CEST 2006


Author: qboosh                       Date: Fri May 26 11:16:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl desc, cleanup

---- Files affected:
SPECS:
   libjingle.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/libjingle.spec
diff -u SPECS/libjingle.spec:1.4 SPECS/libjingle.spec:1.5
--- SPECS/libjingle.spec:1.4	Wed May 24 16:12:57 2006
+++ SPECS/libjingle.spec	Fri May 26 13:16:09 2006
@@ -6,7 +6,7 @@
 Release:	0.1
 License:	BSD
 Group:		Applications
-Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:	http://dl.sourceforge.net/libjingle/%{name}-%{version}.tar.gz
 # Source0-md5:	668f5c36bef2b6ac7d5ebfb4e22f6f74
 #https://sourceforge.net/tracker/index.php?func=detail&aid=1483115&group_id=155094&atid=794430
 Patch0:		%{name}-ortp.patch
@@ -14,7 +14,7 @@
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	expat-devel
-BuildRequires:	libilbc
+BuildRequires:	libilbc-devel
 BuildRequires:	libstdc++-devel
 BuildRequires:	libtool
 BuildRequires:	ortp-devel
@@ -22,40 +22,28 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Libjingle is a set of C++ components provided by Google to interoperate
-with Google Talk's peer-to-peer and voice calling capabilities. The
-package includes source code for Google's implementation of Jingle and
-Jingle-Audio, two proposed extensions to the XMPP standard that are
-currently available in experimental draft form.
+Libjingle is a set of C++ components provided by Google to
+interoperate with Google Talk's peer-to-peer and voice calling
+capabilities. The package includes Google's implementation of Jingle
+and Jingle-Audio, two proposed extensions to the XMPP standard that
+are currently available in experimental draft form.
 
 In addition to enabling interoperability with Google Talk, there are
-several general purpose components in the library such as the P2P stack
-which can be used to build a variety of communication and collaboration
-applications.
-
-#%package devel
-#Summary:	Header files for ... library
-#Summary(pl):	Pliki nagłówkowe biblioteki ...
-#Group:		Development/Libraries
-##Requires:	%{name} = %{version}-%{release}
-#
-#%description devel
-#This is the package containing the header files for ... library.
-#
-#%description devel -l pl
-#Ten pakiet zawiera pliki nagłówkowe biblioteki ....
-#
-#%package static
-#Summary:	Static ... library
-#Summary(pl):	Statyczna biblioteka ...
-#Group:		Development/Libraries
-#Requires:	%{name}-devel = %{version}-%{release}
-#
-#%description static
-#Static ... library.
-#
-#%description static -l pl
-#Statyczna biblioteka ....
+several general purpose components in the library such as the P2P
+stack which can be used to build a variety of communication and
+collaboration applications.
+
+%description -l pl
+libjingle to zestaw komponentów C++ udostępnionych przez Google do
+współpracy z usługami peer-to-peer i voice Google Talk. Pakiet zawiera
+implementacje Google Jingle i Jingle-Audio - dwóch proponowanych
+rozszerzeń standardu XMPP, aktualnie dostępnych w postaci
+eksperymentalnego szkicu.
+
+Oprócz umożliwienia współpracy z Google Talk w bibliotece dostępne
+jest kilka komponentów ogólnego przeznaczenia, takich jak stos P2P,
+który może być wykorzystany do tworzenia różnych aplikacji do
+komunikacji i współpracy.
 
 %prep
 %setup -q
@@ -67,18 +55,13 @@
 %{__autoconf}
 %{__autoheader}
 %{__automake}
-cp -f /usr/share/automake/config.sub .
 CFLAGS="%{rpmcflags} -I%{_includedir}/speex"
-CXXFLAGS=${CFLAGS}
+CXXFLAGS="${CFLAGS}"
 %configure \
 	--with-speex="%{_prefix}" \
 	--with-ilbc="%{_prefix}"
 %{__make}
 
-#%{__make} \
-#	CFLAGS="%{rpmcflags}" \
-#	LDFLAGS="%{rpmldflags}"
-
 %install
 rm -rf $RPM_BUILD_ROOT
 
@@ -96,25 +79,15 @@
 %doc AUTHORS ChangeLog COPYING DOCUMENTATION NEWS README
 %attr(755,root,root) %{_bindir}/*
 
-%if 0
-# if _sysconfdir != /etc:
-#%%dir %{_sysconfdir}
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-%attr(755,root,root) %{_bindir}/*
-%{_datadir}/%{name}
-%endif
-
-#%files subpackage
-#%defattr(644,root,root,755)
-#%doc extras/*.gz
-#%{_datadir}/%{name}-ext
-
 %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
 
 $Log$
+Revision 1.5  2006/05/26 11:16:09  qboosh
+- pl desc, cleanup
+
 Revision 1.4  2006/05/24 14:12:57  radek
 - BR: libilbc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/libjingle.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list