Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 312822 Details for
Bug 456955
Review-Request: libzdb - Zild Database Library
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
SPEC file for libzdb.
libzdb-2.2.2-2.spec (text/plain), 3.14 KB, created by
Rajesh Krishnan
on 2008-07-28 21:20:56 UTC
(
hide
)
Description:
SPEC file for libzdb.
Filename:
MIME Type:
Creator:
Rajesh Krishnan
Created:
2008-07-28 21:20:56 UTC
Size:
3.14 KB
patch
obsolete
>## >## libzdb.spec -- OpenPKG RPM Package Specification >## Copyright (c) 2000-2008 OpenPKG Foundation e.V. <http://openpkg.net/> >## >## Permission to use, copy, modify, and distribute this software for >## any purpose with or without fee is hereby granted, provided that >## the above copyright notice and this permission notice appear in all >## copies. >## >## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED >## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF >## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. >## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR >## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, >## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT >## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF >## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND >## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, >## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT >## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF >## SUCH DAMAGE. >## > ># package information >Name: libzdb >Summary: Zild Database Library >URL: http://www.tildeslash.com/libzdb/ >Vendor: Tildeslash Ltd. >Group: Development/Libraries >License: GPLv2 >Version: 2.2.2 >Release: 2%{?dist} > > ># list of sources >Source0: http://www.tildeslash.com/libzdb/dist/libzdb-%{version}.tar.gz ># Patch0: libzdb.patch > ># build information >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >BuildRequires: mysql-devel, zlib-devel, postgresql-devel, openssl-devel, sqlite-devel >Requires: zlib, openssl > >%description > The Zild C Database Library implements a small, fast, and easy to > use database API with thread-safe connection pooling. The library > can connect transparently to multiple database systems, has zero > configuration and connections are specified via a standard URL > scheme. > Currently libzdb supports the following database backends: > - MySQL > - PostgreSQL > - Sqlite > > >%prep >%setup -q > >%build >%configure >%{__make} > >%install > rm -rf $RPM_BUILD_ROOT > make install AM_MAKEFLAGS="DESTDIR=$RPM_BUILD_ROOT" > >%files >%defattr(-,root,root,-) >%{_libdir}/libzdb.so >%{_libdir}/libzdb-*so.* > >%clean > rm -rf $RPM_BUILD_ROOT > ># -------------------------------------------------------------------------- >%package devel >Summary: Include files for libzdb >Group: Development/Libraries >Requires: libzdb = %{version}-%{release}, openldap > >%description devel >Contains the header files for libzdb > >%files devel >%defattr(-,root,root,-) >%{_includedir}/Connection.h >%{_includedir}/ConnectionPool.h >%{_includedir}/Exception.h >%{_includedir}/PreparedStatement.h >%{_includedir}/ResultSet.h >%{_includedir}/SQLException.h >%{_includedir}/URL.h >%{_libdir}/libzdb.a >%{_libdir}/libzdb.la > >%changelog >* Wed Jul 28 2008 Rajesh Krishnan <fedora@krishnan.cc> 2.2.2-2 >- Updated to release=2 for building against fedora-rawhide(10) > >* Wed Jul 09 2008 Rajesh Krishnan <fedora@krishnan.cc> 2.2.2-1 >- Created .spec ver. 2.2.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 456955
:
312821
| 312822