SPECS: wvstreams.spec - 4.0.2 - now build by gcc4

areq areq at pld-linux.org
Fri Jun 17 23:05:47 CEST 2005


Author: areq                         Date: Fri Jun 17 21:05:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- 4.0.2 - now build by gcc4

---- Files affected:
SPECS:
   wvstreams.spec (1.17 -> 1.18) 

---- Diffs:

================================================================
Index: SPECS/wvstreams.spec
diff -u SPECS/wvstreams.spec:1.17 SPECS/wvstreams.spec:1.18
--- SPECS/wvstreams.spec:1.17	Sun Oct 31 14:31:27 2004
+++ SPECS/wvstreams.spec	Fri Jun 17 23:05:42 2005
@@ -2,14 +2,13 @@
 Summary:	A network programming library written in C++
 Summary(pl):	Biblioteka programowania sieciowego napisana w C++
 Name:		wvstreams
-Version:	3.70
-Release:	4
+Version:	4.0.2
+Release:	0.1
 License:	LGPL
 Group:		Libraries
-Source0:	http://open.nit.ca/download/%{name}-%{version}.tar.gz
-# Source0-md5:	6fd341edd65d248f92338ba9e91a2875
+Source0:	http://www.csclub.uwaterloo.ca/~ja2morri/%{name}-%{version}.tar.gz
+# Source0-md5:	ecb4e74ebaa1f45206f5d88eb34c5623
 Patch0:		%{name}-rsapublickey.patch
-Patch1:		%{name}-gcc3.patch
 URL:		http://open.nit.ca/wvstreams/
 BuildRequires:	doxygen
 BuildRequires:	libstdc++-devel
@@ -57,11 +56,17 @@
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
+#%patch0 -p1
+#ugly hack - fix it
+cp include/wvsslhacks.h crypto
+cp include/wvtelephony.h telephony
 
 %build
 # despite .fpic rules the same .o files are used for .a and .so - need -fPIC
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%configure
 %{__make} -j1 \
 	DEBUG=%{?debug:1}%{!?debug:0} \
 	CXX="%{__cxx}" \
@@ -73,8 +78,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
-	PREFIX=$RPM_BUILD_ROOT%{_prefix} \
-	LIBDIR=$RPM_BUILD_ROOT%{_libdir}
+	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -84,12 +88,12 @@
 
 %files
 %defattr(644,root,root,755)
-%doc src/README
+%doc README ChangeLog
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%doc dox/html/*
+%doc Docs/doxy-html/*
 %attr(755,root,root) %{_libdir}/lib*.so
 %{_includedir}/wvstreams
 
@@ -103,6 +107,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.18  2005/06/17 21:05:42  areq
+- 4.0.2 - now build by gcc4
+
 Revision 1.17  2004/10/31 13:31:27  paladine
 - spaces->tabs
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/wvstreams.spec?r1=1.17&r2=1.18&f=u




More information about the pld-cvs-commit mailing list