From 183dff8b811282152cde075492f5477049f7e581e070166bc4e69249485b6590 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 14 Oct 2019 14:00:56 +0000 Subject: [PATCH] - Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-nltk?expand=0&rev=26 --- python-nltk.changes | 5 +++++ python-nltk.spec | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/python-nltk.changes b/python-nltk.changes index a96f93e..07318fa 100644 --- a/python-nltk.changes +++ b/python-nltk.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Oct 14 14:00:43 UTC 2019 - Matej Cepl + +- Replace %fdupes -s with plain %fdupes; hardlinks are better. + ------------------------------------------------------------------- Wed Sep 11 11:05:01 UTC 2019 - Tomáš Chvátal diff --git a/python-nltk.spec b/python-nltk.spec index 5f11836..e90d505 100644 --- a/python-nltk.spec +++ b/python-nltk.spec @@ -24,7 +24,6 @@ Version: 3.4.5 Release: 0 Summary: Natural Language Toolkit License: Apache-2.0 -Group: Development/Languages/Python URL: http://nltk.org/ Source: https://files.pythonhosted.org/packages/source/n/nltk/%{pyname}-%{version}.zip BuildRequires: %{interps} @@ -73,7 +72,7 @@ sed -i "1,4{/\/usr\/bin\/env/d}" nltk/tokenize/stanford_segmenter.py %install %python_install -%{python_expand %fdupes -s %{buildroot}%{$python_sitelib}/ +%{python_expand %fdupes %{buildroot}%{$python_sitelib}/ chmod -x %{buildroot}%{$python_sitelib}/nltk/test/dependency.doctest }