]> git.pld-linux.org Git - packages/dirmngr.git/commitdiff
- updated to 1.0.3 auto/th/dirmngr-1_0_3-1 auto/ti/dirmngr-1_0_3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 3 Oct 2009 05:45:15 +0000 (05:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dirmngr.spec -> 1.30

dirmngr.spec

index 54489ae8c153a8ac3fd0a2132c8e520ce76cca51..da52a464deffcefac1f6af03d06168d8fd9a2603 100644 (file)
@@ -1,26 +1,26 @@
 Summary:       X509/LDAP certificate and revocation list client
 Summary(pl.UTF-8):     Klient certyfikatów i list anulujących X509/LDAP
 Name:          dirmngr
-Version:       1.0.2
+Version:       1.0.3
 Release:       1
 License:       GPL v2+
 Group:         Applications
 Source0:       ftp://ftp.gnupg.org/gcrypt/dirmngr/%{name}-%{version}.tar.bz2
-# Source0-md5: 88d62a348903009cbc96212e4684c89c
+# Source0-md5: c1f2028d708e4d4ecbd6d6d647bd938b
 Patch0:                %{name}-info.patch
 URL:           http://www.gnupg.org/documentation/manuals/dirmngr/
 BuildRequires: automake
-BuildRequires: libassuan-devel >= 1:0.9.3
-BuildRequires: libgcrypt-devel >= 1.2.0
+BuildRequires: libassuan-devel >= 1:1.0.4
+BuildRequires: libgcrypt-devel >= 1.4.0
 BuildRequires: libgpg-error-devel >= 1.4
-BuildRequires: libksba-devel >= 1.0.0
+BuildRequires: libksba-devel >= 1.0.2
 BuildRequires: openldap-devel >= 2.4.6
 BuildRequires: pth-devel >= 1.3.7
 BuildRequires: texinfo
-Requires:      libassuan >= 1:0.9.3
-Requires:      libgcrypt >= 1.2.0
+Requires:      libassuan >= 1:1.0.4
+Requires:      libgcrypt >= 1.4.0
 Requires:      libgpg-error >= 1.4
-Requires:      libksba >= 1.0.0
+Requires:      libksba >= 1.0.2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -51,15 +51,18 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/dirmngr
+rm -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %find_lang %{name}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p      /sbin/postshell
+%post  -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun        -p      /sbin/postshell
+%postun        -p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files -f %{name}.lang
This page took 0.056767 seconds and 4 git commands to generate.