14
0
forked from pool/python-pysrt

- Replace %fdupes -s with plain %fdupes; hardlinks are better.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysrt?expand=0&rev=9
This commit is contained in:
2019-10-14 14:18:10 +00:00
committed by Git OBS Bridge
parent 73d708ca41
commit 3f50ded018
2 changed files with 11 additions and 9 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:17:23 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Mar 31 07:56:17 UTC 2017 - aloisio@gmx.com Fri Mar 31 07:56:17 UTC 2017 - aloisio@gmx.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-pysrt # spec file for package python-pysrt
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
# #
@@ -21,10 +21,9 @@ Name: python-pysrt
Version: 1.1.1 Version: 1.1.1
Release: 0 Release: 0
Summary: SubRip (.srt) subtitle parser and writer Summary: SubRip (.srt) subtitle parser and writer
License: GPL-3.0 License: GPL-3.0-only
Group: Development/Languages/Python URL: https://github.com/byroot/pysrt
Url: https://github.com/byroot/pysrt Source0: https://files.pythonhosted.org/packages/source/p/pysrt/pysrt-%{version}.tar.gz
Source0: https://pypi.io/packages/source/p/pysrt/pysrt-%{version}.tar.gz
BuildRequires: %{python_module base} BuildRequires: %{python_module base}
BuildRequires: %{python_module chardet} BuildRequires: %{python_module chardet}
BuildRequires: %{python_module nose} BuildRequires: %{python_module nose}
@@ -32,7 +31,6 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-chardet Requires: python-chardet
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -50,13 +48,12 @@ sed -e '1d' -i pysrt/commands.py
%install %install
%python_install %python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
%check %check
%python_exec %{_bindir}/nosetests %python_exec %{_bindir}/nosetests
%files %{python_files} %files %{python_files}
%defattr(-,root,root)
%python3_only %{_bindir}/srt %python3_only %{_bindir}/srt
%{python_sitelib}/pysrt %{python_sitelib}/pysrt
%{python_sitelib}/pysrt-%{version}-py%{python_version}.egg-info %{python_sitelib}/pysrt-%{version}-py%{python_version}.egg-info