Compare commits

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

4 commits

Author SHA1 Message Date
Fedora Release Engineering
0ac6b81aa6 dist-git conversion 2010-07-29 11:51:21 +00:00
Jeroen van Meeuwen
84ff30d9cb 1.5.1-1 2009-12-22 01:37:52 +00:00
Bill Nottingham
9474ee9184 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 01:31:18 +00:00
Jesse Keating
5916e019c2 Initialize branch F-12 for rubygem-highline 2009-09-29 06:45:30 +00:00
6 changed files with 11 additions and 32 deletions

View file

@ -1 +0,0 @@
highline-1.5.0.tgz

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
highline-1.5.1.tgz

View file

@ -1,21 +0,0 @@
# Makefile for source rpm: rubygem-highline
# $Id$
NAME := rubygem-highline
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,2 +0,0 @@
rubygem-highline-1_4_0-2_fc10:HEAD:rubygem-highline-1.4.0-2.fc10.src.rpm:1222904553
rubygem-highline-1_5_0-1_fc10:HEAD:rubygem-highline-1.5.0-1.fc10.src.rpm:1237204240

View file

@ -1,13 +1,12 @@
# Generated from highline-1.4.0.gem by gem2rpm -*- rpm-spec -*- %global ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
%define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']") %global gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null)
%define gemdir %(ruby -rubygems -e 'puts Gem::dir' 2>/dev/null) %global gemname highline
%define gemname highline %global geminstdir %{gemdir}/gems/%{gemname}-%{version}
%define geminstdir %{gemdir}/gems/%{gemname}-%{version}
Summary: HighLine is a high-level command-line IO library Summary: HighLine is a high-level command-line IO library
Name: rubygem-%{gemname} Name: rubygem-%{gemname}
Version: 1.5.0 Version: 1.5.1
Release: 2%{?dist} Release: 1%{?dist}
Group: Development/Languages Group: Development/Languages
License: GPLv2+ or Ruby License: GPLv2+ or Ruby
URL: http://highline.rubyforge.org URL: http://highline.rubyforge.org
@ -78,6 +77,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Dec 22 2009 Jeroen van Meeuwen <j.van.meeuwen@ogd.nl> - 1.5.1-1
- New upstream version
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View file

@ -1 +1 @@
b60d5199a9e19a9ac6d20a141cef98e5 highline-1.5.0.tgz 23d9221b5ffd55e5af35f5aa90590c57 highline-1.5.1.tgz