Compare commits

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

7 commits

Author SHA1 Message Date
Till Maas
e5bc75b634 2016-11-20: Retired orphaned package, because it was orphaned for
more than six weeks.
2016-11-20 11:26:53 +01:00
Fedora Release Engineering
ff6e307cc4 dist-git conversion 2010-07-29 11:54:54 +00:00
Dennis Gilmore
1f94db3f2b Initialize branch EL-6 for rubygem-rspec 2010-05-08 02:22:25 +00:00
Michael Stahnke
52903cacb1 bug fix 2010-04-16 21:51:18 +00:00
Michael Stahnke
7c3b1b8f98 New version 1.3.0 2010-04-09 20:18:56 +00:00
Michael Stahnke
5ea20d40e9 New version. 2009-12-09 22:50:11 +00:00
Bill Nottingham
09c51a6c32 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:59 +00:00
6 changed files with 3 additions and 102 deletions

View file

@ -1 +0,0 @@
rspec-1.2.7.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)

3
dead.package Normal file
View file

@ -0,0 +1,3 @@
2016-11-20: Retired orphaned package, because it was orphaned for
more than six weeks.

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,78 +0,0 @@
# 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
%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
Summary: Behaviour driven development (BDD) framework for Ruby
Name: rubygem-%{gemname}
Version: 1.2.7
Release: 2%{?dist}
Group: Development/Languages
License: GPLv2+ or Ruby
URL: http://rspec.rubyforge.org
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: rubygems, ruby(abi) = 1.8
BuildRequires: rubygems, ruby
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.
%prep
%build
%install
rm -rf %{buildroot}
mkdir -p %{buildroot}%{gemdir}
gem install --local --install-dir %{buildroot}%{gemdir} \
--force --rdoc %{SOURCE0}
mkdir -p %{buildroot}/%{_bindir}
mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{gemdir}/bin
find %{buildroot}%{geminstdir}/bin -type f | xargs chmod a+x
%clean
rm -rf %{buildroot}
%files
%defattr(-, root, root, -)
%{_bindir}/*
%{gemdir}/gems/%{gemname}-%{version}/
%doc %{gemdir}/doc/%{gemname}-%{version}
#%doc %{geminstdir}/*.txt
%{gemdir}/cache/%{gemname}-%{version}.gem
%{gemdir}/specifications/%{gemname}-%{version}.gemspec
%changelog
* 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
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.11-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Wed Nov 08 2008 Michael Stahnke <stahnma@fedoraproject.org> - 1.1.11-1
- New Version
* Mon Nov 03 2008 Michael Stahnke <stahnma@fedoraproject.org> - 1.1.8-3
- Updating to require ruby(abi)
* Mon Oct 13 2008 Michael Stahnke <stahnma@fedoraproject.org> - 1.1.8-1
- New version
* Wed May 14 2008 Michael Stahnke <stahnma@fedoraproject.org> - 1.1.3-1
- Initial package

View file

@ -1 +0,0 @@
df7d2bdc3f50d7e8ff75f5345e360d1a rspec-1.2.7.gem