[packages/belle-sip] - completed pl and BRs

qboosh qboosh at pld-linux.org
Sun Jun 8 12:36:38 CEST 2014


commit 5b7dfe736c11fc6c4feab1810b8bfd327c17703d
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Jun 8 12:40:14 2014 +0200

    - completed pl and BRs

 belle-sip.spec | 25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)
---
diff --git a/belle-sip.spec b/belle-sip.spec
index 7aecf32..f05f835 100644
--- a/belle-sip.spec
+++ b/belle-sip.spec
@@ -8,25 +8,31 @@ Summary(pl.UTF-8):	Implementacja SIP (RFC3261) w C
 Name:		belle-sip
 Version:	1.3.0
 Release:	1
-License:	GPL v2
+License:	GPL v2+
 Group:		Libraries
 Source0:	http://download-mirror.savannah.gnu.org/releases/linphone/belle-sip/%{name}-%{version}.tar.gz
 # Source0-md5:	ae9e8be12f62552a5376edd66b0265d9
 Patch0:		antlr_jar.patch
 URL:		http://www.linphone.org/
 %{?with_tests:BuildRequires:	CUnit >= 2.0}
-BuildRequires:	autoconf
-BuildRequires:	automake
-BuildRequires:	java
+BuildRequires:	autoconf >= 2.63
+BuildRequires:	automake >= 1:1.11
 BuildRequires:	java-antlr3 >= 3.2
+BuildRequires:	jre
 BuildRequires:	libantlr3c-devel >= 3.2
-BuildRequires:	libtool
+BuildRequires:	libstdc++-devel
+BuildRequires:	libtool >= 2:2
 BuildRequires:	polarssl-devel >= 1.2
+BuildRequires:	pkgconfig
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Belle-sip is a SIP (RFC3261) implementation written in C, with an
-object oriente d API.
+object oriented API.
+
+%description -l pl.UTF-8
+Belle-sip to implementacja SIP (RFC3261) napisana w C z API
+zorientowanym obiektowo.
 
 %package devel
 Summary:	Header files for %{name} library
@@ -64,19 +70,20 @@ Statyczna biblioteka %{name}.
 %{__automake}
 %configure \
 	CFLAGS="%{rpmcflags} -Wno-error=pragmas" \
+	--disable-silent-rules \
 	%{!?with_static_libs:--disable-static}
 
-%{__make} V=1
+%{__make}
 
 %{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install V=1 \
+%{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-rm $RPM_BUILD_ROOT%{_libdir}/libbellesip.la
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/libbellesip.la
 
 %clean
 rm -rf $RPM_BUILD_ROOT
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/belle-sip.git/commitdiff/5b7dfe736c11fc6c4feab1810b8bfd327c17703d



More information about the pld-cvs-commit mailing list