]> git.pld-linux.org Git - packages/dbf.git/commitdiff
- initial release
authormisi3k <misi3k@pld-linux.org>
Sun, 25 May 2003 01:01:58 +0000 (01:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dbf.spec -> 1.1

dbf.spec [new file with mode: 0644]

diff --git a/dbf.spec b/dbf.spec
new file mode 100644 (file)
index 0000000..995ab01
--- /dev/null
+++ b/dbf.spec
@@ -0,0 +1,39 @@
+Summary:       Tool to show and convert the content of dBASE III, IV, and 5.0
+Summary(pl):   Narzêdzie do przegl±dania, convertowania zawarto¶ci dBASE III, IV, and 5.0
+Name:          dbf
+Version:       0.6
+Release:       0.1
+License:       GPL
+Group:         Applications/System
+Source0:       http://dl.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.src.tar.gz
+URL:           http://anubisnet.sourceforge.net/products/dbf/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Tool to show and convert the content of dBASE III, IV, and 5.0
+
+%description -l pl
+Narzêdzie do przegl±dania, convertowania zawarto¶ci dBASE III, IV, and
+5.0
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+
+install src/%{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc BUGS CHANGELOG FAQ README
+%attr(755,root,root) %{_bindir}/*
This page took 0.058306 seconds and 4 git commands to generate.