update urls; added debug package [release 0.9.0-2mamba;Sun Jan 09 2022]

This commit is contained in:
Silvan Calarco 2024-01-05 21:40:06 +01:00
parent ee0f6f8cb2
commit 280bcc2142

View File

@ -1,25 +1,26 @@
Name: dbf Name: dbf
Version: 0.9.0 Version: 0.9.0
Release: 1mamba Release: 2mamba
Summary: A command line tool to show and convert the content of dBASE III, IV, and 5.0 files Summary: A command line tool to show and convert the content of dBASE III, IV, and 5.0 files
Group: Applications/Databases Group: Applications/Databases
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://dbf.berlios.de/index.html URL: https://sourceforge.net/projects/dbf/
Source: http://download.berlios.de/dbf/dbf-core-%{version}.src.zip Source: https://sourceforge.net/projects/dbf/files/dbf%20-%20dBASE%20Reader/dbf-%{version}/dbf-core-%{version}.src.zip
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libdbf-devel BuildRequires: libdbf-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files. dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files.
It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, StarOffice, and most other spread sheets. It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, StarOffice, and most other spread sheets.
It can also be used to show some statistics about the content. It can also be used to show some statistics about the content.
%debug_package
%prep %prep
%setup -q -n %{name}-core %setup -q -n %{name}-core
chmod +x configure chmod +x configure
@ -40,9 +41,12 @@ chmod +x configure
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/dbf %{_bindir}/dbf
%doc BUGS CREDITS ChangeLog README %doc COPYING
%changelog %changelog
* Sun Jan 09 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.0-2mamba
- update urls; added debug package
* Wed Jul 04 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.0-1mamba * Wed Jul 04 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.9.0-1mamba
- update to 0.9.0 - update to 0.9.0