Hello community,

here is the log from the commit of package PackageKit-Qt for openSUSE:Factory 
checked in at 2013-01-20 12:04:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/PackageKit-Qt (Old)
 and      /work/SRC/openSUSE:Factory/.PackageKit-Qt.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "PackageKit-Qt", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.PackageKit-Qt.new/PackageKit-Qt.changes 
2013-01-20 12:04:13.000000000 +0100
@@ -0,0 +1,10 @@
+-------------------------------------------------------------------
+Thu Jan 17 21:14:58 UTC 2013 - [email protected]
+
+- Initial package, version 0.8.7:
+  + This is the first release of Packagekit-Qt which has been split
+    out of the main PackageKit project. This project is decoupled
+    from the main PackageKit project from  this point onwards and
+    does not subscribe to the same API and ABI promises of
+    PackageKit.
+

New:
----
  PackageKit-Qt-0.8.7.tar.xz
  PackageKit-Qt.changes
  PackageKit-Qt.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ PackageKit-Qt.spec ++++++
#
# spec file for package libpackagekit-qt2
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           PackageKit-Qt
Version:        0.8.7
Release:        0
Summary:        Simple software installation management software
License:        LGPL-2.0+
Group:          System/Daemons
Url:            http://packagekit.org/
Source:         http://www.packagekit.org/releases/%{name}-%{version}.tar.xz
BuildRequires:  libqt4-devel
BuildRequires:  PackageKit-devel
BuildRequires:  kde4-filesystem
BuildRequires:  cmake

%description
PackageKit is a system designed to make installing and updating
software on your computer easier.  The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.

%package -n libpackagekit-qt2-5
Summary:        Simple software installation management software
Group:          System/Libraries

%description -n libpackagekit-qt2-5
PackageKit is a system designed to make installing and updating
software on your computer easier.  The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.

%package devel
Summary:        Simple software installation management software
Group:          Development/Libraries/C and C++
Requires:       libpackagekit-qt2-5 = %{version}

%description devel
PackageKit is a system designed to make installing and updating
software on your computer easier.  The primary design goal is to unify
all the software graphical tools used in different distributions, and
use some of the latest technology like PolicyKit to make the process
suck less.

%prep
%setup -q

%build
mkdir build
cd build
cmake \
  -DCMAKE_INSTALL_LIBDIR=%{_libdir} \
  ..
make %{?smp_mflags}

%install
cd build
%make_install

%post -n libpackagekit-qt2-5 -p /sbin/ldconfig

%postun -n libpackagekit-qt2-5 -p /sbin/ldconfig

%files -n libpackagekit-qt2-5
%defattr(-,root,root)
%doc COPYING NEWS AUTHORS
%{_libdir}/libpackagekit-qt2.so.*

%files devel
%defattr(-,root,root)
%doc TODO MAINTAINERS RELEASE
%{_libdir}/libpackagekit-qt2.so
%{_libdir}/cmake/packagekit-qt2/
%{_libdir}/pkgconfig/packagekit-qt2.pc
%dir %{_includedir}/PackageKit
%{_includedir}/PackageKit/packagekit-qt2/

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to