SPECS (AC-branch): ccrtp.spec - up to 1.5.1 - turn on regeneration

tommat tommat at pld-linux.org
Thu Jan 4 11:20:33 CET 2007


Author: tommat                       Date: Thu Jan  4 10:20:33 2007 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- up to 1.5.1
- turn on regeneration

---- Files affected:
SPECS:
   ccrtp.spec (1.5.2.1 -> 1.5.2.2) 

---- Diffs:

================================================================
Index: SPECS/ccrtp.spec
diff -u SPECS/ccrtp.spec:1.5.2.1 SPECS/ccrtp.spec:1.5.2.2
--- SPECS/ccrtp.spec:1.5.2.1	Tue Dec 12 16:10:32 2006
+++ SPECS/ccrtp.spec	Thu Jan  4 11:20:28 2007
@@ -2,15 +2,18 @@
 Summary:	Common C++ class framework for RTP/RTCP
 Summary(pl):	Szkielet klas C++ dla RTP/RTCP
 Name:		ccrtp
-Version:	1.5.0
+Version:	1.5.1
 Release:	1
 License:	GPL
 Group:		Libraries
 Source0:	ftp://ftp.gnu.org/pub/gnu/ccrtp/%{name}-%{version}.tar.gz
-# Source0-md5:	019754d20b46b1b23f3bc368aa58d662
+# Source0-md5:	728c41edd62be2871eac50be287f97ee
 URL:		http://www.gnu.org/software/ccrtp/
-BuildRequires:	commoncpp2-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	commoncpp2-devel >= 1.5.0
 BuildRequires:	doxygen
+BuildRequires:	libtool
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -62,6 +65,12 @@
 %setup -q
 
 %build
+%{__libtoolize}
+%{__aclocal} -I m4
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+cp -f /usr/share/automake/config.sub .
 %configure
 %{__make}
 
@@ -101,6 +110,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5.2.2  2007/01/04 10:20:28  tommat
+- up to 1.5.1
+- turn on regeneration
+
 Revision 1.5.2.1  2006/12/12 15:10:32  kosmo
 - updated to 1.5.0
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ccrtp.spec?r1=1.5.2.1&r2=1.5.2.2&f=u



More information about the pld-cvs-commit mailing list