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