From 5d409e751e4a620d2ab28aecf0971e0cf82f048f Mon Sep 17 00:00:00 2001 From: cvsextras Date: Mon, 8 Nov 2004 05:13:56 +0000 Subject: [PATCH] auto-import pinentry-0.6.8-0.fdr.1.1 from pinentry-0.6.8-0.fdr.1.1.src.rpm --- pinentry.spec | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/pinentry.spec b/pinentry.spec index 58799f0..d93fa71 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -1,7 +1,7 @@ Summary: PIN or passphrase entry dialog Name: pinentry Version: 0.6.8 -Release: 0.fdr.1.rh90 +Release: 0.fdr.1.1 Epoch: 0 License: GPL Group: Applications/System @@ -19,19 +19,16 @@ This is a collection of simple PIN or passphrase entry dialogs which utilize the Assuan protocol as described by the aegypten project; see http://www.gnupg.org/aegypten/ for details. -# ----------------------------------------------------------------------------- %prep %setup -q %patch0 -p0 -# ----------------------------------------------------------------------------- %build %configure make %{?_smp_mflags} -# ----------------------------------------------------------------------------- %install rm -rf %{buildroot} @@ -39,7 +36,6 @@ rm -rf %{buildroot} touch %{buildroot}%{_bindir}/pinentry rm -f %{buildroot}%{_infodir}/dir -# ----------------------------------------------------------------------------- %post install-info %{_infodir}/pinentry.info.gz %{_infodir}/dir @@ -58,12 +54,10 @@ if [ "$1" = "0" ]; then update-alternatives --remove pinentry %{_bindir}/pinentry-qt fi -# ----------------------------------------------------------------------------- %clean rm -rf %{buildroot} -# ----------------------------------------------------------------------------- %files %defattr(-,root,root,-) @@ -72,7 +66,6 @@ rm -rf %{buildroot} %ghost %{_bindir}/pinentry %{_infodir}/* -# ----------------------------------------------------------------------------- %changelog * Sat Mar 22 2003 Ville Skyttä - 0:0.6.8-0.fdr.1