- -devel: fix typo (broken dep)

This commit is contained in:
Rex Dieter 2011-02-13 17:08:24 -06:00
parent 31d5bbab08
commit 60e4c3d88e

View File

@ -2,7 +2,7 @@
Name: gpgme Name: gpgme
Summary: GnuPG Made Easy - high level crypto API Summary: GnuPG Made Easy - high level crypto API
Version: 1.3.0 Version: 1.3.0
Release: 2%{?dist} Release: 3%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: Applications/System Group: Applications/System
@ -44,7 +44,7 @@ Requires: %{name} = %{version}-%{release}
Requires: libgpg-error-devel Requires: libgpg-error-devel
# http://bugzilla.redhat.com/676954 # http://bugzilla.redhat.com/676954
# TODO: see if -lassuan can be added to config_extras patch too -- Rex # TODO: see if -lassuan can be added to config_extras patch too -- Rex
Requires: libassuan2-develk Requires: libassuan2-devel
# /usr/share/aclocal ownership # /usr/share/aclocal ownership
#Requires: automake #Requires: automake
Requires(post): /sbin/install-info Requires(post): /sbin/install-info
@ -124,6 +124,9 @@ fi
%changelog %changelog
* Sun Feb 13 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-3
- -devel: fix typo (broken dep)
* Sat Feb 12 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-2 * Sat Feb 12 2011 Rex Dieter <rdieter@fedoraproject.org> - 1.3.0-2
- BR: libassuan2-devel - BR: libassuan2-devel
- gpgme-config outputs -lassuan (#676954) - gpgme-config outputs -lassuan (#676954)