]> git.pld-linux.org Git - packages/libeXosip2.git/commitdiff
Version: 4.0.0 auto/th/libeXosip2-4.0.0-1
authorJacek Konieczny <j.konieczny@eggsoft.pl>
Mon, 17 Jun 2013 07:40:12 +0000 (09:40 +0200)
committerJacek Konieczny <jajcus@jajcus.net>
Mon, 17 Jun 2013 07:40:12 +0000 (09:40 +0200)
libeXosip2-openssl_link.patch [deleted file]
libeXosip2.spec

diff --git a/libeXosip2-openssl_link.patch b/libeXosip2-openssl_link.patch
deleted file mode 100644 (file)
index 08b9d02..0000000
+++ /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*)
index 9bba2bd7c65391be860b90b8d7102a5e59efa09d..56491e9244ac88c8042d9ad06c6fd0b3b71792d4 100644 (file)
@@ -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)
This page took 0.064484 seconds and 4 git commands to generate.