Tom Callaway 13 years ago
parent ba7ecffeab
commit 3dc7662dfc

1
.gitignore vendored

@ -1 +1,2 @@
Test-File-Contents-0.05.tar.gz Test-File-Contents-0.05.tar.gz
/Test-File-Contents-0.20.tar.gz

@ -1,6 +1,6 @@
Name: perl-Test-File-Contents Name: perl-Test-File-Contents
Version: 0.05 Version: 0.20
Release: 10%{?dist} Release: 1%{?dist}
Summary: Test routines for examining the contents of files Summary: Test routines for examining the contents of files
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
@ -13,6 +13,7 @@ BuildRequires: perl(Test::Builder::Tester)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage) BuildRequires: perl(Test::Pod::Coverage)
BuildRequires: perl(Text::Diff)
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description %description
@ -41,11 +42,14 @@ rm -rf $RPM_BUILD_ROOT
%files %files
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc Changes README %doc Changes
%{perl_vendorlib}/* %{perl_vendorlib}/*
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* Thu Mar 22 2012 Tom Callaway <spot@fedoraproject.org> - 0.20-1
- update to 0.20
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-10 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

@ -1 +1 @@
6bdc15a6345a3ef693a6e2326331b6ec Test-File-Contents-0.05.tar.gz b4ed786c03ca5ccaf694b41a1e98d85f Test-File-Contents-0.20.tar.gz

Loading…
Cancel
Save