2007-01-15 23:08:42 +00:00
|
|
|
#
|
2012-02-22 14:52:55 +00:00
|
|
|
# spec file for package dbview
|
2007-01-15 23:08:42 +00:00
|
|
|
#
|
2015-04-22 06:34:31 +00:00
|
|
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
2007-01-15 23:08:42 +00:00
|
|
|
#
|
2009-06-17 17:21:28 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2007-01-15 23:08:42 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
|
#
|
|
|
|
|
|
2009-06-17 17:21:28 +00:00
|
|
|
|
2007-01-15 23:08:42 +00:00
|
|
|
Name: dbview
|
2007-04-07 08:03:10 +00:00
|
|
|
Version: 1.0.4
|
2012-02-22 14:52:55 +00:00
|
|
|
Release: 0
|
2007-01-15 23:08:42 +00:00
|
|
|
Summary: Viewer for dBase III and dBase IV Files
|
2012-02-22 14:52:55 +00:00
|
|
|
License: GPL-2.0+
|
|
|
|
|
Group: Productivity/Databases/Tools
|
2015-04-22 06:34:31 +00:00
|
|
|
Url: http://www.infodrom.org/projects/dbview/
|
|
|
|
|
Source0: http://www.infodrom.org/projects/dbview/download/%{name}-%{version}.tar.gz
|
|
|
|
|
Source1: http://www.infodrom.org/projects/dbview/download/%{name}-%{version}.tar.gz.asc
|
|
|
|
|
Source2: %{name}.keyring
|
|
|
|
|
Patch1: %{name}-%{version}-makefile.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-15 23:08:42 +00:00
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
dbview is a little tool that displays dBase III and IV files. You can
|
|
|
|
|
also use it to convert your old .dbf files for further use with Unix.
|
|
|
|
|
|
|
|
|
|
%prep
|
2024-02-26 10:50:50 +00:00
|
|
|
%autosetup -p0
|
2007-01-15 23:08:42 +00:00
|
|
|
|
|
|
|
|
%build
|
2015-04-22 06:34:31 +00:00
|
|
|
make CFLAGS="%{optflags}" %{?_smp_mflags}
|
2007-01-15 23:08:42 +00:00
|
|
|
|
|
|
|
|
%install
|
2015-04-22 06:34:31 +00:00
|
|
|
make DESTDIR=%{buildroot} install %{?_smp_mflags}
|
2007-01-15 23:08:42 +00:00
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-, root, root)
|
2007-04-07 08:03:10 +00:00
|
|
|
%doc README dBASE CHANGES
|
2015-04-22 06:34:31 +00:00
|
|
|
%{_mandir}/man1/*
|
|
|
|
|
%{_bindir}/dbview
|
2007-01-15 23:08:42 +00:00
|
|
|
|
2007-04-07 08:03:10 +00:00
|
|
|
%changelog
|