diff --git a/.perl-Config-Simple.metadata b/.perl-Config-Simple.metadata new file mode 100644 index 0000000..576676e --- /dev/null +++ b/.perl-Config-Simple.metadata @@ -0,0 +1 @@ +4777200847a967d098f75ddf069f38e9ce8d38e1 SOURCES/Config-Simple-4.59.tar.gz diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/perl-Config-Simple.spec b/SPECS/perl-Config-Simple.spec new file mode 100644 index 0000000..1d9d448 --- /dev/null +++ b/SPECS/perl-Config-Simple.spec @@ -0,0 +1,104 @@ +Name: perl-Config-Simple +Version: 4.59 +Release: 14%{?dist} +Summary: Simple configuration file class + +Group: Development/Libraries +#see README +License: GPL+ or Artistic +URL: http://search.cpan.org/~sherzodr/Config-Simple/ +Source0: http://cpan.org/authors/id/S/SH/SHERZODR/Config-Simple-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) + +BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(AutoLoader) +BuildRequires: perl(Carp) +BuildRequires: perl(Data::Dumper) +BuildRequires: perl(Text::ParseWords) +# Tests: +BuildRequires: perl(File::Spec) +BuildRequires: perl(Test::More) +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +Requires: perl(Data::Dumper) + +%description +Simple configuration file class. + +%prep +%setup -q -n Config-Simple-%{version} +chmod -x README Changes + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + + +%install +rm -rf $RPM_BUILD_ROOT +make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' +chmod -R u+w $RPM_BUILD_ROOT/* +chmod -x $RPM_BUILD_ROOT%{perl_vendorlib}/Config/Simple.pm + + +%check +make test + + +%clean +rm -rf $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc README Changes +%{perl_vendorlib}/* +%{_mandir}/man3/*.3* + + +%changelog +* Thu Feb 14 2013 Fedora Release Engineering - 4.59-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 4.59-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Mon Jun 11 2012 Petr Pisar - 4.59-12 +- Perl 5.16 rebuild +- Specify all dependencies + +* Fri Jan 13 2012 Fedora Release Engineering - 4.59-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Jun 17 2011 Marcela Mašláňová - 4.59-10 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 4.59-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 15 2010 Marcela Maslanova - 4.59-8 +- 661697 rebuild for fixing problems with vendorach/lib + +* Fri Apr 30 2010 Marcela Maslanova - 4.59-7 +- Mass rebuild with perl-5.12.0 + +* Fri Dec 4 2009 Stepan Kasal - 4.59-6 +- rebuild against perl 5.10.1 + +* Sat Jul 25 2009 Fedora Release Engineering - 4.59-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 4.59-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Mar 06 2008 Tom "spot" Callaway - 4.59-3 +Rebuild for new perl + +* Sun Dec 23 2007 Rafał Psota 4.59-2 +- License tag fix +- Source0 fix +* Sat Dec 22 2007 Rafał Psota 4.59-1 +- Initial release