SHA256
1
0
forked from pool/python-pysmi

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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysmi?expand=0&rev=17
This commit is contained in:
Matej Cepl 2019-10-14 14:17:18 +00:00 committed by Git OBS Bridge
parent efd14845bf
commit 88978b5c62
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Oct 14 14:17:08 UTC 2019 - Matej Cepl <mcepl@suse.com>
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
-------------------------------------------------------------------
Mon May 6 13:46:05 UTC 2019 - pgajdos@suse.com

View File

@ -22,7 +22,6 @@ Version: 0.3.4
Release: 0
Summary: SNMP SMI/MIB Parser
License: BSD-2-Clause
Group: Development/Languages/Python
URL: http://pysmi.sourceforge.net/
Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz
BuildRequires: %{python_module ply}
@ -52,7 +51,7 @@ mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump
mv %{buildroot}%{_bindir}/mibcopy.py %{buildroot}%{_bindir}/mibcopy
%python_clone -a %{buildroot}%{_bindir}/mibdump
%python_clone -a %{buildroot}%{_bindir}/mibcopy
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%post
%python_install_alternative mibdump