automatic version update by autodist [release 1.24-1mamba;Mon Jul 08 2024]
This commit is contained in:
parent
f5574d2186
commit
988fca2463
11
libgdbm.spec
11
libgdbm.spec
@ -1,5 +1,5 @@
|
|||||||
Name: libgdbm
|
Name: libgdbm
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A set of database routines that use extensible hashing
|
Summary: A set of database routines that use extensible hashing
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -36,7 +36,7 @@ Requires: libgdbm_compat = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines.
|
GNU dbm is a set of database routines that use extensible hashing. It works similar to the standard UNIX dbm routines.
|
||||||
This package contains static libraries and header files need for development.
|
This package contains static libraries and header files needed for development.
|
||||||
|
|
||||||
%package tools
|
%package tools
|
||||||
Group: Applications/Databases
|
Group: Applications/Databases
|
||||||
@ -66,6 +66,8 @@ chmod 644 ChangeLog COPYING NEWS README
|
|||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall INSTALL_ROOT=%{buildroot}
|
%makeinstall INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_infodir}/dir
|
||||||
|
|
||||||
%find_lang gdbm
|
%find_lang gdbm
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -97,10 +99,8 @@ exit 0
|
|||||||
%{_includedir}/dbm.h
|
%{_includedir}/dbm.h
|
||||||
%{_includedir}/ndbm.h
|
%{_includedir}/ndbm.h
|
||||||
%{_libdir}/libgdbm.a
|
%{_libdir}/libgdbm.a
|
||||||
%{_libdir}/libgdbm.la
|
|
||||||
%{_libdir}/libgdbm.so
|
%{_libdir}/libgdbm.so
|
||||||
%{_libdir}/libgdbm_compat.a
|
%{_libdir}/libgdbm_compat.a
|
||||||
%{_libdir}/libgdbm_compat.la
|
|
||||||
%{_libdir}/libgdbm_compat.so
|
%{_libdir}/libgdbm_compat.so
|
||||||
%{_infodir}/gdbm.*
|
%{_infodir}/gdbm.*
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
@ -116,6 +116,9 @@ exit 0
|
|||||||
%{_mandir}/man1/gdbmtool.1*
|
%{_mandir}/man1/gdbmtool.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 08 2024 Automatic Build System <autodist@openmamba.org> 1.24-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
* Sun Jul 10 2022 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user