File rubygem-activeresource.spec of Package rubygem-activeresource
#
# spec file for package rubygem-activeresource (Version 2.3.2)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: rubygem-activeresource
Version: 2.3.2
Release: 1
%define mod_name activeresource
#
Group: Development/Languages/Ruby
License: X11/MIT
#
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: rubygem-activeresource-2_3 = %{version}
#
Url: http://rubyforge.org/projects/activeresource/
Source: %{name}-README.SuSE
#
Summary: Think Active Record for web resources
%description
Wraps web resources in model classes that can be manipulated through
XML over REST.
Authors:
--------
rails development team
%prep
%build
%install
%{__install} -D -m 0644 %{S:0} %{buildroot}%{_docdir}/%{name}/README.SUSE
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%dir %{_docdir}/%{name}/
%{_docdir}/%{name}/README.SUSE
%changelog
* Mon Mar 16 2009 mrueckert@suse.de
- bump requires to version 2.3.2
* Mon Mar 09 2009 mrueckert@suse.de
- bump version number to 2.1.2
* Fri Sep 12 2008 mrueckert@suse.de
- bump requires to version 2.1.1.
* Mon Jan 21 2008 mrueckert@suse.de
- started a new wrapper package. it will always pull in the latest
rails package