Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f246a0647a | ||
|
|
c5bc7d7b9c | ||
|
|
f1d0e46309 | ||
|
|
db66417020 | ||
|
|
f249cacbc9 |
6 changed files with 12 additions and 26 deletions
|
|
@ -1 +0,0 @@
|
|||
rspec-1.2.2.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,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
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
5cfba135ce576390992d5f2db3ab9851 rspec-1.2.2.gem
|
||||
9c47f7f286441a24dfc5f9ad6edd3245 rspec-1.2.9.gem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue