rpms/libzdb/F-10 import.log, NONE, 1.1 libzdb.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Bernard Johnson bjohnson at fedoraproject.org
Sat Mar 7 17:49:00 UTC 2009


Author: bjohnson

Update of /cvs/pkgs/rpms/libzdb/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4711/F-10

Modified Files:
	.cvsignore sources 
Added Files:
	import.log libzdb.spec 
Log Message:
import



--- NEW FILE import.log ---
libzdb-2_4-2_fc10:F-10:libzdb-2.4-2.fc10.src.rpm:1236448021


--- NEW FILE libzdb.spec ---
Name:           libzdb
Version:        2.4
Release:        2%{?dist}
Summary:        Small, fast, and easy to use database API

Group:          System Environment/Libraries
License:        GPLv3+ and MIT
URL:            http://www.tildeslash.com/libzdb/
Source0:        http://www.tildeslash.com/%{name}/dist/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  flex, mysql-devel >= 4.1, postgresql-devel >= 8, sqlite-devel

%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.


%prep
%setup -q

# Errant file
rm -f doc/api-docs/._*

# Add a notice that the dual licensing is not available under Fedora
cat > EXCEPTIONS.new <<_EOF_
+-----------------------------------------------------------------------------+
|                                                                             |
| NOTE:  This file is included for reference reasons only.  The Fedora        |
| project only offers this software under the GPLv3+ and MIT licenses.        |
|                                                                             |
| All files are GPLv3+ licensed, except the following files which are MIT     |
| licensed:                                                                   |
| src/exceptions/assert.c                                                     |
| src/exceptions/AssertException.h                                            |
|                                                                             |
| If you wish to exercise the dual license, please obtain the sources from:   |
| http://www.tildeslash.com/libzdb/                                           |
|                                                                             |
+-----------------------------------------------------------------------------+
_EOF_
cat EXCEPTIONS >> EXCEPTIONS.new && mv EXCEPTIONS.new EXCEPTIONS

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

%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

%post   -p /sbin/ldconfig
%postun -p /sbin/ldconfig 

%files
%defattr(-,root,root,-)
%{_libdir}/%{name}\.so\.*

%doc AUTHORS CHANGES COPYING EXCEPTIONS README


%package devel
Summary:        Developer header files & libraries for libzdb database API
Group:          Development/Libraries
Requires:       libzdb = %{version}-${release}

%description devel
Developer header files & libraries for libzdb database API.

%files devel
%defattr(-,root,root,-)
%{_includedir}/zdb
%{_libdir}/%{name}.so
%exclude %{_libdir}/%{name}.la
%doc doc/api-docs



%changelog
* Wed Feb 25 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.4-2
- add a notice to EXCEPTIONS that dual licensing is not available in Fedora

* Mon Feb 16 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.4-1
- v 2.4
- remove patches required for 2.3
- drop EXCEPTIONS as noted in review ticket

* Thu Feb 05 2009 Bernard Johnson <bjohnson at symetrix.com> - 2.3-1
- v 2.3

* Thu Dec 04 2008 Bernard Johnson <bjohnson at symetrix.com> - 2.2.3-2
- disable static build by default
- remove release version from soname
- move headers to %%{_includedir}/libzdb/

* Thu Nov 13 2008 Bernard Johnson <bjohnson at symetrix.com> - 2.2.3-1
- initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libzdb/F-10/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Mar 2009 17:04:37 -0000	1.1
+++ .cvsignore	7 Mar 2009 17:48:30 -0000	1.2
@@ -0,0 +1 @@
+libzdb-2.4.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libzdb/F-10/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Mar 2009 17:04:37 -0000	1.1
+++ sources	7 Mar 2009 17:48:30 -0000	1.2
@@ -0,0 +1 @@
+b4c4ba0090881d4714f7f3e56d6eadbd  libzdb-2.4.tar.gz




More information about the fedora-extras-commits mailing list