packages: rtmpdump/rtmpdump.spec - pl - pass LDFLAGS that are used for libr...

qboosh qboosh at pld-linux.org
Fri Aug 13 08:33:29 CEST 2010


Author: qboosh                       Date: Fri Aug 13 06:33:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- pl
- pass LDFLAGS that are used for library linking too

---- Files affected:
packages/rtmpdump:
   rtmpdump.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: packages/rtmpdump/rtmpdump.spec
diff -u packages/rtmpdump/rtmpdump.spec:1.4 packages/rtmpdump/rtmpdump.spec:1.5
--- packages/rtmpdump/rtmpdump.spec:1.4	Sun Jul 25 19:15:00 2010
+++ packages/rtmpdump/rtmpdump.spec	Fri Aug 13 08:33:24 2010
@@ -1,8 +1,10 @@
 # $Revision$, $Date$
 #
-%bcond_without	gnutls		# build with GNU TLS instead of OpenSSL (use same as curl)
+# Conditional build:
+%bcond_without	gnutls		# GNU TLS instead of OpenSSL (use same as curl)
 #
 Summary:	A utility for getting files from RTMP servers
+Summary(pl.UTF-8):	Narzędzie do pobierania plików z sewerów RTMP
 Name:		rtmpdump
 Version:	2.3
 Release:	1
@@ -15,7 +17,7 @@
 %if %{with gnutls}
 BuildRequires:	gnutls-devel
 %else
-BuildRequires:	openssl-devel
+BuildRequires:	openssl-devel >= 0.9.8
 %endif
 BuildRequires:	libtool
 BuildRequires:	zlib-devel
@@ -27,30 +29,55 @@
 supported, including rtmp://, rtmpt://, rtmpe://, rtmpte:// and
 rtmps://.
 
+%description -l pl.UTF-8
+rtmpdump to zestaw narzędzi do strumieni RTMP. Obsługiwane są
+wszystkie postaci RTMP, w tym rtmp://, rtmpt://, rtmpe://, rtmpte://
+oraz rtmps://.
+
 %package -n librtmp
-Summary:	rtmp library
+Summary:	RTMP library - RTMPDump Real-Time Messaging Protocol API
+Summary(pl.UTF-8):	Biblioteka RTMP - API do obsługi protokołu Real-Time Messaging Protocol
+License:	LGPL v2.1+
 Group:		Libraries
 
 %description -n librtmp
-rtmp library.
+RTMP library - RTMPDump Real-Time Messaging Protocol API.
+
+%description -n librtmp -l pl.UTF-8
+Biblioteka RTMP - API do obsługi protokołu RTMP (Real-Time Messaging
+Protocol).
 
 %package -n librtmp-devel
-Summary:	Header files and development documentation for rtmp library
+Summary:	Header files for RTMP library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki RTMP
+License:	LGPL v2.1+
 Group:		Development/Libraries
 Requires:	librtmp = %{version}-%{release}
-Requires:	openssl-devel
+%if %{with gnutls}
+Requires:	gnutls-devel
+%else
+Requires:	openssl-devel >= 0.9.8
+%endif
 Requires:	zlib-devel
 
 %description -n librtmp-devel
-Header files and development documentation for rtmp library.
+Header files for RTMP library.
+
+%description -n librtmp-devel -l pl.UTF-8
+Pliki nagłówkowe biblioteki RTMP.
 
 %package -n librtmp-static
-Summary:	Static version of rtmp library
+Summary:	Static version of RTMP library
+Summary(pl.UTF-8):	Statyczna wersja biblioteki RTMP
+License:	LGPL v2.1+
 Group:		Development/Libraries
 Requires:	librtmp-devel = %{version}-%{release}
 
 %description -n librtmp-static
-Static version of rtmp library.
+Static version of RTMP library.
+
+%description -n librtmp-static -l pl.UTF-8
+Statyczna wersja biblioteki RTMP.
 
 %prep
 %setup -q
@@ -62,7 +89,7 @@
 	libdir=%{_libdir} \
 	CC="%{__cc}" \
 	OPT="%{rpmcppflags} %{rpmcflags}" \
-	XLDFLAGS="%{rpmldflags}"
+	LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -112,6 +139,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2010/08/13 06:33:24  qboosh
+- pl
+- pass LDFLAGS that are used for library linking too
+
 Revision 1.4  2010/07/25 17:15:00  sparky
 - updated to: 2.3
 - added gnutls bcond
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rtmpdump/rtmpdump.spec?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list