Author: glen Date: Sat Jun 25 16:49:12 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - fixed dknewkey script
---- Files affected: SPECS: libdomainkeys.spec (1.6 -> 1.7) ---- Diffs: ================================================================ Index: SPECS/libdomainkeys.spec diff -u SPECS/libdomainkeys.spec:1.6 SPECS/libdomainkeys.spec:1.7 --- SPECS/libdomainkeys.spec:1.6 Sat Jun 25 18:12:18 2005 +++ SPECS/libdomainkeys.spec Sat Jun 25 18:49:07 2005 @@ -2,15 +2,17 @@ Summary: DomainKey Library for email servers & clients Name: libdomainkeys Version: 0.66 -Release: 5 +Release: 5.1 License: Yahoo! DomainKeys Public License Agreement v1.1 Group: Libraries Source0: http://dl.sourceforge.net/domainkeys/%{name}-%{version}.tar.gz # Source0-md5: 38ee9fa346a837662f06e7e098bfb7da Patch0: %{name}-libtool.patch Patch1: %{name}-segv.patch +Patch2: %{name}-dknewkey.patch URL: http://domainkeys.sourceforge.net/ BuildRequires: openssl-devel +Requires: mktemp BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -45,6 +47,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__make} \ @@ -88,6 +91,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.7 2005/06/25 16:49:07 glen +- fixed dknewkey script + Revision 1.6 2005/06/25 16:12:18 arekm - rel 5; works ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libdomainkeys.spec?r1=1.6&r2=1.7&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
