]> git.pld-linux.org Git - packages/pinentry.git/commitdiff
- updated to 0.7.5 auto/th/pinentry-0_7_5-1 auto/ti/pinentry-0_7_5-1
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 May 2008 19:37:44 +0000 (19:37 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added types patch

Changed files:
    pinentry.spec -> 1.24

pinentry.spec

index b2c773031c6f2142a6aa6f21b35f24fd4d5e8a09..06931f6176ba7c88b056377bf260d413f49b0535 100644 (file)
@@ -1,3 +1,4 @@
+# TODO: make /usr/bin/pinentry symlink to pinentry-* binary selectable in some way
 #
 # Conditional build:
 %bcond_without gtk     # without GTK+ 1.x dialog
@@ -7,14 +8,15 @@
 Summary:       Simple PIN or passphrase entry dialogs
 Summary(pl.UTF-8):     Proste kontrolki dialogowe do wpisywania PIN-ów lub haseł
 Name:          pinentry
-Version:       0.7.4
-Release:       2
+Version:       0.7.5
+Release:       1
 License:       GPL v2+
 Group:         Applications
 Source0:       ftp://ftp.gnupg.org/gcrypt/pinentry/%{name}-%{version}.tar.gz
-# Source0-md5: d7709fe7c48a24c34c5948725cef7d93
+# Source0-md5: ca492afbbb59cd19f1c875533f18b269
 Patch0:                %{name}-system-assuan.patch
 Patch1:                %{name}-info.patch
+Patch2:                %{name}-types.patch
 URL:           http://www.gnupg.org/
 BuildRequires: autoconf >= 2.57
 BuildRequires: automake >= 1:1.7.6
@@ -79,6 +81,7 @@ Prosta kontrolka dialogowa do wpisywania PIN-ów lub haseł dla Qt.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal} -I m4
@@ -106,10 +109,10 @@ rm -rf $RPM_BUILD_ROOT
 %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
This page took 0.122131 seconds and 4 git commands to generate.