]> git.pld-linux.org Git - packages/dbf2pos.git/blob - dbf2pos.spec
- added md5
[packages/dbf2pos.git] / dbf2pos.spec
1 Summary:        Tool for creating converters from dbf files to PGSQL commands
2 Summary(pl):    Narzêdzie do tworzenia konwerterów plików dbf na instrukcje PGSQL
3 Name:           dbf2pos
4 Version:        0.1.4
5 Release:        1
6 License:        GPL
7 Group:          Applications/Databases
8 Source0:        http://www.mat.uni.torun.pl/~jerzy/wegorz/%{name}-%{version}.tar.gz
9 # Source0-md5:  4eb86e767495b96e72200a5181a8e20f
10 Icon:           dbview.xpm
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 dbf2pos 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
19 dbf2pos 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 %package expdbflib
24 Summary:        dbf2pos library
25 Summary(pl):    Biblioteka dbf2pos
26 Group:          Development/Libraries
27 Requires:       %{name} = %{version}
28
29 %description expdbflib
30 dbf2pos library.
31
32 %description expdbflib -l pl
33 Biblioteka dbf2pos.
34
35 %prep
36 %setup -q
37
38 %build
39 %{__make} OPT="%{rpmcflags}"
40
41 %install
42 rm -rf $RPM_BUILD_ROOT
43 install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name},%{_includedir},%{_libdir}}
44 install dbf2pos $RPM_BUILD_ROOT%{_bindir}
45 install *.d2p   $RPM_BUILD_ROOT%{_examplesdir}/%{name}
46 install expdbflib/*.h   $RPM_BUILD_ROOT%{_includedir}
47 install expdbflib/*.a   $RPM_BUILD_ROOT%{_libdir}
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc README.polish README.english TODO CREDITS CHANGES
55 %attr(755,root,root) %{_bindir}/*
56 %{_examplesdir}/%{name}
57
58 %files expdbflib
59 %defattr(644,root,root,755)
60 %{_includedir}/data.h
61 %{_includedir}/dbf.h
62 %{_includedir}/defs.h
63 %{_includedir}/global.h
64 %{_libdir}/*.a
This page took 0.066479 seconds and 3 git commands to generate.