Hello community,

here is the log from the commit of package deepin-utils for openSUSE:Factory 
checked in at 2013-08-28 21:14:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/deepin-utils (Old)
 and      /work/SRC/openSUSE:Factory/.deepin-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "deepin-utils"

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

--- /dev/null   2013-07-23 23:44:04.804033756 +0200
+++ /work/SRC/openSUSE:Factory/.deepin-utils.new/deepin-utils.changes   
2013-08-28 21:14:20.000000000 +0200
@@ -0,0 +1,17 @@
+-------------------------------------------------------------------
+Wed Aug 14 14:17:37 CST 2013 - [email protected]
+
+- update to git20130724
+  upsteam did not provide changlog.
+
+-------------------------------------------------------------------
+Sun Apr 28 15:40:37 CST 2013 - [email protected]
+
+- update to git20130314
+  fix bugs
+
+-------------------------------------------------------------------
+Wed Feb  6 12:03:21 CST 2013 - [email protected]
+
+- Initial package 
+

New:
----
  deepin-utils-0.0.1git20130724.tar.bz2
  deepin-utils.changes
  deepin-utils.spec

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

Other differences:
------------------
++++++ deepin-utils.spec ++++++
#
# spec file for package deepin-utils
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Hillwood Yang <[email protected]>
#
# 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:           deepin-utils
Summary:        Utils library for all project in Linux Deepin
License:        GPL-3.0+
Group:          System/GUI/GNOME
Version:        0.0.1git20130724
Release:        0
Url:            https://github.com/linuxdeepin/deepin-utils
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  pkgconfig(cairo) 
BuildRequires:  pkgconfig(pygobject-2.0)
BuildRequires:  pkgconfig(glib-2.0)
BuildRequires:  pkgconfig(gtk+-2.0)
BuildRequires:  pkgconfig(webkit-1.0)
BuildRequires:  libwebkitgtk-devel 
BuildRequires:  libsoup-devel
BuildRequires:  python-devel
BuildRequires:  python-gtk-devel
BuildRequires:  python-setuptools
BuildRequires:  update-desktop-files
Requires:       python-webkitgtk
Requires:       python-numpy
#BuildArch:      noarch
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{py_requires}

%description
Utils library for all project in Linux Deepin.

Base code move from utils module of deepin-ui.

%prep
%setup -q -n %{name}

%build

%install
#cp debian/docs .
#cp debian/copyright .
#cp debian/changelog .
export CFLAGS="$RPM_OPT_FLAGS" 
python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT

%files 
%defattr(-,root,root)
#%doc README
%{python_sitearch}/deepin_utils
%{python_sitearch}/deepin_utils-1.0-py2.7.egg-info
%{python_sitearch}/dtk_cairo_blur.so
%{python_sitearch}/dtk_webkit_cookie.so
%{python_sitearch}/deepin_font_icon.so

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

Reply via email to