fixing for bug 515042
This commit is contained in:
parent
7500d385bf
commit
4e5f1314d6
@ -6,7 +6,7 @@
|
|||||||
Summary: Behaviour driven development (BDD) framework for Ruby
|
Summary: Behaviour driven development (BDD) framework for Ruby
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: GPLv2+ or Ruby
|
License: GPLv2+ or Ruby
|
||||||
URL: http://rspec.info
|
URL: http://rspec.info
|
||||||
@ -18,10 +18,7 @@ BuildArch: noarch
|
|||||||
Provides: rubygem(%{gemname}) = %{version}
|
Provides: rubygem(%{gemname}) = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RSpec is a behaviour driven development (BDD) framework for Ruby. RSpec was
|
RSpec is a behaviour driven development (BDD) framework for Ruby.
|
||||||
created in response to Dave Astels' article _A New Look at Test Driven
|
|
||||||
Development_ which can be read at: http://daveastels.com/index.php?p=5 RSpec
|
|
||||||
is intended to provide the features discussed in Dave's article.
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -52,6 +49,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 16 2010 Michael Stahnke <stahnma@fedpraproject.org> - 1.3.0-2
|
||||||
|
- Removed 404 URL in the description (bug 515042)
|
||||||
|
|
||||||
* Fri Apr 09 2010 Michael Stahnke <stahnma@fedpraproject.org> - 1.3.0-1
|
* Fri Apr 09 2010 Michael Stahnke <stahnma@fedpraproject.org> - 1.3.0-1
|
||||||
- Updated to 1.3.0
|
- Updated to 1.3.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user