]> git.pld-linux.org Git - packages/libdomainkeys.git/commitdiff
- fixed dknewkey script
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 25 Jun 2005 16:49:07 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libdomainkeys.spec -> 1.7

libdomainkeys.spec

index 9b37de5abf1a205d5b2ec345c86b0419af3d5549..6a23bda92f7b5a66efcfe1c724e44cfed395e243 100644 (file)
@@ -1,15 +1,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
@@ -44,6 +46,7 @@ Statyczna biblioteka libdomainkeys.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__make} \
This page took 0.068294 seconds and 4 git commands to generate.