Source tarball as referenced in the spec file. http://www.corpit.ru/mjt/tinycdb/tinycdb_0.76.tar.gz
# $Id: tinycdb.spec,v 1.5 2006/06/28 18:04:30 mjt Exp $ # tinycdb RPM spec file. # # This file is a part of tinycdb package by Michael Tokarev, mjt@corpit.ru. # Public domain.
Summary: A package for maintenance of constant databases Name: tinycdb Version: 0.76 Release: 1 Source: ftp://ftp.corpit.ru/pub/tinycdb/tinycdb_%version.tar.gz License: Public Domain Group: System Environment/Libraries Prefix: %{_prefix} BuildRoot: %{_tmppath}/%{name}-root Summary: TinyCDB - a Constant DataBase
%description tinycdb is a small, fast and reliable utility set and subroutine library for creating and reading constant databases. The database structure is tuned for fast reading: + Successful lookups take normally just two disk accesses. + Unsuccessful lookups take only one disk access. + Small disk space and memory size requirements; a database uses 2048 bytes for the header and 24 bytes plus size of (key,value) per record. + Maximum database size is 4GB; individual record size is not otherwise limited. + Portable file format. + Fast creation of new databases. + No locking, updates are atomical.
This package contains both the utility and the development files, together with nss_cdb module.
%package devel Summary: Development files for the tinycdb library. Group: System Environment/Libraries Requires: %name = %version-%release Summary: Development files for tinycdb %description devel tinycdb is a small, fast and reliable utility set and subroutine library for creating and reading constant databases.
This package contains tinycdb development libraries and header files.
%prep %setup -q
%build make CFLAGS="$RPM_OPT_FLAGS" \ staticlib sharedlib cdb-shared nss \ sysconfdir=/etc
%install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT %makeinstall DESTDIR=$RPM_BUILD_ROOT \ libdir=%_libdir bindir=%_bindir mandir=%_mandir \ syslibdir=/%_lib sysconfdir=/etc \ includedir=%_includedir \ install-all install-nss install-piclib install-sharedlib \ INSTALLPROG=cdb-shared CP="cp -p"
%files %defattr(-,root,root) %_bindir/* %_mandir/man1/* %_mandir/man5/* %_libdir/libcdb.so.* /%_lib/libnss_cdb* /etc/cdb-Makefile %doc ChangeLog NEWS debian/changelog
%files devel %defattr(-,root,root) %_libdir/libcdb.a %_libdir/libcdb_pic.a %_libdir/libcdb.so %_mandir/man3/* %_includedir/*
%clean rm -rf $RPM_BUILD_ROOT
%post -p /sbin/ldconfig %postun -p /sbin/ldconfig
%changelog
Feizhou wrote:
Source tarball as referenced in the spec file. http://www.corpit.ru/mjt/tinycdb/tinycdb_0.76.tar.gz
Er...anybody up for building this?
Feizhou wrote:
Feizhou wrote:
Er...anybody up for building this? _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
http://centos5.centos.ec/i386/repodata/
http://centos4.centos.ec/i386/repodata/
Ing. Ernesto Pérez Estévez wrote:
Feizhou wrote:
Feizhou wrote:
Er...anybody up for building this? _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
cool.
I plan to build quite a few more packages that make use of tinycdb...mostly mail related...would you be interested in hosting those?
The list will at least consist of:
vpopmail (cdb, mysql, ? backend support) qmail (vpopmail requisite - the qmail queue or mail service may not actually get used at all) sendmail + cdb map + ? map support postfix + mysql + cdb + ? support dovecot + vpopmail support
Feizhou wrote:
Ing. Ernesto Pérez Estévez wrote:
cool.
I plan to build quite a few more packages that make use of tinycdb...mostly mail related...would you be interested in hosting those?
The list will at least consist of:
vpopmail (cdb, mysql, ? backend support) qmail (vpopmail requisite - the qmail queue or mail service may not actually get used at all) sendmail + cdb map + ? map support postfix + mysql + cdb + ? support dovecot + vpopmail support
ok, I can, as those packages will somehow alter (change) the funcionality of several upstream packages we can create a repo for them.. a separate repo, we can gladly help you
contact us offlist
regards epe
Feizhou wrote:
Ing. Ernesto Pérez Estévez wrote:
Feizhou wrote:
Feizhou wrote:
Er...anybody up for building this? _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
cool.
I plan to build quite a few more packages that make use of tinycdb...mostly mail related...would you be interested in hosting those?
The list will at least consist of:
vpopmail (cdb, mysql, ? backend support)
Is anyone actually maintaining vpopmail? I see 13 developers, but the latest news is over three years old, and there are several bugs that are being attended to by "nobody."
John Summerfield wrote:
Feizhou wrote:
Ing. Ernesto Pérez Estévez wrote:
Feizhou wrote:
Feizhou wrote:
Er...anybody up for building this? _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
cool.
I plan to build quite a few more packages that make use of tinycdb...mostly mail related...would you be interested in hosting those?
The list will at least consist of:
vpopmail (cdb, mysql, ? backend support)
Is anyone actually maintaining vpopmail? I see 13 developers, but the latest news is over three years old, and there are several bugs that are being attended to by "nobody."
Yes, they just released version 5.4.21 but a bug was found...
I, personally, am running 5.4.13 in two places where there are modifications in one of them.
I will go through them bugs before I make a package for centos.
Feizhou wrote:
John Summerfield wrote:
Feizhou wrote:
Ing. Ernesto Pérez Estévez wrote:
Feizhou wrote:
Feizhou wrote:
Er...anybody up for building this? _______________________________________________ CentOS-devel mailing list CentOS-devel@centos.org http://lists.centos.org/mailman/listinfo/centos-devel
cool.
I plan to build quite a few more packages that make use of tinycdb...mostly mail related...would you be interested in hosting those?
The list will at least consist of:
vpopmail (cdb, mysql, ? backend support)
Is anyone actually maintaining vpopmail? I see 13 developers, but the latest news is over three years old, and there are several bugs that are being attended to by "nobody."
Yes, they just released version 5.4.21 but a bug was found...
I, personally, am running 5.4.13 in two places where there are modifications in one of them.
?? Someone needs to update this: http://sourceforge.net/projects/vpopmail/
Latest News
* vpopmail 5.4.6 addresses SQL injection vulnerability. 2004-08-19
Yes, they just released version 5.4.21 but a bug was found...
I, personally, am running 5.4.13 in two places where there are modifications in one of them.
?? Someone needs to update this: http://sourceforge.net/projects/vpopmail/
Latest News
* vpopmail 5.4.6 addresses SQL injection vulnerability. 2004-08-19
/me shrugs. I go here:
http://sourceforge.net/project/showfiles.php?group_id=85937
But then I am on the vpopmail list too....
Feizhou wrote:
Yes, they just released version 5.4.21 but a bug was found...
I, personally, am running 5.4.13 in two places where there are modifications in one of them.
?? Someone needs to update this: http://sourceforge.net/projects/vpopmail/
Latest News
* vpopmail 5.4.6 addresses SQL injection vulnerability. 2004-08-19
/me shrugs. I go here:
I'd not heard of it, so I used Google. The page I found suggests I really don't want to use it, even if I use qmail.
It wasn't until you mentioned the version you are using that I discovered it's not dead.
John Summerfield wrote:
Feizhou wrote:
Yes, they just released version 5.4.21 but a bug was found...
I, personally, am running 5.4.13 in two places where there are modifications in one of them.
?? Someone needs to update this: http://sourceforge.net/projects/vpopmail/
Latest News
* vpopmail 5.4.6 addresses SQL injection vulnerability. 2004-08-19
/me shrugs. I go here:
I'd not heard of it, so I used Google. The page I found suggests I really don't want to use it, even if I use qmail.
It wasn't until you mentioned the version you are using that I discovered it's not dead.
I usually check the files section of a project to see if it is dead or not and sometimes the lists/forums.
vpopmail has some potential but there does not appear to be anything being done in the direction I was thinking...mainly due to the fact that most of it are outside vpopmail...