]> git.pld-linux.org Git - packages/dbview.git/blob - dbview.spec
910aaca15b56000e2be15824ddb000ef86a38924
[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:        4
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 Icon:           dbview.xpm
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 dbview is a little tool that will display dBase III and IV files. You
17 can also use it to convert your old .dbf files for further use with
18 Unix.
19
20 %description -l pl
21 dbview jest ma³ym programem wy¶wietlaj±cym zawarto¶æ plików dBase III
22 i IV. Mo¿na go wykorzystaæ do konwersji starych plików .dbf do
23 wykorzystania pod Uniksem.
24
25 %prep
26 %setup -q
27 %patch0 -p1
28 %patch1 -p1
29
30 %build
31 %{__make} OPT="%{rpmcflags}"
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %{__make} install \
36         DESTDIR=$RPM_BUILD_ROOT
37
38 %clean
39 rm -rf $RPM_BUILD_ROOT
40
41 %files
42 %defattr(644,root,root,755)
43 %doc README dBASE
44 %attr(755,root,root) %{_bindir}/*
45 %{_mandir}/man1/*
This page took 0.074229 seconds and 3 git commands to generate.