|
@@ -1,6 +1,6 @@
|
|
|
|
|
|
Name: pinentry
|
|
|
-Version: 1.1.1
|
|
|
+Version: 1.2.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
Summary: Collection of simple PIN or passphrase entry dialogs
|
|
|
Group: accessories
|
|
@@ -25,10 +25,6 @@ BuildRequires: libassuan-devel
|
|
|
BuildRequires: libsecret-devel
|
|
|
BuildRequires: pkgconfig(Qt5Core) pkgconfig(Qt5Gui) pkgconfig(Qt5Widgets)
|
|
|
|
|
|
-Requires(pre): %{_sbindir}/update-alternatives
|
|
|
-Requires(post): /sbin/install-info
|
|
|
-Requires(preun): /sbin/install-info
|
|
|
-
|
|
|
Provides: %{name}-curses = %{version}-%{release}
|
|
|
|
|
|
%description
|
|
@@ -113,6 +109,7 @@ CXXFLAGS="%{optflags} -std=c++11"
|
|
|
--enable-pinentry-gtk2 \
|
|
|
--enable-pinentry-qt5 \
|
|
|
--enable-pinentry-emacs \
|
|
|
+ --enable-pinentry-curses \
|
|
|
--enable-libsecret
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
@@ -131,17 +128,6 @@ install -p -m755 -D %{SOURCE10} $RPM_BUILD_ROOT%{_bindir}/pinentry
|
|
|
rm -fv $RPM_BUILD_ROOT%{_infodir}/dir
|
|
|
|
|
|
|
|
|
-%post
|
|
|
-if [ -f %{_infodir}/pinentry.info* ]; then
|
|
|
-/sbin/install-info %{_infodir}/pinentry.info %{_infodir}/dir ||:
|
|
|
-fi
|
|
|
-
|
|
|
-%preun
|
|
|
-if [ $1 -eq 0 -a -f %{_infodir}/pinentry.info* ] ; then
|
|
|
- /sbin/install-info --delete %{_infodir}/pinentry.info %{_infodir}/dir ||:
|
|
|
-fi
|
|
|
-
|
|
|
-
|
|
|
%files
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
%license COPYING
|
|
@@ -167,6 +153,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Thu Jul 14 2022 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.2.0-1
|
|
|
+- new upstream release.
|
|
|
+- dropped install-info scriptlets.
|
|
|
+
|
|
|
* Thu Feb 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.1.1-1
|
|
|
- new upstream release.
|
|
|
|