automatic version update by autodist [release 1.55-1mamba;Sun Jan 07 2024]
This commit is contained in:
parent
d89a5abe5d
commit
f20cf2094d
@ -1,5 +1,5 @@
|
|||||||
Name: ktoblzcheck
|
Name: ktoblzcheck
|
||||||
Version: 1.53
|
Version: 1.55
|
||||||
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
|
||||||
@ -11,13 +11,14 @@ Source: https://sourceforge.net/projects/ktoblzcheck/files/ktoblzcheck-%{
|
|||||||
License: LGPL
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython311-devel
|
||||||
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A library to check bank account numbers and bank codes (BLZ) of German Banks.
|
A library to check bank account numbers and bank codes (BLZ) of German Banks.
|
||||||
@ -26,6 +27,7 @@ It is based on the specifications of the "Deutsche Bundesbank".
|
|||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
@ -61,7 +63,11 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ktoblzcheck
|
%{_bindir}/ktoblzcheck
|
||||||
|
%{_bindir}/ktoblzupdate
|
||||||
%{_bindir}/ibanchk
|
%{_bindir}/ibanchk
|
||||||
|
%dir %{_datadir}/ktoblzcheck
|
||||||
|
%{_datadir}/ktoblzcheck/*.txt
|
||||||
|
%{_datadir}/ktoblzcheck/bankdata.*.db
|
||||||
%{_mandir}/man1/ibanchk.1*
|
%{_mandir}/man1/ibanchk.1*
|
||||||
%{_mandir}/man1/ktoblzcheck.1*
|
%{_mandir}/man1/ktoblzcheck.1*
|
||||||
|
|
||||||
@ -69,14 +75,13 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libktoblzcheck.so.*
|
%{_libdir}/libktoblzcheck.so.*
|
||||||
%{python3_sitearch}/ktoblzcheck.py
|
%{python3_sitearch}/ktoblzcheck.py
|
||||||
%dir %{_datadir}/ktoblzcheck
|
|
||||||
%{_datadir}/ktoblzcheck/*.txt
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/iban.h
|
%{_includedir}/iban.h
|
||||||
%{_includedir}/ktoblzcheck.h
|
%{_includedir}/ktoblzcheck.h
|
||||||
|
%{_includedir}/ktoblzcheck_export.h
|
||||||
%dir %{_libdir}/cmake/KtoBlzCheck
|
%dir %{_libdir}/cmake/KtoBlzCheck
|
||||||
%{_libdir}/libktoblzcheck.so
|
%{_libdir}/libktoblzcheck.so
|
||||||
%{_libdir}/cmake/KtoBlzCheck/KtoBlzCheck*.cmake
|
%{_libdir}/cmake/KtoBlzCheck/KtoBlzCheck*.cmake
|
||||||
@ -87,6 +92,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 07 2024 Automatic Build System <autodist@openmamba.org> 1.55-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 1.53-1mamba
|
* Sat Feb 06 2021 Automatic Build System <autodist@mambasoft.it> 1.53-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user