diff --git a/ktoblzcheck.spec b/ktoblzcheck.spec index c06a519..8f27565 100644 --- a/ktoblzcheck.spec +++ b/ktoblzcheck.spec @@ -1,5 +1,5 @@ Name: ktoblzcheck -Version: 1.50 +Version: 1.52 Release: 1mamba Summary: A library to check bank account numbers and bank codes (BLZ) of German Banks Group: System/Libraries @@ -61,12 +61,14 @@ This package contains libraries and header files for developing applications tha %files %defattr(-,root,root) %{_bindir}/ktoblzcheck +%{_bindir}/ibanchk +%{_mandir}/man1/ibanchk.1* %{_mandir}/man1/ktoblzcheck.1* %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libktoblzcheck.so.* -%{python27_sitearch}/ktoblzcheck.py +%{python3_sitearch}/ktoblzcheck.py %dir %{_datadir}/ktoblzcheck %{_datadir}/ktoblzcheck/*.txt %doc AUTHORS COPYING @@ -85,5 +87,8 @@ This package contains libraries and header files for developing applications tha %doc NEWS %changelog +* Tue Feb 25 2020 Automatic Build System 1.52-1mamba +- automatic version update by autodist + * Wed Nov 27 2019 Silvan Calarco 1.50-1mamba - package created using the webbuild interface