]> git.pld-linux.org Git - packages/dbview.git/blame - dbview.spec
- obsolete
[packages/dbview.git] / dbview.spec
CommitLineData
9f83a0c1 1Summary: dbview - view dBase files
5496fe8b 2Summary(pl.UTF-8): Program do oglądania plików dBase
9f83a0c1 3Name: dbview
4701f1ae
AM
4Version: 1.0.4
5Release: 1
9f83a0c1
JB
6License: GPL
7Group: Applications/Databases
9f83a0c1 8Source0: ftp://metalab.unc.edu/pub/Linux/apps/database/proprietary/%{name}-%{version}.tar.gz
4701f1ae 9# Source0-md5: aba3a1137b17cf4915641612fb200562
9f83a0c1 10Patch0: %{name}-make.patch
9f83a0c1
JB
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14dbview is a little tool that will display dBase III and IV files. You
15can also use it to convert your old .dbf files for further use with
16Unix.
17
2c21b63f
JR
18%description -l pl.UTF-8
19dbview jest małym programem wyświetlającym zawartość plików dBase III
20i IV. Można go wykorzystać do konwersji starych plików .dbf do
9f83a0c1
JB
21wykorzystania pod Uniksem.
22
23%prep
24%setup -q
25%patch0 -p1
9f83a0c1
JB
26
27%build
6e261399 28%{__make} \
29 CC="%{__cc}" \
30 OPT="%{rpmcflags}"
9f83a0c1
JB
31
32%install
33rm -rf $RPM_BUILD_ROOT
d87d0a33
PG
34%{__make} install \
35 DESTDIR=$RPM_BUILD_ROOT
9f83a0c1 36
9f83a0c1
JB
37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
feb5c2cc 42%doc README dBASE
9f83a0c1
JB
43%attr(755,root,root) %{_bindir}/*
44%{_mandir}/man1/*
This page took 0.077064 seconds and 4 git commands to generate.