SPECS: ctorrent.spec - fixed build

qboosh qboosh at pld-linux.org
Fri Dec 8 20:40:38 CET 2006


Author: qboosh                       Date: Fri Dec  8 19:40:38 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed build

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

---- Diffs:

================================================================
Index: SPECS/ctorrent.spec
diff -u SPECS/ctorrent.spec:1.12 SPECS/ctorrent.spec:1.13
--- SPECS/ctorrent.spec:1.12	Fri Mar 10 17:41:50 2006
+++ SPECS/ctorrent.spec	Fri Dec  8 20:40:33 2006
@@ -13,6 +13,8 @@
 Patch0:		http://www.rahul.net/dholmes/ctorrent/patchset-ctorrent-%{_base_version}-%{_dnh_version}.diff
 #URL:		http://ctorrent.sourceforge.net/
 URL:		http://www.rahul.net/dholmes/ctorrent/
+BuildRequires:	autoconf >= 2.50
+BuildRequires:	automake
 BuildRequires:	libstdc++-devel
 BuildRequires:	openssl-devel >= 0.9.7d
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,11 +42,17 @@
 %patch0 -p0
 
 %build
-%configure
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	CPPFLAGS="-I/usr/include/openssl"
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
+
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT 
 
@@ -62,6 +70,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2006/12/08 19:40:33  qboosh
+- fixed build
+
 Revision 1.12  2006/03/10 16:41:50  jajcus
 - 'Enhanced CTorrent' patchset for ctorrent
 
================================================================

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



More information about the pld-cvs-commit mailing list