- -browser-plugin: Requires: mozilla-filesystem
This commit is contained in:
parent
11175d735b
commit
1107bc059c
@ -8,7 +8,7 @@
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.3.7
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
@ -152,6 +152,7 @@ Summary: Browser Plugin for PackageKit
|
||||
Group: Development/Libraries
|
||||
Requires: gtk2
|
||||
Requires: PackageKit-glib = %{version}-%{release}
|
||||
Requires: mozilla-filesystem
|
||||
|
||||
%description browser-plugin
|
||||
The PackageKit browser plugin allows web sites to offer the ability to
|
||||
@ -305,8 +306,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%files browser-plugin
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%dir %{_libdir}/mozilla
|
||||
%dir %{_libdir}/mozilla/plugins
|
||||
%{_libdir}/mozilla/plugins/packagekit-plugin.so
|
||||
|
||||
%files gstreamer-plugin
|
||||
@ -330,6 +329,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/packagekit-backend/*.h
|
||||
|
||||
%changelog
|
||||
* Mon Oct 20 2008 Rex Dieter <rdieter@fedoraproject.org> - 0.3.7-3
|
||||
- -browser-plugin: Requires: mozilla-filesystem
|
||||
|
||||
* Mon Oct 20 2008 Richard Hughes <rhughes@redhat.com> - 0.3.7-2
|
||||
- Rename as newest upstream has QT binding also:
|
||||
* PackageKit-libs -> PackageKit-glib
|
||||
|
||||
Loading…
Reference in New Issue
Block a user