]> git.pld-linux.org Git - packages/dbf2pos.git/blame - dbf2pos.spec
- tabs in preamble
[packages/dbf2pos.git] / dbf2pos.spec
CommitLineData
b5907210 1Summary: Tool for creating converters from dbf files to PGSQL commands
9895a984 2Summary(pl.UTF-8): Narzędzie do tworzenia konwerterów plików dbf na instrukcje PGSQL
1a632758 3Name: dbf2pos
4Version: 0.1.4
5Release: 1
6License: GPL
7Group: Applications/Databases
8Source0: http://www.mat.uni.torun.pl/~jerzy/wegorz/%{name}-%{version}.tar.gz
aec76896 9# Source0-md5: 4eb86e767495b96e72200a5181a8e20f
1a632758 10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13dbf2pos is a little tool that will display dBase III and IV files. You
14can also use it to convert your old .dbf files for further use with
15Unix.
16
11426f58
JR
17%description -l pl.UTF-8
18dbf2pos jest małym programem wyświetlającym zawartość plików dBase III
19i IV. Można go wykorzystać do konwersji starych plików .dbf do
1a632758 20wykorzystania pod Uniksem.
21
22%package expdbflib
23Summary: dbf2pos library
9895a984 24Summary(pl.UTF-8): Biblioteka dbf2pos
1a632758 25Group: Development/Libraries
d3b77377 26Requires: %{name} = %{version}-%{release}
1a632758 27
28%description expdbflib
b5907210 29dbf2pos library.
1a632758 30
11426f58 31%description expdbflib -l pl.UTF-8
b5907210 32Biblioteka dbf2pos.
1a632758 33
34%prep
35%setup -q
36
37%build
38%{__make} OPT="%{rpmcflags}"
39
40%install
41rm -rf $RPM_BUILD_ROOT
b5907210
JB
42install -d $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name},%{_includedir},%{_libdir}}
43install dbf2pos $RPM_BUILD_ROOT%{_bindir}
1a632758 44install *.d2p $RPM_BUILD_ROOT%{_examplesdir}/%{name}
b5907210
JB
45install expdbflib/*.h $RPM_BUILD_ROOT%{_includedir}
46install expdbflib/*.a $RPM_BUILD_ROOT%{_libdir}
1a632758 47
48%clean
49rm -rf $RPM_BUILD_ROOT
50
51%files
52%defattr(644,root,root,755)
b5907210 53%doc README.polish README.english TODO CREDITS CHANGES
1a632758 54%attr(755,root,root) %{_bindir}/*
b5907210 55%{_examplesdir}/%{name}
1a632758 56
57%files expdbflib
58%defattr(644,root,root,755)
59%{_includedir}/data.h
60%{_includedir}/dbf.h
61%{_includedir}/defs.h
62%{_includedir}/global.h
b5907210 63%{_libdir}/*.a
This page took 0.078041 seconds and 5 git commands to generate.