File rubygem-analogger.spec of Package rubygem-analogger
#
# spec file for package rubygem-analogger (Version 0.5.0)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-analogger
%define mod_name analogger
#
Version: 0.5.0
Release: 0
#
Group: Development/Languages/Ruby
License: GPL
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: rubygems_with_buildroot_patch
BuildRequires: rubygem-eventmachine
Requires: rubygems >= 0.9
Requires: rubygem-eventmachine
#
URL: http://analogger.swiftcore.org/
Source: http://rubyforge.org/frs/download.php/19081/analogger-0.5.0.gem
#
Summary: A fast, flexible, easy to use logging service for Ruby
%description
Manage your logging with Swiftcore Analogger -- a fast, flexible, easy to use
logging service for Ruby.
Authors:
--------
Kirk Haines <speckhaines@enigo.com>
%prep
%build
%install
gem install --local --build-root=%{buildroot} %{S:0}
gem_build_cleanup %{buildroot}%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/analogger
%{_libdir}/ruby/gems/%{rb_ver}/cache/%{mod_name}-%{version}.gem
%{_libdir}/ruby/gems/%{rb_ver}/gems/%{mod_name}-%{version}/
%{_libdir}/ruby/gems/%{rb_ver}/specifications/%{mod_name}-%{version}.gemspec
%doc %{_libdir}/ruby/gems/%{rb_ver}/doc/%{mod_name}-%{version}/
%changelog