update to 0.0.2 [release 0.0.2-1mamba;Sun Dec 26 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 04:04:41 +01:00
parent 9b0f15bb39
commit dd0f2cbfdb

View File

@ -1,18 +1,17 @@
Name: libdbf
Version: 0.0.1
Version: 0.0.2
Release: 1mamba
Summary: A C-library for reading dbase files
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
URL: http://dbf.berlios.de/
Source: http://download.berlios.de/dbf/libdbf-%{version}.src.zip
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://18382.whserv.de/admin/index.php
Source: https://github.com/quentindemetz/libdbf.git/%{version}/libdbf-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
libdbf is a C-library for reading dbase files.
@ -26,13 +25,11 @@ Requires: pkg-config
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n %{name}
chmod 755 configure install-sh
(cd src; \
mv {,my}endian.h; \
sed -i "s,\(endian\.h\),my\1," *.{c,h,in} \
)
%setup -q
./autogen.sh
%build
%configure \
@ -56,7 +53,7 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
%files -f %{name}.lang
%defattr(-,root,root)
%{_libdir}/*.so.*
%{_libdir}/libdbf.so.*
%doc COPYING
%files devel
@ -67,5 +64,8 @@ find %{buildroot}%{_libdir} -name '*.la' -delete
%doc ChangeLog README
%changelog
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.2-1mamba
- update to 0.0.2
* Wed Jul 04 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.0.1-1mamba
- package created by autospec