Compare commits

...

5 Commits
rawhide ... f11

Author SHA1 Message Date
Fedora Release Engineering 7dacec17f2 dist-git conversion 2010-07-29 06:08:28 +00:00
Bill Nottingham eb80a8cd4f Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 02:17:06 +00:00
Chris Weyl 3c314a7ca0 - auto-update to 1.04 (by cpan-spec-update 0.01) 2009-08-25 06:37:21 +00:00
Chris Weyl 5620c3fdb9 - auto-update to 1.02 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
2009-06-08 05:58:10 +00:00
Jesse Keating ad8e3295e8 Initialize branch F-11 for perl-Class-Method-Modifiers 2009-04-15 05:14:26 +00:00
5 changed files with 19 additions and 31 deletions

View File

View File

@ -1,21 +0,0 @@
# Makefile for source rpm: perl-Class-Method-Modifiers
# $Id$
NAME := perl-Class-Method-Modifiers
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 +0,0 @@
perl-Class-Method-Modifiers-1_01-1_fc9:HEAD:perl-Class-Method-Modifiers-1.01-1.fc9.src.rpm:1220898535

View File

@ -1,17 +1,17 @@
Name: perl-Class-Method-Modifiers
Version: 1.01
Release: 4%{?dist}
Name: perl-Class-Method-Modifiers
Version: 1.04
Release: 1%{?dist}
License: GPL+ or Artistic
Group: Development/Libraries
Summary: Provides Moose-like method modifiers
Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
Summary: Provides Moose-like method modifiers
Source: http://search.cpan.org/CPAN/authors/id/S/SA/SARTAK/Class-Method-Modifiers-%{version}.tar.gz
Url: http://search.cpan.org/dist/Class-Method-Modifiers
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42
BuildRequires: perl(MRO::Compat)
# testing
BuildRequires: perl(Test::Exception)
@ -56,7 +56,7 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';'
make test
%clean
rm -rf %{buildroot}
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
@ -65,6 +65,16 @@ rm -rf %{buildroot}
%{_mandir}/man3/*.3*
%changelog
* Fri Jul 31 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.04-1
- auto-update to 1.04 (by cpan-spec-update 0.01)
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.02-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Mon Jun 08 2009 Chris Weyl <cweyl@alumni.drew.edu> 1.02-1
- auto-update to 1.02 (by cpan-spec-update 0.01)
- altered br on perl(ExtUtils::MakeMaker) (0 => 6.42)
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.01-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild

View File

@ -1 +1 @@
f0398c468025d21493745619b1114a46 Class-Method-Modifiers-1.01.tar.gz
bf278d379903849d492ab975d6504cbe Class-Method-Modifiers-1.04.tar.gz