]> git.pld-linux.org Git - packages/xbase.git/commitdiff
- little better/updated descriptions based on README auto/ac/xbase-2_0_0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 28 Oct 2003 21:50:25 +0000 (21:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xbase.spec -> 1.41

xbase.spec

index a661c6988b43dcee33bfd0d941326c6223671ba5..355adfd11aa60d77476b9a3afd4b7b1f7e45bce3 100644 (file)
@@ -1,5 +1,5 @@
-Summary:       Xbase DBMS Library
-Summary(pl):   Xbase - biblioteka dla ró¿nych baz danych
+Summary:       XBase - xbase-compatible C++ class library
+Summary(pl):   XBase - kompatybilna z xbase biblioteka klas C++
 Name:          xbase
 Version:       2.0.0
 Release:       1
@@ -12,39 +12,32 @@ BuildRequires:      libstdc++-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This product provides C and C++ programmers a class and function
-library for manipulating Xbase type datafiles and indices. This
-project was formerly known as Xbase for Linux, but as I have recieved
-input from several people who are compiling this on platforms other
-than Linux, I have renamed it to Xbase DBMS. The main development of
-this library however, remains on the Linux platform utilizing the GCC
-public domain C/C++ compiler.
-
-XBase DBMS currently includes routines to support multi-user access
-for .DBF databases, fields, Dbase III and IV memo fields (variable
-length fields), dates, record and file locking and (.NDX) indices. As
-of release 1.7.4, Xbase is compatible with dBASE III data, index and
-memo fields and also has support for some dBASE IV features.
+XBase is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class
+library. It's useful for accessing data in legacy dBase 3 and 4
+database files as well as a general light-weight database engine. It
+includes support for DBF (dBase version 3 and 4) data files, NDX and
+NTX indexes, and DBT (dBase version 3 and 4). It supports file and
+record locking under *nix OSes.
 
 %description -l pl
-Bibliotek zawieraj±ca zespó³ procedur i funkcji pozwalaj±cych na
-podstawowe operacje na na formacie danych dBASE III i czê¶ciowo
-dBASE IV.
-
-Bazowo projekt powstawa³ pod Linuksa ale obecnie jest u¿ywany na wielu
-platformach.
+XBase to kompatybilna z xbase (czyli dBase, FoxPro itp.) biblioteka
+klas C++. Jest przydatna do dostêpu do danych w plikach starych baz
+dBase 3 i 4, a tak¿e jako lekki silnik baz danych ogólnego
+przeznaczenia. Obs³uguje pliki baz DBF (dBase w wersji 3 i 4), indeksy
+NDX i NTX oraz DBT (dBase w wersji 3 i 4). Obs³uguje blokowanie
+plików i rekordów pod systemami uniksowymi.
 
 %package devel
-Summary:       Xbase development files
-Summary(pl):   Xbase dla programistów
+Summary:       XBase development files
+Summary(pl):   Pliki dla programistów u¿ywaj±cych XBase
 Group:         Development/Libraries
 Requires:      %{name} = %{version}
 
 %description devel
-Xbase development files.
+This package contains XBase development files.
 
 %description devel -l pl
-Zawiera pliki nag³ówkowe potrzebne przy tworzeniu oprogramowania
+Ten pakiet zawiera pliki nag³ówkowe potrzebne przy tworzeniu
 aplikacji u¿ywaj±cych Xbase.
 
 %prep
@@ -63,18 +56,19 @@ export CPPFLAGS
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} DESTDIR=$RPM_BUILD_ROOT install
-
-%post   -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post   -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
 %doc ChangeLog TODO AUTHORS NEWS README
-%attr(755,root,root) %{_bindir}/[^x]*
+%attr(755,root,root) %{_bindir}/[!x]*
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
This page took 0.087315 seconds and 4 git commands to generate.