55 lines
1.6 KiB
RPMSpec
55 lines
1.6 KiB
RPMSpec
Name: dbf
|
|
Version: 0.9.0
|
|
Release: 2mamba
|
|
Summary: A command line tool to show and convert the content of dBASE III, IV, and 5.0 files
|
|
Group: Applications/Databases
|
|
Vendor: openmamba
|
|
Distribution: openmamba
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
URL: https://sourceforge.net/projects/dbf/
|
|
Source: https://sourceforge.net/projects/dbf/files/dbf%20-%20dBASE%20Reader/dbf-%{version}/dbf-core-%{version}.src.zip
|
|
## AUTOBUILDREQ-BEGIN
|
|
BuildRequires: glibc-devel
|
|
BuildRequires: libdbf-devel
|
|
## AUTOBUILDREQ-END
|
|
License: GPL
|
|
|
|
%description
|
|
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 can also be used to show some statistics about the content.
|
|
|
|
%debug_package
|
|
|
|
%prep
|
|
%setup -q -n %{name}-core
|
|
chmod +x configure
|
|
|
|
%build
|
|
%configure
|
|
%make
|
|
|
|
%install
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
%makeinstall
|
|
|
|
%{find_lang} %{name}
|
|
|
|
%clean
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%{_bindir}/dbf
|
|
%doc COPYING
|
|
|
|
%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
|
|
- update to 0.9.0
|
|
|
|
* Thu Nov 08 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.3.1-1mamba
|
|
- package created by autospec
|