]> git.pld-linux.org Git - packages/libeXosip2.git/commitdiff
- auto*ize, because if cries for autoconf anyways auto/th/libeXosip2-3_3_0-1
authorsparky <sparky@pld-linux.org>
Wed, 2 Feb 2011 02:02:01 +0000 (02:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: autoconf, automake, libtool, pkgconfig

Changed files:
    libeXosip2.spec -> 1.7

libeXosip2.spec

index be6443717c6cfb95df70a7e7be73b93859acdb5a..56b1a0e51a0f4071cc8e77e31daf10bf567c552f 100644 (file)
@@ -9,8 +9,12 @@ Source0:       http://download.savannah.nongnu.org/releases/exosip/%{name}-%{version}.
 # Source0-md5: a2739067b51c1e417c5aef9606b285b2
 Patch0:                %{name}-openssl_link.patch
 URL:           http://savannah.nongnu.org/projects/exosip
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: libosip2-devel >= 3.0.3
+BuildRequires: libtool
 BuildRequires: openssl-devel
+BuildRequires: pkgconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -57,6 +61,10 @@ Statyczna biblioteka libeXosip2.
 %patch0
 
 %build
+%{__libtoolize}
+%{__aclocal} -I scripts
+%{__autoconf}
+%{__automake}
 %configure \
        --enable-openssl
 %{__make}
This page took 0.123426 seconds and 4 git commands to generate.