- -qt: add minimal qt4 runtime dependency
This commit is contained in:
parent
948cc66fb9
commit
9e1e755c1c
@ -11,7 +11,7 @@ Summary: Package management service
|
||||
Name: PackageKit
|
||||
Version: 0.6.2
|
||||
#Release: 0.1.%{?alphatag}git%{?dist}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.packagekit.org
|
||||
@ -134,6 +134,7 @@ GLib libraries for accessing PackageKit.
|
||||
Summary: QT libraries for accessing PackageKit
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
%{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}}
|
||||
|
||||
%description qt
|
||||
QT libraries for accessing PackageKit.
|
||||
@ -458,6 +459,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/PackageKit/backend/*.h
|
||||
|
||||
%changelog
|
||||
* Sat Mar 13 2010 Rex Dieter <rdieter@fedoraproject.org> - 0.6.2-2
|
||||
- -qt: add minimal qt4 runtime dependency
|
||||
|
||||
* Mon Mar 01 2010 Richard Hughes <rhughes@redhat.com> - 0.6.2-1
|
||||
- New upstream release of 0.6.2.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user