rpms/xbase/devel xbase.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 4 14:54:34 UTC 2005


Author: spot

Update of /cvs/extras/rpms/xbase/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24502/devel

Modified Files:
	.cvsignore sources 
Added Files:
	xbase.spec 
Log Message:
auto-import xbase-2.0.0-2 on branch devel from xbase-2.0.0-2.src.rpm


--- NEW FILE xbase.spec ---
Name:		xbase
Summary: 	XBase compatible database library and tools
Version: 	2.0.0
Release: 	2%{?dist}
License: 	LGPL (binaries GPL)
Group: 		Development/Libraries
URL:		http://linux.techass.com/projects/xdb/
Source0:	http://dl.sourceforge.net/xdb/%{name}-%{version}.tar.gz
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:	doxygen

%description
XBase is an xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library
originally by Gary Kunkel and others (see the AUTHORS file).

XBase is 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
OS's.

%package devel
Summary: XBase development libraries and headers
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}

%description devel
Headers and libraries for compiling programs that use the XBase library.

%prep
%setup -q

%build
%configure --enable-static
make %{?_smp_mflags}

%install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install
rm -rf $RPM_BUILD_ROOT%{_libdir}/*.la

%clean
rm -rf $RPM_BUILD_ROOT

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-, root, root, 0755)
%doc NEWS README TODO AUTHORS COPYING ChangeLog
%{_bindir}/checkndx
%{_bindir}/copydbf
%{_bindir}/dbfxtrct
%{_bindir}/deletall
%{_bindir}/dumphdr
%{_bindir}/dumprecs
%{_bindir}/packdbf
%{_bindir}/reindex
%{_bindir}/undelall
%{_bindir}/zap
%{_bindir}/dbfutil1
%{_libdir}/*.so.*

%files devel
%defattr(-, root, root, 0755)
%doc docs/html
%dir %{_includedir}/xbase
%{_includedir}/xbase/*
%{_bindir}/xbase-config
%{_libdir}/libxbase.a
%{_libdir}/libxbase.so

%changelog
* Fri Jul  1 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-2
- add BuildRequires: doxygen
- remove latex docs (html is fine)

* Thu Jun 16 2005 Tom "spot" Callaway <tcallawa at redhat.com> 2.0.0-1
- initial package for Fedora Extras


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/xbase/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jul 2005 14:53:10 -0000	1.1
+++ .cvsignore	4 Jul 2005 14:54:32 -0000	1.2
@@ -0,0 +1 @@
+xbase-2.0.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/xbase/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jul 2005 14:53:10 -0000	1.1
+++ sources	4 Jul 2005 14:54:32 -0000	1.2
@@ -0,0 +1 @@
+9b29362031716a12491beb9f8cc882f2  xbase-2.0.0.tar.gz




More information about the fedora-extras-commits mailing list