SPECS: yassl.spec (NEW) - new, based on openpkg spec - mysql uses ...

glen glen at pld-linux.org
Wed Jan 31 22:39:09 CET 2007


Author: glen                         Date: Wed Jan 31 21:39:09 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new, based on openpkg spec
- mysql uses this library internally btw

---- Files affected:
SPECS:
   yassl.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/yassl.spec
diff -u /dev/null SPECS/yassl.spec:1.1
--- /dev/null	Wed Jan 31 22:39:09 2007
+++ SPECS/yassl.spec	Wed Jan 31 22:39:03 2007
@@ -0,0 +1,66 @@
+# $Revision$, $Date$
+# TODO
+# - bundled openssl?
+# - shared lib, -devel, -static
+Summary:	Yet Another SSL Library
+Name:		yassl
+Version:	1.5.8
+Release:	0.1
+License:	GPL
+Group:		Libraries
+URL:		http://www.yassl.com/
+Source0:	http://www.yassl.com/%{name}-%{version}.zip
+# Source0-md5:	2f489c20fb93629ac644352d59e2c998
+BuildRequires:	zlib-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+yaSSL is an SSL version 3 and TLS version 1 (client and server
+supporting) C++ library. yaSSL provides a simple API and even provides
+an additional OpenSSL compatibility API.
+
+%prep
+%setup -q
+
+%build
+%configure \
+	%{?debug:--enable-debug} \
+	--with-zlib=/usr
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_includedir}/yassl
+cp -a include/* $RPM_BUILD_ROOT%{_includedir}/yassl
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/benchmark
+%attr(755,root,root) %{_bindir}/client
+%attr(755,root,root) %{_bindir}/echoclient
+%attr(755,root,root) %{_bindir}/echoserver
+%attr(755,root,root) %{_bindir}/server
+%attr(755,root,root) %{_bindir}/test
+%attr(755,root,root) %{_bindir}/testsuite
+%{_includedir}/yassl
+%{_libdir}/libtaocrypt.a
+%{_libdir}/libyassl.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/01/31 21:39:03  glen
+- new, based on openpkg spec
+- mysql uses this library internally btw
+
================================================================


More information about the pld-cvs-commit mailing list