Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37901581
en ru br
ALT Linux repos
5.0: 1.0.1-alt1
4.1: 0.2-alt1.1
4.0: 0.2-alt1.1
3.0: 0.2-alt1.1

Group :: Development/Ruby
RPM: ruby-gpgme

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

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

%define pkgname ruby-gpgme

Name: %pkgname
Version: 1.0.1
Release: alt1

Summary: Ruby interface to GnuPG Made Easy
Group: Development/Ruby
License: MIT/Ruby
Url: http://rubyforge.org/projects/ruby-gpgme/

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

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

# Automatically added by buildreq on Sat Dec 27 2008 (-bi)

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

%description
Ruby interface to GnuPG Made Easy (GPGME).

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

%description doc
Documentation files for %name

%prep
%setup -n %pkgname-%version
%patch -p1

%build
%ruby_configure
%make_build

%install
%make_install DESTDIR=%buildroot install
%rdoc *.c lib/

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

%files doc
%doc examples
%ruby_ri_sitedir/GPGME*

%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