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