]> git.pld-linux.org Git - packages/dbview.git/blob - dbview.spec
- dbview-64bit.patch to fix use on 64bit ia64 by "Bohdan R. Rau" <ethanak@polip.com>
[packages/dbview.git] / dbview.spec
1 Summary:        dbview - view dBase files
2 Summary(pl):    Program do ogl±dania plików dBase
3 Name:           dbview
4 Version:        1.0.3
5 Release:        6
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:  75521f1f3eb461e27481a6098b5da777
10 Patch0:         %{name}-make.patch
11 Patch1:         %{name}-fixes.patch
12 Patch2:         %{name}-64bit.patch
13 Icon:           dbview.xpm
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 dbview is a little tool that will display dBase III and IV files. You
18 can also use it to convert your old .dbf files for further use with
19 Unix.
20
21 %description -l pl
22 dbview jest ma³ym programem wy¶wietlaj±cym zawarto¶æ plików dBase III
23 i IV. Mo¿na go wykorzystaæ do konwersji starych plików .dbf do
24 wykorzystania pod Uniksem.
25
26 %prep
27 %setup -q
28 %patch0 -p1
29 %patch1 -p1
30 %patch2 -p1
31
32 %build
33 %{__make} OPT="%{rpmcflags}"
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37 %{__make} install \
38         DESTDIR=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc README dBASE
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.051504 seconds and 3 git commands to generate.