diff --git a/pinentry.spec b/pinentry.spec index 14b0547..fe9313c 100644 --- a/pinentry.spec +++ b/pinentry.spec @@ -1,7 +1,7 @@ Name: pinentry Version: 0.7.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Collection of simple PIN or passphrase entry dialogs Group: Applications/System @@ -14,7 +14,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel BuildRequires: libcap-devel BuildRequires: ncurses-devel +%if 0%{?fedora} > 8 +BuildRequires: qt3-devel +%else BuildRequires: qt-devel +%endif Requires(post): %{_sbindir}/update-alternatives Requires(post): /sbin/install-info @@ -43,7 +47,7 @@ http://www.gnupg.org/aegypten/ for details. This package contains the GTK+ GUI based version of the PIN entry dialog. %package qt -Summary: Passphrase/PIN entry dialog based on Qt +Summary: Passphrase/PIN entry dialog based on Qt3 Group: Applications/System Requires: %{name} = %{version}-%{release} Provides: %{name}-gui = %{version}-%{release} @@ -145,6 +149,9 @@ fi %changelog +* Tue Mar 25 2008 Rex Dieter - 0.7.4-4 +- s/qt-devel/qt3-devel/ (f9+) + * Tue Feb 19 2008 Fedora Release Engineering - 0.7.4-3 - Autorebuild for GCC 4.3