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 157296 Details for
Bug 244593
Review Request: pgbouncer - Lightweight connection pooler for PostgreSQL
[?]
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.
New .spec file
postgresql-pgbouncer.spec (text/x-rpm-spec), 1.43 KB, created by
David Fetter
on 2007-06-18 17:12:34 UTC
(
hide
)
Description:
New .spec file
Filename:
MIME Type:
Creator:
David Fetter
Created:
2007-06-18 17:12:34 UTC
Size:
1.43 KB
patch
obsolete
>%define sname pgbouncer >%define debug 0 >%{?debug:%define __os_install_post /usr/lib/rpm/brp-compress} > >Name: postgresql-%{sname} >Version: 1.0.8 >Release: 1%{?dist} >Summary: Lightweight connection pooler for PostgreSQL >Group: Applications/Databases >License: BSD >URL: http://pgfoundry.org/projects/pgbouncer/ >Source0: http://pgfoundry.org/frs/download.php/1399/%{sname}-%{version}.tgz >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) > >BuildRequires: libevent-devel >Requires: libevent > >%description >pgbouncer is a lightweight connection pooler for PostgreSQL. >pgbouncer uses libevent for low-level socket handling. > >%prep >%setup -q -n %{sname}-%{version} > >%build >%configure \ >%if %debug > --enable-debug \ > --enable-cassert \ >%endif >--datadir=%{_datadir} > >make %{?_smp_mflags} > >%install >rm -rf %{buildroot} >make install DESTDIR=%{buildroot} >install -d %{buildroot}%{_sysconfdir}/ >install -m 644 etc/pgbouncer.ini %{buildroot}%{_sysconfdir}/ >rm -f %{buildroot}%{_docdir}/%{sname}/pgbouncer.ini > >%clean >rm -rf %{buildroot} > >%files >%defattr(-,root,root,-) >%doc README NEWS >%{_bindir}/* >%config(noreplace) %{_sysconfdir}/%{sname}.ini > >%changelog >* Mon Jun 18 2007 - David Fetter <david@fetter.org> 1.0.8-1 >- Version bump. >- Requires libevent. > >* Sat Jun 16 2007 - Devrim GUNDUZ <devrim@commandprompt.com> 1.0.7-2 >- Prepare for Fedora review >- Change spec file name > >* Thu May 03 2007 David Fetter <david@fetter.org> 1.0.7-1 >- Initial build
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 244593
: 157296 |
157297