forked from pool/python-pysmi
Accepting request 738380 from devel:languages:python
Replace %fdupes -s with plain %fdupes; hardlinks are better. OBS-URL: https://build.opensuse.org/request/show/738380 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pysmi?expand=0&rev=7
This commit is contained in:
commit
244c089206
@ -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
|
Mon May 6 13:46:05 UTC 2019 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,6 @@ Version: 0.3.4
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: SNMP SMI/MIB Parser
|
Summary: SNMP SMI/MIB Parser
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: http://pysmi.sourceforge.net/
|
URL: http://pysmi.sourceforge.net/
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/p/pysmi/pysmi-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module ply}
|
BuildRequires: %{python_module ply}
|
||||||
@ -52,7 +51,7 @@ mv %{buildroot}%{_bindir}/mibdump.py %{buildroot}%{_bindir}/mibdump
|
|||||||
mv %{buildroot}%{_bindir}/mibcopy.py %{buildroot}%{_bindir}/mibcopy
|
mv %{buildroot}%{_bindir}/mibcopy.py %{buildroot}%{_bindir}/mibcopy
|
||||||
%python_clone -a %{buildroot}%{_bindir}/mibdump
|
%python_clone -a %{buildroot}%{_bindir}/mibdump
|
||||||
%python_clone -a %{buildroot}%{_bindir}/mibcopy
|
%python_clone -a %{buildroot}%{_bindir}/mibcopy
|
||||||
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%python_install_alternative mibdump
|
%python_install_alternative mibdump
|
||||||
|
Loading…
Reference in New Issue
Block a user