Compare commits

...
Sign in to create a new pull request.

5 commits

Author SHA1 Message Date
Fedora Release Engineering
f246a0647a dist-git conversion 2010-07-29 11:54:55 +00:00
Michael Stahnke
c5bc7d7b9c New version. 2009-12-09 22:59:19 +00:00
Bill Nottingham
f1d0e46309 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:59 +00:00
Michael Stahnke
db66417020 New version 2009-06-23 04:19:05 +00:00
Jesse Keating
f249cacbc9 Initialize branch F-11 for rubygem-rspec 2009-04-15 05:05:51 +00:00
6 changed files with 12 additions and 26 deletions

View file

@ -1 +0,0 @@
rspec-1.2.2.gem

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
rspec-1.2.9.gem

View file

@ -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)

View file

@ -1 +0,0 @@
rubygem-rspec-1_1_11-1_fc9:HEAD:rubygem-rspec-1.1.11-1.fc9.src.rpm:1226557950

View file

@ -1,4 +1,3 @@
# Generated from rspec-1.1.3.gem by gem2rpm -*- rpm-spec -*-
%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%define gemname rspec
@ -6,7 +5,7 @@
Summary: Behaviour driven development (BDD) framework for Ruby
Name: rubygem-%{gemname}
Version: 1.2.2
Version: 1.2.9
Release: 1%{?dist}
Group: Development/Languages
License: GPLv2+ or Ruby
@ -53,6 +52,15 @@ rm -rf %{buildroot}
%changelog
* 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
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jun 22 2009 Michael Stahnke <stahnma@fedoraproject.org> - 1.2.7-1
- New Version
* Fri Mar 27 2009 Michael Stahnke <stahnma@fedoraproject.org> - 1.2.2-1
- New Version

View file

@ -1 +1 @@
5cfba135ce576390992d5f2db3ab9851 rspec-1.2.2.gem
9c47f7f286441a24dfc5f9ad6edd3245 rspec-1.2.9.gem