auto-import pinentry-0.6.8-0.fdr.1.1 from pinentry-0.6.8-0.fdr.1.1.src.rpm
This commit is contained in:
parent
40bf928c18
commit
5d409e751e
@ -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ä <ville.skytta at iki.fi> - 0:0.6.8-0.fdr.1
|
||||
|
Loading…
Reference in New Issue
Block a user