From 8688ce19ab43895de451e3956496dada2620e807 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 17 Feb 2010 03:06:57 +0000 Subject: [PATCH 1/4] Initialize branch F-13 for rubygem-rspec --- branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 branch diff --git a/branch b/branch new file mode 100644 index 0000000..baa94ef --- /dev/null +++ b/branch @@ -0,0 +1 @@ +F-13 From 5638aedd80d60585b157e07759bb96a1f047422e Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Fri, 9 Apr 2010 20:18:56 +0000 Subject: [PATCH 2/4] New version 1.3.0 --- rubygem-rspec.spec | 15 +++++++++------ sources | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/rubygem-rspec.spec b/rubygem-rspec.spec index e60fb51..d58a128 100644 --- a/rubygem-rspec.spec +++ b/rubygem-rspec.spec @@ -1,15 +1,15 @@ -%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") -%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) -%define gemname rspec -%define geminstdir %{gemdir}/gems/%{gemname}-%{version} +%global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") +%global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) +%global gemname rspec +%global geminstdir %{gemdir}/gems/%{gemname}-%{version} Summary: Behaviour driven development (BDD) framework for Ruby Name: rubygem-%{gemname} -Version: 1.2.9 +Version: 1.3.0 Release: 1%{?dist} Group: Development/Languages License: GPLv2+ or Ruby -URL: http://rspec.rubyforge.org +URL: http://rspec.info Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: rubygems, ruby(abi) = 1.8 @@ -52,6 +52,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 09 2010 Michael Stahnke - 1.3.0-1 +- Updated to 1.3.0 + * Wed Dec 09 2009 Michael Stahnke - 1.2.9-1 - New Version diff --git a/sources b/sources index c07a3ea..dd6f5b4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -9c47f7f286441a24dfc5f9ad6edd3245 rspec-1.2.9.gem +88f8949ace3a28ef5474838856b60649 rspec-1.3.0.gem From c193312be124b055a40f7b659bc6c345ed2d236d Mon Sep 17 00:00:00 2001 From: Michael Stahnke Date: Fri, 16 Apr 2010 21:51:18 +0000 Subject: [PATCH 3/4] bug fix --- rubygem-rspec.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rubygem-rspec.spec b/rubygem-rspec.spec index d58a128..14a4b88 100644 --- a/rubygem-rspec.spec +++ b/rubygem-rspec.spec @@ -6,7 +6,7 @@ Summary: Behaviour driven development (BDD) framework for Ruby Name: rubygem-%{gemname} Version: 1.3.0 -Release: 1%{?dist} +Release: 2%{?dist} Group: Development/Languages License: GPLv2+ or Ruby URL: http://rspec.info @@ -18,10 +18,7 @@ BuildArch: noarch Provides: rubygem(%{gemname}) = %{version} %description -RSpec is a behaviour driven development (BDD) framework for Ruby. RSpec was -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. +RSpec is a behaviour driven development (BDD) framework for Ruby. %prep @@ -52,6 +49,9 @@ rm -rf %{buildroot} %changelog +* Fri Apr 16 2010 Michael Stahnke - 1.3.0-2 +- Removed 404 URL in the description (bug 515042) + * Fri Apr 09 2010 Michael Stahnke - 1.3.0-1 - Updated to 1.3.0 From b5816f3ab0605691c1446621cb18cff43e043649 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 11:54:51 +0000 Subject: [PATCH 4/4] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- branch | 1 - import.log | 1 - 4 files changed, 23 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile delete mode 100644 branch delete mode 100644 import.log diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index 75f61b4..0000000 --- a/Makefile +++ /dev/null @@ -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 $$d/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) diff --git a/branch b/branch deleted file mode 100644 index baa94ef..0000000 --- a/branch +++ /dev/null @@ -1 +0,0 @@ -F-13 diff --git a/import.log b/import.log deleted file mode 100644 index f38bcd2..0000000 --- a/import.log +++ /dev/null @@ -1 +0,0 @@ -rubygem-rspec-1_1_11-1_fc9:HEAD:rubygem-rspec-1.1.11-1.fc9.src.rpm:1226557950