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
|
Summary: PIN or passphrase entry dialog
|
||||||
Name: pinentry
|
Name: pinentry
|
||||||
Version: 0.6.8
|
Version: 0.6.8
|
||||||
Release: 0.fdr.1.rh90
|
Release: 0.fdr.1.1
|
||||||
Epoch: 0
|
Epoch: 0
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/System
|
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
|
utilize the Assuan protocol as described by the aegypten project; see
|
||||||
http://www.gnupg.org/aegypten/ for details.
|
http://www.gnupg.org/aegypten/ for details.
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p0
|
%patch0 -p0
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
@ -39,7 +36,6 @@ rm -rf %{buildroot}
|
|||||||
touch %{buildroot}%{_bindir}/pinentry
|
touch %{buildroot}%{_bindir}/pinentry
|
||||||
rm -f %{buildroot}%{_infodir}/dir
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%post
|
%post
|
||||||
install-info %{_infodir}/pinentry.info.gz %{_infodir}/dir
|
install-info %{_infodir}/pinentry.info.gz %{_infodir}/dir
|
||||||
@ -58,12 +54,10 @@ if [ "$1" = "0" ]; then
|
|||||||
update-alternatives --remove pinentry %{_bindir}/pinentry-qt
|
update-alternatives --remove pinentry %{_bindir}/pinentry-qt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
@ -72,7 +66,6 @@ rm -rf %{buildroot}
|
|||||||
%ghost %{_bindir}/pinentry
|
%ghost %{_bindir}/pinentry
|
||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
# -----------------------------------------------------------------------------
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Mar 22 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.6.8-0.fdr.1
|
* 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