Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0ac6b81aa6 | ||
|
|
84ff30d9cb | ||
|
|
9474ee9184 | ||
|
|
5916e019c2 |
6 changed files with 11 additions and 32 deletions
|
|
@ -1 +0,0 @@
|
||||||
highline-1.5.0.tgz
|
|
||||||
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
highline-1.5.1.tgz
|
||||||
21
Makefile
21
Makefile
|
|
@ -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)
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
2
sources
2
sources
|
|
@ -1 +1 @@
|
||||||
b60d5199a9e19a9ac6d20a141cef98e5 highline-1.5.0.tgz
|
23d9221b5ffd55e5af35f5aa90590c57 highline-1.5.1.tgz
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue