Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37894941
en ru br
ALT Linux repos
5.0: 1.2.1-alt2
4.1: 1.2.1-alt2

Group :: Development/Ruby
RPM: sqlite3-ruby

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

Name: sqlite3-ruby
Version: 1.2.1
Release: alt2

Summary: A Ruby interface for the SQLite database engine
Group: Development/Ruby
License: BSD
Url: http://rubyforge.org/projects/sqlite-ruby/

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

BuildRequires(pre): rpm-build-ruby
# Automatically added by buildreq on Tue Apr 01 2008 (-bi)
BuildRequires: libruby-devel libsqlite3-devel ruby-module-etc swig

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

%description
A Ruby interface for the SQLite database engine.

%package doc
Summary: Documentation files for %name
Group: Documentation

%description doc
Documentation files for %name

%prep
%setup
%patch -p1

%build
%ruby_config \
--ruby-prog='%_bindir/ruby -rvendor-specific' \
-- \
--with-swig
%ruby_build
## Requires flexmock, not packaged yet...
#ruby -rvendor-specific test/tests.rb

%install
%ruby_install
%rdoc lib/

%files
%doc ChangeLog LICENSE README
%ruby_sitearchdir/*
%ruby_sitelibdir/*

%files doc
%ruby_ri_sitedir/SQLite3*

%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