Hello community,

here is the log from the commit of package unrar_wrapper for openSUSE:Factory 
checked in at 2018-03-24 16:14:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/unrar_wrapper (Old)
 and      /work/SRC/openSUSE:Factory/.unrar_wrapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "unrar_wrapper"

Sat Mar 24 16:14:20 2018 rev:1 rq:589778 version:1.0.0

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

--- /dev/null   2018-03-01 08:56:54.644963210 +0100
+++ /work/SRC/openSUSE:Factory/.unrar_wrapper.new/unrar_wrapper.changes 
2018-03-24 16:14:23.537634057 +0100
@@ -0,0 +1,4 @@
+-------------------------------------------------------------------
+Mon Mar 19 12:14:30 UTC 2018 - kstreit...@suse.com
+
+- initial commit [fate#323896]

New:
----
  unrar_wrapper-1.0.0.tar.gz
  unrar_wrapper.changes
  unrar_wrapper.spec

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

Other differences:
------------------
++++++ unrar_wrapper.spec ++++++
#
# spec file for package unrar_wrapper
#
# Copyright (c) 2018 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/
#


Name:           unrar_wrapper
Version:        1.0.0
Release:        0
Summary:        Provides a backwards compatibility between unar and unrar
License:        GPL-3.0-only
Group:          Productivity/Archiving/Compression
URL:            https://github.com/openSUSE/unrar_wrapper
Source:         
https://github.com/openSUSE/unrar_wrapper/archive/unrar_wrapper-%{version}.tar.gz
BuildRequires:  python3-devel
BuildRequires:  python3-setuptools
Requires:       unar
Conflicts:      unrar
Provides:       unrar = %{version}
BuildArch:      noarch

%description
Wrapper python script that transforms the basic UnRAR commands to unar
and lsar calls in order to provide a backwards compatibility.

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

%build
python3 setup.py build

%check
python3 setup.py test

%install
python3 setup.py install --root=%{buildroot}
ln -s %{_bindir}/unrar_wrapper %{buildroot}/%{_bindir}/unrar

%files
%license LICENSE
%doc README.md
%{_bindir}/unrar_wrapper
%{_bindir}/unrar
%{python3_sitelib}/unrar_wrapper.py
%{python3_sitelib}/__pycache__
%{python3_sitelib}/unrar_wrapper-%{version}-py%{py3_ver}.egg-info

%changelog

Reply via email to