]> git.pld-linux.org Git - packages/xbase.git/blob - xbase.spec
- updated to 2.0.0 from new URL, removed obsolete autoconf patch
[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:        2.0.0
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Source0:        http://prdownloads.sourceforge.net/xdb/%{name}-%{version}.tar.gz
13 URL:            http://linux.techass.com/projects/xdb/
14 BuildRequires:  libstdc++-devel
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 This product provides C and C++ programmers a class and function
19 library for manipulating Xbase type datafiles and indices. This
20 project was formerly known as Xbase for Linux, but as I have recieved
21 input from several people who are compiling this on platforms other
22 than Linux, I have renamed it to Xbase DBMS. The main development of
23 this library however, remains on the Linux platform utilizing the GCC
24 public domain C/C++ compiler.
25
26 XBase DBMS currently includes routines to support multi-user access
27 for .DBF databases, fields, Dbase III and IV memo fields (variable
28 length fields), dates, record and file locking and (.NDX) indices. As
29 of release 1.7.4, Xbase is compatible with dBASE III data, index and
30 memo fields and also has support for some dBASE IV features.
31
32 %description -l pl
33 Bibliotek zawieraj±ca zespó³ procerur i funkcji pozwalaj±cych na
34 podstawowe operacje na na formatacie danych dBASE III i czê¶ciowo
35 dBASE IV.
36
37 Bazowo projekt powstawa³ pod Linuxa ale obecnie jest u¿ywany na wielu
38 platformach.
39
40 %package devel
41 Summary:        Xbase development files
42 Summary(pl):    Xbase dla programistów
43 Group:          Development/Libraries
44 Group(de):      Entwicklung/Libraries
45 Group(fr):      Development/Librairies
46 Group(pl):      Programowanie/Biblioteki
47 Requires:       %{name} = %{version}
48
49 %description devel
50 Xbase development files.
51
52 %description devel -l pl
53 Zawiera pliki nag³ówkowe potrzebne przy tworzeniu oprogramowania aplikacji
54 u¿ywaj±cych Xbase.
55
56 %prep
57 %setup -q 
58
59 %build
60 CPPFLAGS="%{rpmcflags} -fno-rtti -fno-implicit-templates"
61 export CPPFLAGS
62 %configure2_13 \
63         --enable-nls \
64         --with-exceptions \
65         --with-index-ndx \
66         --with-index-ntx
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71 %{__make} DESTDIR=$RPM_BUILD_ROOT install
72
73 gzip -9nf ChangeLog TODO AUTHORS NEWS README
74
75 %post   -p /sbin/ldconfig
76 %postun -p /sbin/ldconfig
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %files
82 %defattr(644,root,root,755)
83 %doc *gz
84 %attr(755,root,root) %{_bindir}/[^x]*
85 %attr(755,root,root) %{_libdir}/lib*.so.*.*
86
87 %files devel
88 %defattr(644,root,root,755)
89 %doc html/{*.html,*.gif,*.jpg}
90 %attr(755,root,root) %{_bindir}/xbase-config
91 %attr(755,root,root) %{_libdir}/lib*.so
92 %attr(755,root,root) %{_libdir}/lib*.la
93 %{_includedir}/xbase
This page took 0.063647 seconds and 4 git commands to generate.