Compare commits

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

5 commits

Author SHA1 Message Date
Mamoru Tasaka
b53ad72176 * Wed Aug 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.7.1-1
- 0.7.1
2010-08-11 02:06:40 +09:00
Fedora Release Engineering
fd42b4eea2 dist-git conversion 2010-07-29 11:54:17 +00:00
Mamoru Tasaka
488da8bb4e - 0.7.0 2009-12-09 16:34:17 +00:00
Bill Nottingham
77b0da4f16 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:53 +00:00
Jesse Keating
9d5f68e33a Initialize branch F-12 for rubygem-rake-compiler 2009-09-29 06:45:55 +00:00
5 changed files with 17 additions and 27 deletions

View file

@ -1 +0,0 @@
rake-compiler-0.6.0.gem

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
rake-compiler-0.7.0.gem
rake-compiler-0.7.1.gem

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: rubygem-rake-compiler
# $Id$
NAME := rubygem-rake-compiler
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

@ -6,18 +6,18 @@
Summary: Rake-based Ruby C Extension task generator
Name: rubygem-%{gemname}
Version: 0.6.0
Version: 0.7.1
Release: 1%{?dist}
Group: Development/Languages
License: MIT
URL: http://rake-compiler.rubyforge.org/
Source0: http://gems.rubyforge.org/gems/%{gemname}-%{version}.gem
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: ruby(abi) = %{rubyabi}
BuildRequires: ruby(rubygems)
BuildRequires: ruby(rubygems) >= 1.3.5
BuildRequires: rubygem(rake)
Requires: ruby(abi) = %{rubyabi}
Requires: ruby(rubygems)
Requires: ruby(rubygems) >= 1.3.5
Requires: rubygem(rake) >= 0.8.3
BuildArch: noarch
Provides: rubygem(%{gemname}) = %{version}-%{release}
@ -74,6 +74,10 @@ mv %{buildroot}%{gemdir}/bin/* %{buildroot}/%{_bindir}
rmdir %{buildroot}%{gemdir}/bin
%check
pushd .%{geminstdir}
rake spec
%clean
rm -rf %{buildroot}
@ -96,6 +100,12 @@ rm -rf %{buildroot}
%changelog
* Wed Aug 11 2010 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.7.1-1
- 0.7.1
* Thu Dec 10 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.7.0-1
- 0.7.0
* Wed Jul 29 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.6.0-1
- 0.6.0

View file

@ -1 +1 @@
9a8edefde6ca9df9222f6cfe3973c130 rake-compiler-0.6.0.gem
0a82ac13904c3d64784cc97fecd7ffa9 rake-compiler-0.7.1.gem