Compare commits
6 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
74d2126844 | ||
|
|
f3406606c8 | ||
|
|
fd4f6b0db1 | ||
|
|
0efd71af5f | ||
|
|
2cb01cbe28 | ||
|
|
079e8211b2 |
6 changed files with 18 additions and 35 deletions
|
|
@ -1 +0,0 @@
|
||||||
rspec-1.2.7.gem
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
rspec-1.2.9.gem
|
||||||
21
Makefile
21
Makefile
|
|
@ -1,21 +0,0 @@
|
||||||
# Makefile for source rpm: rubygem-rspec
|
|
||||||
# $Id$
|
|
||||||
NAME := rubygem-rspec
|
|
||||||
SPECFILE = $(firstword $(wildcard *.spec))
|
|
||||||
|
|
||||||
define find-makefile-common
|
|
||||||
for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(find-makefile-common))
|
|
||||||
|
|
||||||
ifeq ($(MAKEFILE_COMMON),)
|
|
||||||
# attept a checkout
|
|
||||||
define checkout-makefile-common
|
|
||||||
test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
|
|
||||||
endef
|
|
||||||
|
|
||||||
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
|
|
||||||
endif
|
|
||||||
|
|
||||||
include $(MAKEFILE_COMMON)
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
rubygem-rspec-1_1_11-1_fc9:HEAD:rubygem-rspec-1.1.11-1.fc9.src.rpm:1226557950
|
|
||||||
|
|
@ -1,16 +1,15 @@
|
||||||
# Generated from rspec-1.1.3.gem by gem2rpm -*- rpm-spec -*-
|
%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
|
||||||
%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
|
%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
||||||
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
|
%global gemname rspec
|
||||||
%define gemname rspec
|
%global geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
||||||
%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
|
|
||||||
|
|
||||||
Summary: Behaviour driven development (BDD) framework for Ruby
|
Summary: Behaviour driven development (BDD) framework for Ruby
|
||||||
Name: rubygem-%{gemname}
|
Name: rubygem-%{gemname}
|
||||||
Version: 1.2.7
|
Version: 1.3.0
|
||||||
Release: 2%{?dist}
|
Release: 2%{?dist}
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
License: GPLv2+ or Ruby
|
License: GPLv2+ or Ruby
|
||||||
URL: http://rspec.rubyforge.org
|
URL: http://rspec.info
|
||||||
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
|
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
Requires: rubygems, ruby(abi) = 1.8
|
Requires: rubygems, ruby(abi) = 1.8
|
||||||
|
|
@ -19,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
|
||||||
|
|
@ -53,6 +49,15 @@ 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
|
||||||
|
- Updated to 1.3.0
|
||||||
|
|
||||||
|
* Wed Dec 09 2009 Michael Stahnke <stahnma@fedoraproject.org> - 1.2.9-1
|
||||||
|
- New Version
|
||||||
|
|
||||||
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-2
|
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.7-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
df7d2bdc3f50d7e8ff75f5345e360d1a rspec-1.2.7.gem
|
88f8949ace3a28ef5474838856b60649 rspec-1.3.0.gem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue