SPECS: cvsnt.spec - use system libltdl

glen glen at pld-linux.org
Wed Mar 26 23:20:10 CET 2008


Author: glen                         Date: Wed Mar 26 22:20:10 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- use system libltdl

---- Files affected:
SPECS:
   cvsnt.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: SPECS/cvsnt.spec
diff -u SPECS/cvsnt.spec:1.12 SPECS/cvsnt.spec:1.13
--- SPECS/cvsnt.spec:1.12	Wed Mar 26 11:35:59 2008
+++ SPECS/cvsnt.spec	Wed Mar 26 23:20:04 2008
@@ -5,7 +5,6 @@
 #
 # TODO:
 # - stay with STABLE 2.5.04 line as soon as it becomes stable
-# - use external libltdl
 # - check server mode and default config
 # - unpackaged:
 #   /usr/lib/libcvsapi.la
@@ -27,6 +26,7 @@
 Source1:	%{name}.inetd
 Source2:	%{name}-cvslockd.init
 Source3:	%{name}.pam
+Patch0:		%{name}-system-ltdl.patch
 URL:		http://www.cvsnt.org/
 BuildRequires:	autoconf >= 2.58
 BuildRequires:	automake >= 1:1.7.9
@@ -173,8 +173,12 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure \
 	--enable-mdns \
 	--enable-sqlite \
@@ -348,6 +352,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2008-03-26 22:20:04  glen
+- use system libltdl
+
 Revision 1.12  2008-03-26 10:35:59  arekm
 - todo item
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cvsnt.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list