]> git.pld-linux.org Git - packages/ccrtp.git/commitdiff
- turn on regeneration
authortommat <tommat@pld-linux.org>
Thu, 4 Jan 2007 10:28:13 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ccrtp.spec -> 1.13

ccrtp.spec

index 1b59d2e7c32ffe1ca24ae212cdb97e5498c2d0bc..826066cb2391b22562c985d029d62e6a91fd66ea 100644 (file)
@@ -9,8 +9,11 @@ Source0:       ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz
 # Source0-md5: 728c41edd62be2871eac50be287f97ee
 Patch0:                %{name}-gcc4.patch
 URL:           http://www.gnu.org/software/ccrtp/
+BuildRequires: autoconf
+BuildRequires: automake
 BuildRequires: commoncpp2-devel >= 1.5.0
 BuildRequires: doxygen
+BuildRequires: libtool
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -63,6 +66,12 @@ Statyczna biblioteka ccrtp.
 %patch0 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
This page took 0.087027 seconds and 4 git commands to generate.