]> git.pld-linux.org Git - packages/xbase.git/blob - xbase.spec
XBase - biblioteka dla baz danych
[packages/xbase.git] / xbase.spec
1 Summary: Xbase DBMS Library
2 Summary(pl): Xbase biblioteka dla ró¿nych baz danych.
3 Name: xbase
4 Version: 1.8.1
5 Release: 1
6 Copyright: GPL
7 Group: Applications/Libraries
8 Group(pl): Aplikacje/Biblioteki
9 Source: %name-%version.tar.gz
10 #Source1: %{name}174c-html.tar.gz
11 Buildroot: /tmp/%{name}-%{version}-root
12
13 %description
14 This product provides C and C++ programmers a class and function library for
15 manipulating Xbase type datafiles and indices. This project was formerly
16 known as Xbase for Linux, but as I have recieved input from several people
17 who are compiling this on platforms other than Linux, I have renamed it to
18 Xbase DBMS.  The main development of this library however, remains on the
19 Linux platform utilizing the GCC public domain C/C++ compiler.
20
21 XBase DBMS currently includes routines to support multi-user access for .DBF
22 databases, fields, Dbase III and IV memo fields (variable length fields),
23 dates, record and file locking and (.NDX) indices.  As of release 1.7.4,
24 Xbase is compatible with dBASE III data, index and memo fields and also has
25 support for some dBASE IV features.
26
27 %description -l pl
28 Bibliotek zawieraj±ca zespó³ procerur i funkcji pozwalaj±cych na podstawowe
29 operacje na na formatacie danych dBASE III i czê¶ciowo dBASE IV.
30
31 Bazowo projekt powstawa³ po Linuxa ale obecnie jest urzywany na wielu
32 platformach.
33
34 %package devel
35 Summary: Xbase development
36 Summary(pl): Xbase delelopment
37 Group: Applications/Libraries
38 Group(pl): Aplikacje/Biblioteki
39 Requires: xbase = %{version}
40
41 %description devel
42 Include headers and Turbo Vision module in source.
43
44 %description devel -l pl
45 Zawiera pliki nag³ówkowe potrzebne przy tworzeniu oprogramowania,
46 oraz modu³ dla Turbo Vision.
47
48 %prep
49 %setup -q 
50
51 %build
52 ./configure \
53         --prefix=/usr \
54         --enable-nls \
55         --with-exceptions \
56         --with-index-ndx \
57         --with-index-ntx
58 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
59
60 %install
61 make prefix=$RPM_BUILD_ROOT/usr install
62
63 install -d $RPM_BUILD_ROOT/usr/doc/%name-%version
64
65 cp ChangeLog TODO AUTHORS NEWS README \
66 $RPM_BUILD_ROOT/usr/doc/%name-%version/
67 gzip -9nf $RPM_BUILD_ROOT/usr/doc/%name-%version/*
68
69 install -d $RPM_BUILD_ROOT/usr/doc/%name-%version/html
70 install -d $RPM_BUILD_ROOT/usr/doc/%name-devel-%version/tv
71
72 cp -Rdp html/ $RPM_BUILD_ROOT/usr/doc/%name-%version/html
73 cp -Rdp tv/ $RPM_BUILD_ROOT/usr/doc/%name-devel-%version/tv
74
75 strip $RPM_BUILD_ROOT/usr/bin/*
76
77 %post -p /sbin/ldconfig
78
79 %postun -p /sbin/ldconfig
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644, root, root, 755)
86 %attr(755, root, root)/usr/bin/*
87 %attr(755, root, root)/usr/lib/*.so*
88 /usr/doc/%name-%version/html
89
90 %files devel
91 %defattr(644, root, root, 755)
92 /usr/include/
93 %attr(644, root, root)/usr/lib/libxbase.la
94 /usr/doc/%name-devel-%version/tv
95
96 %changelog
97 * Wed Apr 14 1999 Wojciech "Sas" Ciêciwa <cieciwa@alpha.zarz.agh.edu.pl>
98   [1.8.1-1]
99 - separate file,
100 - update to version 1.8.1
101
102 * Sat Dec 12 1998 Wojciech "Sas" Ciêciwa <cieciwa@alpha.zarz.agh.edu.pl>
103 - building RPM.
This page took 0.040382 seconds and 4 git commands to generate.