Compare commits

...

4 Commits
rawhide ... f12

Author SHA1 Message Date
Fedora Release Engineering 692b90bb59 dist-git conversion 2010-07-29 06:42:41 +00:00
Bill Nottingham 5e4390a6e5 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:11:04 +00:00
Štěpán Kasal 3868ac6977 sync with rawhide 2009-10-29 18:18:31 +00:00
Jesse Keating 0cf55eaf00 Initialize branch F-12 for perl-File-Which 2009-09-29 06:02:34 +00:00
5 changed files with 9 additions and 27 deletions

View File

@ -1 +0,0 @@
File-Which-0.05.tar.gz

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
File-Which-1.09.tar.gz

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-File-Which
# $Id$
NAME := perl-File-Which
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,16 +1,16 @@
Name: perl-File-Which
Version: 0.05
Release: 6%{?dist}
Version: 1.09
Release: 1%{?dist}
Summary: Portable implementation of the 'which' utility
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/File-Which/
Source0: http://www.cpan.org/authors/id/P/PE/PEREINAR/File-Which-%{version}.tar.gz
Source0: http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Script)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Oct 5 2009 Stepan Kasal <skasal@redhat.com> - 1.09-1
- new upstream version
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
bd671a65f770fc0a124095e74c7c8013 File-Which-0.05.tar.gz
b9429edaad7f45caafa4d458afcfd8af File-Which-1.09.tar.gz