Dominique Leuenberger 2013-01-16 22:04:29 +00:00 committed by Git OBS Bridge
parent c66bcc07ad
commit cc0a10ea7f
3 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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

View File

@ -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>"