diff --git a/libdbf.spec b/libdbf.spec index 82e74fd..fde8d0d 100644 --- a/libdbf.spec +++ b/libdbf.spec @@ -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 -URL: http://dbf.berlios.de/ -Source: http://download.berlios.de/dbf/libdbf-%{version}.src.zip +Packager: Silvan Calarco +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 0.0.2-1mamba +- update to 0.0.2 + * Wed Jul 04 2012 Stefano Cotta Ramusino 0.0.1-1mamba - package created by autospec