Hello community,

here is the log from the commit of package libturpial for openSUSE:Factory 
checked in at 2015-03-25 10:00:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libturpial (Old)
 and      /work/SRC/openSUSE:Factory/.libturpial.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libturpial"

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

--- /dev/null   2015-03-12 01:14:30.992027505 +0100
+++ /work/SRC/openSUSE:Factory/.libturpial.new/libturpial.changes       
2015-03-25 10:00:16.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Tue Jul  1 21:19:17 CST 2014 - [email protected]
+
+- Initial package.
+

New:
----
  libturpial-1.7.0.tar.gz
  libturpial.changes
  libturpial.spec

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

Other differences:
------------------
++++++ libturpial.spec ++++++
#
# spec file for package libturpial
#
# Copyright (c) 2014 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:           libturpial
Version:        1.7.0
Release:        0
Summary:        Lightweight, functional and integrated Twitter client
License:        GPL-3.0+
Group:          Productivity/Networking/Instant Messenger
Url:            http://turpial.org.ve/
Source:         %{name}-%{version}.tar.gz
BuildRequires:  python-babel
BuildRequires:  python-imaging
BuildRequires:  python-setuptools
BuildRequires:  fdupes
BuildRequires:  update-desktop-files
Requires:       python-cairo
Requires:       python-requests
Requires:       python-oauth
Requires:       python-Jinja2
Requires:       python-qt4
Requires:       python-gtk
Requires:       python-webkitgtk
Requires:       python-notify
%{py_requires}
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
Turpial is a microblogging client with support for multiple interfaces.
It's developed using Python and its goal is to be native, light and
integrated with desktop environment, but without loosing any
functionality.


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

%build
chmod 644 AUTHORS ChangeLog COPYING README.rst
python setup.py build

%install
python setup.py install --skip-build --root %{buildroot} --prefix %{_prefix}
rm -rf %{buildroot}/usr/AUTHORS %{buildroot}/usr/COPYING 
%{buildroot}/usr/ChangeLog
rm -rf %{buildroot}%{python_sitelib}/tests
%fdupes %{buildroot}%{python_sitelib}


%files
%defattr(-,root,root,-)
%doc AUTHORS ChangeLog COPYING README.rst
%{python_sitelib}/%{name}/
%{python_sitelib}/%{name}-%{version}-py%{py_ver}.egg-info

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

Reply via email to