Author: shadzik Date: Mon Aug 11 15:43:20 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - use own libtool - rel 2
---- Files affected: SPECS: ucarp.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: SPECS/ucarp.spec diff -u SPECS/ucarp.spec:1.10 SPECS/ucarp.spec:1.11 --- SPECS/ucarp.spec:1.10 Mon Aug 11 16:27:07 2008 +++ SPECS/ucarp.spec Mon Aug 11 17:43:14 2008 @@ -3,7 +3,7 @@ Summary(pl.UTF-8): CARP (Common Address Redundancy Protocol) dla Uniksa Name: ucarp Version: 1.5 -Release: 1 +Release: 2 License: BSD Group: Applications/Networking Source0: ftp://ftp.ucarp.org/pub/ucarp/%{name}-%{version}.tar.gz @@ -11,6 +11,7 @@ URL: http://www.ucarp.org/ BuildRequires: autoconf BuildRequires: automake +BuildRequires: libtool BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -40,6 +41,7 @@ %setup -q %build +%{__libtoolize} %{__aclocal} %{__autoconf} %{__autoheader} @@ -67,6 +69,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2008/08/11 15:43:14 shadzik +- use own libtool +- rel 2 + Revision 1.10 2008/08/11 14:27:07 areq - 1.5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ucarp.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
