Hello community,

here is the log from the commit of package python-xapp for openSUSE:Factory 
checked in at 2017-05-09 18:03:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-xapp (Old)
 and      /work/SRC/openSUSE:Factory/.python-xapp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-xapp"

Tue May  9 18:03:24 2017 rev:1 rq:493444 version:1.0.0

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

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python-xapp.new/python-xapp.changes     
2017-05-09 18:03:29.597981496 +0200
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Wed May  4 17:44:11 UTC 2017 - sor.ale...@meowr.ru
+
+- Initial package.

New:
----
  python-xapp-1.0.0.tar.gz
  python-xapp.changes
  python-xapp.spec

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

Other differences:
------------------
++++++ python-xapp.spec ++++++
#
# spec file for package python-xapp
#
# Copyright (c) 2017 SUSE LINUX 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-xapp
Version:        1.0.0
Release:        0
Summary:        Python XApp library
License:        GPL-2.0+
Group:          Development/Languages/Python
Url:            https://github.com/linuxmint/python-xapp
Source:         
https://github.com/linuxmint/%{name}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  python-rpm-macros
Requires:       python-psutil
BuildArch:      noarch

%description
This project gathers the components which are common to multiple
desktop environments and required to implement cross-DE solutions.

%python_subpackages

%prep
%setup -q

%build
%python_build

%install
%python_install

%files %{python_files}
%defattr(-,root,root)
%doc COPYING debian/changelog
%{python_sitelib}/xapp/
%{python_sitelib}/python_xapp-%{version}-*.egg-info

%changelog

Reply via email to