- Split out a -docs subpackage, which shaves of 324Kb of docs from the main
package
This commit is contained in:
parent
9371f0a9a6
commit
8698cdfb12
@ -8,7 +8,7 @@
|
||||
Summary: System daemon that is a DBUS abstraction layer for package management
|
||||
Name: PackageKit
|
||||
Version: 0.3.1
|
||||
Release: 3%{?dist}
|
||||
Release: 4%{?dist}
|
||||
License: GPLv2+
|
||||
Group: System Environment/Libraries
|
||||
URL: http://packagekit.freedesktop.org
|
||||
@ -49,11 +49,19 @@ BuildRequires: gettext
|
||||
BuildRequires: xulrunner-devel
|
||||
BuildRequires: libarchive-devel
|
||||
|
||||
%description
|
||||
%description
|
||||
PackageKit is a D-Bus abstraction layer that allows the session user
|
||||
to manage packages in a secure way using a cross-distro,
|
||||
cross-architecture API.
|
||||
|
||||
%package docs
|
||||
Summary: Documentation for PackageKit
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description docs
|
||||
API docs for PackageKit.
|
||||
|
||||
%package -n udev-packagekit
|
||||
Summary: Tell PackageKit to install firmware that udev requires
|
||||
Group: System Environment/Base
|
||||
@ -157,7 +165,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%dir %{_datadir}/PackageKit
|
||||
%dir %{_datadir}/PackageKit/helpers
|
||||
%dir %{_sysconfdir}/PackageKit
|
||||
@ -171,7 +179,6 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%config %{_sysconfdir}/dbus-1/system.d/*
|
||||
%{_datadir}/PackageKit/helpers/*
|
||||
%{_datadir}/man/man1/*.1.gz
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
%{_datadir}/PolicyKit/policy/*.policy
|
||||
%{_datadir}/mime/packages/packagekit-*.xml
|
||||
%{_sbindir}/packagekitd
|
||||
@ -189,6 +196,11 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_libdir}/pm-utils/sleep.d/95packagekit
|
||||
%{_libexecdir}/*py*
|
||||
|
||||
%files docs
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%{_datadir}/gtk-doc/html/PackageKit
|
||||
|
||||
%files -n yum-packagekit
|
||||
%defattr(-, root, root)
|
||||
%config(noreplace) %{_sysconfdir}/yum/pluginconf.d/refresh-packagekit.conf
|
||||
@ -201,7 +213,7 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
|
||||
%files libs
|
||||
%defattr(-,root,root,-)
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%doc README AUTHORS NEWS COPYING
|
||||
%dir %{_libdir}/packagekit-backend
|
||||
%{_libdir}/*packagekit*.so.*
|
||||
%{_libdir}/packagekit-backend/*.so
|
||||
@ -224,6 +236,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
||||
%{_includedir}/*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 08 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-4
|
||||
- Split out a -docs subpackage, which shaves of 324Kb of docs from
|
||||
the main package
|
||||
|
||||
* Thu Aug 28 2008 Richard Hughes <rhughes@redhat.com> - 0.3.1-3
|
||||
- The browser plugin file list was misordered in the merge, resulting
|
||||
in empty PackageKit-devel package.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user