]> git.pld-linux.org Git - packages/dbf2pos.git/commitdiff
-- initial pld release
authorhunter <hunter@pld-linux.org>
Tue, 10 Dec 2002 21:18:04 +0000 (21:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbf2pos.spec -> 1.1

dbf2pos.spec [new file with mode: 0644]

diff --git a/dbf2pos.spec b/dbf2pos.spec
new file mode 100644 (file)
index 0000000..77d5033
--- /dev/null
@@ -0,0 +1,63 @@
+Summary:       Tool for creating converters from dbf files to PGSQL commands.
+Summary(pl):   Narzêdzie do tworzenia konwertera plikow dbf na instrukcje PGSQL
+Name:          dbf2pos
+Version:       0.1.4
+Release:       1
+License:       GPL
+Group:         Applications/Databases
+Source0:       http://www.mat.uni.torun.pl/~jerzy/wegorz/%{name}-%{version}.tar.gz
+Icon:          dbview.xpm
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dbf2pos is a little tool that will display dBase III and IV files. You
+can also use it to convert your old .dbf files for further use with
+Unix.
+
+%description -l pl
+dbf2pos jest ma³ym programem wy¶wietlaj±cym zawarto¶æ plików dBase III
+i IV. Mo¿na go wykorzystaæ do konwersji starych plików .dbf do
+wykorzystania pod Uniksem.
+
+%package expdbflib
+Summary:       dbf2pos library
+Summary(pl):   bibloteka dbf2pos
+Group:         Development/Libraries
+Requires:      %{name} = %{version}
+
+%description expdbflib
+Dbf2pos library.
+
+%description expdbflib -l pl
+Dbf2pos library.
+
+%prep
+%setup -q
+
+%build
+%{__make} OPT="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d             $RPM_BUILD_ROOT{%{_bindir},%{_examplesdir}/%{name},%{_includedir},%{_libdir}}
+install dbf2pos        $RPM_BUILD_ROOT%{_bindir}/
+install *.d2p  $RPM_BUILD_ROOT%{_examplesdir}/%{name}
+install  expdbflib/*.h $RPM_BUILD_ROOT%{_includedir}
+install  expdbflib/*.a $RPM_BUILD_ROOT%{_libdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc  README.polish README.english TODO CREDITS CHANGES
+%attr(755,root,root) %{_bindir}/*
+%{_examplesdir}/%{name}/*
+
+%files expdbflib
+%defattr(644,root,root,755)
+%{_includedir}/data.h
+%{_includedir}/dbf.h
+%{_includedir}/defs.h
+%{_includedir}/global.h
+%{_libdir}/*
This page took 0.154082 seconds and 4 git commands to generate.