diff --git a/.perl-Devel-CheckLib.metadata b/.perl-Devel-CheckLib.metadata new file mode 100644 index 0000000..12f20bf --- /dev/null +++ b/.perl-Devel-CheckLib.metadata @@ -0,0 +1 @@ +437c7f24c0bcaac64aa22aeb28df00b7915d2a1d SOURCES/Devel-CheckLib-0.99.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-Devel-CheckLib.spec b/SPECS/perl-Devel-CheckLib.spec new file mode 100644 index 0000000..adb26c0 --- /dev/null +++ b/SPECS/perl-Devel-CheckLib.spec @@ -0,0 +1,88 @@ +Name: perl-Devel-CheckLib +Version: 0.99 +Release: 1%{?dist} +Summary: Check that a library is available + +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Devel-CheckLib/ +Source0: http://www.cpan.org/modules/by-module/Devel/Devel-CheckLib-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: perl(ExtUtils::MakeMaker) +# Run-time: +BuildRequires: perl(Exporter) +BuildRequires: perl(File::Spec) +BuildRequires: perl(File::Temp) >= 0.16 +BuildRequires: perl(Text::ParseWords) +# Tests: +BuildRequires: perl(Cwd) +BuildRequires: perl(File::Spec::Functions) +BuildRequires: perl(IO::File) +BuildRequires: perl(IO::CaptureOutput) >= 1.0801 +BuildRequires: perl(lib) +BuildRequires: perl(Test::More) >= 0.62 + +Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) + +%description +Devel::CheckLib is a perl module that checks whether a particular C library +and its headers are available. + +%prep +%setup -q -n Devel-CheckLib-%{version} + +%build +%{__perl} Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=$RPM_BUILD_ROOT +find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; +%{_fixperms} $RPM_BUILD_ROOT/* + +%check +make test + +%files +%doc CHANGES README TODO +%{_bindir}/* +%{perl_vendorlib}/Devel* +%{_mandir}/man1/*.1* +%{_mandir}/man3/*.3* + +%changelog +* Thu Apr 4 2013 Jose Pedro Oliveira - 0.99-1 +- Update to 0.99. + +* Thu Feb 14 2013 Fedora Release Engineering - 0.98-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Oct 18 2012 Petr Pisar - 0.98-4 +- Specify all dependencies +- Package TODO + +* Fri Jul 20 2012 Fedora Release Engineering - 0.98-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sun Jun 17 2012 Petr Pisar - 0.98-2 +- Perl 5.16 rebuild + +* Sat Mar 17 2012 Jose Pedro Oliveira - 0.98-1 +- Update to 0.98. + +* Mon Feb 27 2012 Jose Pedro Oliveira - 0.97-1 +- Update to 0.97. + +* Fri Feb 3 2012 Jose Pedro Oliveira - 0.96-1 +- Update to 0.96. + +* Fri Jan 13 2012 Fedora Release Engineering - 0.95-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Sun Oct 23 2011 Jose Pedro Oliveira - 0.95-1 +- Update to 0.95. + +* Wed Oct 19 2011 Jose Pedro Oliveira - 0.94-1 +- First build.