Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37567230
en ru br
ALT Linux repos
5.0: 0.7.9.2008.08.17-alt1

Group :: Development/Ruby
RPM: ruby-pg

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

# vim: set ft=spec: -*- rpm-spec -*-

Name: ruby-pg
Version: 0.7.9.2008.08.17
Release: alt1

Summary: Ruby interface to PostgreSQL RDBMS
Group: Development/Ruby
License: GPLv2
Url: http://rubyforge.org/projects/ruby-pg/

Packager: Ruby Maintainers Team <ruby at packages.altlinux.org>

Source: %name-%version.tar
Patch: %name-%version-%release.patch

# Automatically added by buildreq on Sun Aug 31 2008 (-bi)

BuildRequires: libruby-devel postgresql-devel ruby-module-etc

%description
This is the extension library to access a PostgreSQL database
from Ruby. This library works with PostgreSQL 6.4-8.x; it
probably works with 6.3 or earlier with slight modification,
but not tested at all.

%package doc
Summary: Documentation files for %name
Group: Documentation
Conflicts: ruby-postgres-doc

%description doc
Documentation files for %name

%prep
%setup
%patch -p1

%build
pushd ext
%ruby_configure
%make_build
popd

%install
pushd ext
%make_install DESTDIR=%buildroot install
%rdoc pg.c
popd

%files
%doc Contributors ChangeLog README
%ruby_sitearchdir/*

%files doc
%doc sample
%ruby_ri_sitedir/PG*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin