automatic version update by autodist [release 1.52-1mamba;Tue Feb 25 2020]

This commit is contained in:
Automatic Build System 2024-01-06 03:08:03 +01:00
parent 68d61ba55c
commit 05d3b9f695

View File

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