Fix double install of COPYING.LIB and correct __pycache__ refernce in %%files.
This commit is contained in:
parent
4c73602096
commit
42d748ae91
@ -181,7 +181,7 @@ make V=1 check
|
||||
|
||||
|
||||
%files
|
||||
%license COPYING COPYING.LIB
|
||||
%license COPYING
|
||||
%doc AUTHORS ChangeLog PLAN README THANKS TODO
|
||||
%{_bindir}/*
|
||||
%{_libdir}/libhamlib.so.*
|
||||
@ -220,7 +220,7 @@ make V=1 check
|
||||
%if %{?fedora} >= 30
|
||||
%{python3_sitearch}/*.py*
|
||||
%{python3_sitearch}/_Hamlib.so
|
||||
%{python3_sitearch}/__pycache__/hamlib.*
|
||||
%{python3_sitearch}/__pycache__/Hamlib.*
|
||||
%else
|
||||
%{python2_sitearch}/*.py*
|
||||
%{python2_sitearch}/_Hamlib.so
|
||||
|
Loading…
Reference in New Issue
Block a user