rpms/libdrizzle/EL-5 README, NONE, 1.1 import.log, NONE, 1.1 libdrizzle.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

derks derks at fedoraproject.org
Tue May 4 16:34:04 UTC 2010


Author: derks

Update of /cvs/pkgs/rpms/libdrizzle/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30745/EL-5

Modified Files:
	.cvsignore sources 
Added Files:
	README import.log libdrizzle.spec 
Log Message:
Initial import.




--- NEW FILE README ---

NAME: libdrizzle

MAINTAINERS:    Drizzle Developers 
                https://launchpad.net/~drizzle-developers

DESCRIPTION

This is the the client and protocol library for the Drizzle project. The 
server, drizzled, will use this as for protocol library. Client utilities and 
any new projects that require low-level protocol communication (like proxies). 
Other language interfaces (PHP extensions, Python DBI, Perl DBD, SWIG, ...) 
should be built off of this library.

Project Code and Issue Tracking:

    https://launchpad.net/libdrizzle


INSTALLATION:

Compiling from source:

    $ ./configure && make && make install


Ubuntu:

Packages for Ubuntu are currenlty maintained via the Personal Package Archive
in Launchpad.  Information on using the PPA is found at:

    https://launchpad.net/~drizzle-developers/+archive/ppa


Fedora/Redhat:

Packages for Fedora and RHEL are currently maintained unofficially until
approved into the Fedora Package Collection:

    http://5dollarwhitebox.org/repos/drizzle/


--- NEW FILE import.log ---
libdrizzle-0_8-6_fc12:EL-5:libdrizzle-0.8-6.fc12.src.rpm:1272990829


--- NEW FILE libdrizzle.spec ---

Summary: Drizzle Client & Protocol Library
Name: libdrizzle
Version: 0.8
Release: 6%{?dist}
# All code is BSD, except libdrizzle/sha1.{c,h} which are Public Domain
License: BSD and Public Domain
Group: System Environment/Libraries
URL: https://launchpad.net/libdrizzle
Source0: http://launchpad.net/%{name}/trunk/0.8/+download/%{name}-%{version}.tar.gz 
Source1: README
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: doxygen

%description
This is the the client and protocol library for the Drizzle project. The
server, drizzled, will use this as for the protocol library, as well as the
client utilities and any new projects that require low-level protocol
communication (like proxies). Other language interfaces (PHP extensions, SWIG,
...) should be built off of this interface.

%package devel
Group: Development/Libraries
Summary: Drizzle Client & Protocol Library - Header files
Requires: %{name} = %{version}-%{release} 

%description devel
Development files for the Drizzle Client & Protocol Library

%package doc 
Group: Documentation 
Summary: Drizzle Client & Protocol Library Documentation
Requires: %{name} = %{version}-%{release} 

%description doc 
Documentation files for the Drizzle Client & Protocol Library

%prep
%setup -q
cp -a %{SOURCE1} .

%configure
%build
make %{_smp_mflags}
make doxygen

%install
rm -rf %{buildroot}
make install DESTDIR="%{buildroot}" AM_INSTALL_PROGRAM_FLAGS=""

# cleanup
rm -f %{buildroot}/%{_libdir}/libdrizzle.la 


%clean
rm -rf %{buildroot}

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

%files 
%defattr(-,root,root,-)
%doc README AUTHORS ChangeLog COPYING
%{_libdir}/libdrizzle.so.*

%files devel
%defattr(-,root,root,-)
%doc PROTOCOL
%{_includedir}/libdrizzle/
%{_libdir}/pkgconfig/libdrizzle.pc
%{_libdir}/libdrizzle.so

%files doc
%defattr(-,root,root,-)
%doc docs/api docs/dev

%changelog
* Mon May 03 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.8-6
- Readd AUTHORS ChangeLog COPYING README PROTOCOL docs

* Mon May 03 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.8-5
- Update License to reflect BSD and Public Domain (sha1 code)
- Make -doc package require base package

* Fri Apr 30 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.8-4
- Add -doc sub package, and build doxygen documentation

* Fri Apr 02 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.8-3
- Removed BuildRequires: gcc gcc-c++
- Removed INSTALL from doc
- Removed libdrizzle.la

* Thu Apr 01 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.8-2
- Adding README (submitted upstream)
- Removing empty NEWS file

* Fri Mar 19 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.8-1
- Latest sources
- Added %{?dist} tag

* Sun Feb 28 2010 BJ Dierkes <wdierkes at rackspace.com> - 0.7-1
- Cleaning up spec
- Removed subpackage "name 0" (base package provides this functionality))
- Moved NEWS/ChangeLog/Etc under main package (not under -devel)
- devel package requires full version-release

* Mon Nov 30 2009 Lenz Grimmer <lenz at grimmer.com>
- Added Build requirement for gcc-c++
- Made the -devel package dependent on the shared lib

* Fri Apr 24 2009 Lenz Grimmer <lenz at grimmer.com>
- Added -devel subpackage, updated file list
- Fixed rpmlint errors and warnings

* Tue Jan 13 2009 Eric Day <eday at oddments.org> - 0.1-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libdrizzle/EL-5/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	4 May 2010 03:00:11 -0000	1.1
+++ .cvsignore	4 May 2010 16:34:04 -0000	1.2
@@ -0,0 +1 @@
+libdrizzle-0.8.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libdrizzle/EL-5/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	4 May 2010 03:00:11 -0000	1.1
+++ sources	4 May 2010 16:34:04 -0000	1.2
@@ -0,0 +1 @@
+644ac8b318b2dbae6edbcfabba23ccd5  libdrizzle-0.8.tar.gz



More information about the scm-commits mailing list