[packages/libeXosip2] Version: 4.0.0

jajcus jajcus at pld-linux.org
Mon Jun 17 09:40:29 CEST 2013


commit f46492792ba348a7c341fe230dbcc07237873299
Author: Jacek Konieczny <j.konieczny at eggsoft.pl>
Date:   Mon Jun 17 09:40:12 2013 +0200

    Version: 4.0.0

 libeXosip2-openssl_link.patch | 10 ----------
 libeXosip2.spec               | 14 ++++++--------
 2 files changed, 6 insertions(+), 18 deletions(-)
---
diff --git a/libeXosip2.spec b/libeXosip2.spec
index 9bba2bd..56491e9 100644
--- a/libeXosip2.spec
+++ b/libeXosip2.spec
@@ -1,17 +1,16 @@
 Summary:	The eXtended osip library
 Summary(pl.UTF-8):	Rozszerzona biblioteka osip
 Name:		libeXosip2
-Version:	3.3.0
-Release:	2
+Version:	4.0.0
+Release:	1
 License:	GPL v2+
 Group:		Libraries
 Source0:	http://download.savannah.nongnu.org/releases/exosip/%{name}-%{version}.tar.gz
-# Source0-md5:	a2739067b51c1e417c5aef9606b285b2
-Patch0:		%{name}-openssl_link.patch
+# Source0-md5:	aa385b85f6a17876763a0a860fe2afbf
 URL:		http://savannah.nongnu.org/projects/exosip
 BuildRequires:	autoconf
 BuildRequires:	automake
-BuildRequires:	libosip2-devel >= 3.0.3
+BuildRequires:	libosip2-devel >= 4.0.0
 BuildRequires:	libtool
 BuildRequires:	openssl-devel
 BuildRequires:	pkgconfig
@@ -58,7 +57,6 @@ Statyczna biblioteka libeXosip2.
 
 %prep
 %setup -q
-%patch0
 
 %build
 %{__libtoolize}
@@ -67,7 +65,7 @@ Statyczna biblioteka libeXosip2.
 %{__automake}
 %configure \
 	--enable-openssl
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -85,7 +83,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/lib*.so.?
+%attr(755,root,root) %ghost %{_libdir}/lib*.so.??
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/libeXosip2-openssl_link.patch b/libeXosip2-openssl_link.patch
deleted file mode 100644
index 08b9d02..0000000
--- a/libeXosip2-openssl_link.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- configure.in.orig	2010-10-18 16:29:37.727612000 +0200
-+++ configure.in	2010-10-18 16:30:14.757612000 +0200
-@@ -193,6 +193,7 @@
- AC_CHECK_LIB(rt,clock_gettime,[EXOSIP_LIB="$EXOSIP_LIB -lrt"])
- 
- AC_CHECK_LIB(ssl,SSL_CTX_new,[EXOSIP_LIB="$EXOSIP_LIB -lssl"])
-+AC_CHECK_LIB(crypto,RSA_generate_key,[EXOSIP_LIB="$EXOSIP_LIB -lcrypto"])
- 
- case $OS in
-   openbsd*)
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/libeXosip2.git/commitdiff/f46492792ba348a7c341fe230dbcc07237873299



More information about the pld-cvs-commit mailing list