tweak
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=164
This commit is contained in:
parent
c66bcc07ad
commit
cc0a10ea7f
@ -81,9 +81,17 @@ Wed Jan 16 19:38:47 UTC 2013 - tittiatcoke@gmail.com
|
||||
+ PackageKit-bnc780058-zypp-backend-match-patches.patch
|
||||
+ PackageKit-gstreamer-1.0.patch
|
||||
+ PackageKit-no-polkit-backend-1.patch
|
||||
- Add pkgconfig(systemd) BuildRequires: new depenency.
|
||||
- Remove obsolete xulrunner version matches: we build against npapi
|
||||
now.
|
||||
- Drop obsolete suse_version checks.
|
||||
- Rename libpackagekit-glib2-14 to libpackagekit-glib2-16,
|
||||
following upstreams soname bump (also in baselibs.conf)
|
||||
- Drop libpackagekit-qt2-devel and libpackagekit-qt2-2 subpackages:
|
||||
upstream split this in an own source tarball.
|
||||
- Pass --enable-gstreamer-plugin to configure.
|
||||
- Remove references to libpackagekit-qt14 and libpackagekit-qt2-2
|
||||
from baselibs.conf: those libraries are no longer built.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 23:33:08 UTC 2012 - dimstar@opensuse.org
|
||||
|
@ -275,7 +275,7 @@ make %{?_smp_mflags} V=1
|
||||
%install
|
||||
%makeinstall
|
||||
mv %{buildroot}%{_sysconfdir}/bash_completion.d/pk-completion.{ba,}sh
|
||||
find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} +
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
# the pm-utils package in openSUSE uses libexecdir and not libdir
|
||||
%if "%{_libdir}" != "%{_libexecdir}"
|
||||
test ! -e %{buildroot}%{_libexecdir}/pm-utils
|
||||
|
@ -1,12 +1,4 @@
|
||||
libpackagekit-glib2-14
|
||||
libpackagekit-glib2-16
|
||||
libpackagekit-glib2-devel
|
||||
requires -libpackagekit-glib2-<targettype>
|
||||
requires "libpackagekit-glib2-14-<targettype> = <version>"
|
||||
libpackagekit-qt14
|
||||
libpackagekit-qt-devel
|
||||
requires -libpackagekit-qt-<targettype>
|
||||
requires "libpackagekit-qt14-<targettype> = <version>"
|
||||
libpackagekit-qt2-2
|
||||
libpackagekit-qt2-devel
|
||||
requires -libpackagekit-qt2-<targettype>
|
||||
requires "libpackagekit-qt2-2-<targettype> = <version>"
|
||||
requires "libpackagekit-glib2-16-<targettype> = <version>"
|
||||
|
Loading…
Reference in New Issue
Block a user