6.11 bump
perl-Test-Inter required to build is missing now.
This commit is contained in:
		
							parent
							
								
									3f7a2cf8fa
								
							
						
					
					
						commit
						a369372a4b
					
				
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @ -1 +1,2 @@ | |||||||
| Date-Manip-6.07.tar.gz | Date-Manip-6.07.tar.gz | ||||||
|  | /Date-Manip-6.11.tar.gz | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| Name:           perl-Date-Manip | Name:           perl-Date-Manip | ||||||
| Version:        6.07 | Version:        6.11 | ||||||
| Release:        3%{?dist} | Release:        1%{?dist} | ||||||
| Summary:        A Perl module containing a wide variety of date manipulation routines | Summary:        A Perl module containing a wide variety of date manipulation routines | ||||||
| 
 | 
 | ||||||
| Group:          Development/Libraries | Group:          Development/Libraries | ||||||
| @ -11,9 +11,17 @@ Source0:        http://www.cpan.org/authors/id/S/SB/SBECK/Date-Manip-%{version}. | |||||||
| BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) | ||||||
| 
 | 
 | ||||||
| BuildArch:      noarch | BuildArch:      noarch | ||||||
| BuildRequires:  perl(Module::Build) | BuildRequires:  perl(Carp) | ||||||
| BuildRequires:  perl(YAML::Syck) | BuildRequires:  perl(Module::Build) >= 0.20 | ||||||
|  | BuildRequires:  perl(Storable) | ||||||
| BuildRequires:  perl(Test::More) | BuildRequires:  perl(Test::More) | ||||||
|  | BuildRequires:  perl(YAML::Syck) | ||||||
|  | # Tests only | ||||||
|  | BuildRequires:  perl(Test::Inter) | ||||||
|  | # Test::Pod versions is in t/* only, META.yml does not mention them | ||||||
|  | BuildRequires:  perl(Test::Pod) >= 1.00 | ||||||
|  | BuildRequires:  perl(Test::Pod::Coverage) >= 1.00 | ||||||
|  | 
 | ||||||
| Requires:       perl(YAML::Syck) | Requires:       perl(YAML::Syck) | ||||||
| Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) | ||||||
| 
 | 
 | ||||||
| @ -66,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT | |||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| %changelog | %changelog | ||||||
|  | * Tue Sep 14 2010 Petr Pisar <ppisar@redhat.com> - 6.11-1 | ||||||
|  | - 6.11 bump | ||||||
|  | 
 | ||||||
| * Tue Apr 27 2010 Marcela Maslanova <mmaslano@redhat.com> - 6.07-3 | * Tue Apr 27 2010 Marcela Maslanova <mmaslano@redhat.com> - 6.07-3 | ||||||
| - Mass rebuild with perl-5.12.0 | - Mass rebuild with perl-5.12.0 | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user