commit 83e3230daeb0736b24fdb12d42323c4c7a57266f Author: Miro Hrončok <miro@xxxxxxxxxx> Date: Fri Jan 18 17:34:12 2013 +0100 Initila import (#876408) .gitignore | 1 + perl-Boost-Geometry-Utils.spec | 73 ++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 75 insertions(+), 0 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..438a2d1 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/Boost-Geometry-Utils-0.05.tar.gz diff --git a/perl-Boost-Geometry-Utils.spec b/perl-Boost-Geometry-Utils.spec new file mode 100644 index 0000000..6a1faf3 --- /dev/null +++ b/perl-Boost-Geometry-Utils.spec @@ -0,0 +1,73 @@ +Name: perl-Boost-Geometry-Utils +Version: 0.05 +Release: 6%{?dist} +Summary: Boost::Geometry::Utils Perl module +License: GPL+ or Artistic +Group: Development/Libraries +URL: http://search.cpan.org/dist/Boost-Geometry-Utils/ +Source0: http://www.cpan.org/authors/id/A/AA/AAR/Boost-Geometry-Utils-%{version}.tar.gz +BuildRequires: perl(Exporter) +BuildRequires: perl(ExtUtils::Typemaps::Default) +BuildRequires: perl(File::Temp) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Module::Build::WithXSpp) +BuildRequires: perl(Test::More) +BuildRequires: perl(XSLoader) +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) + +%{?perl_default_filter} # Filters (not)shared c libs + +%description +Boost::Geometry::Utils Perl module + +%prep +%setup -q -n Boost-Geometry-Utils-%{version} + +%build +perl Build.PL installdirs=vendor optimize="$RPM_OPT_FLAGS" +./Build + +%install +./Build install destdir=%{buildroot} create_packlist=0 +find %{buildroot} -type f -name '*.bs' -size 0 -exec rm -f {} \; + +%{_fixperms} %{buildroot}/* + +%check +./Build test + +%files +%doc CHANGES LICENSE README +%{perl_vendorarch}/auto/* +%{perl_vendorarch}/Boost* +%{_mandir}/man3/* + +%changelog +* Fri Jan 18 2013 Miro Hrončok <mhroncok@xxxxxxxxxx> - 0.05-6 +- Added back: perl(ExtUtils::Typemaps::Default) + +* Thu Jan 17 2013 Miro Hrončok <mhroncok@xxxxxxxxxx> - 0.05-5 +- Dropped perl macro in MODULE_COMPAT +- Removed src and xsp from %%doc +- Dropped converting src to UTF-8 +- Dropped converting newlines and dos2unix BR +- Dropped BRs: perl(ExtUtils::Typemaps::Default) + perl(ExtUtils::XSpp) + perl(Module::Build) +- Added BRs: perl(File::Temp) + perl(Exporter) + perl(XSLoader) + +* Thu Jan 17 2013 Miro Hrončok <mhroncok@xxxxxxxxxx> - 0.05-4 +- Using dos2unix instead of sed +- Removed deleting empty dirs +- Dropped perl macro + +* Fri Nov 16 2012 Miro Hrončok <miro@xxxxxxxxxx> - 0.05-3 +- Removed BRs provided by perl package + +* Sun Oct 07 2012 Miro Hrončok <miro@xxxxxxxxxx> 0.05-2 +- Rebuilding for 32bit, no spec changes. + +* Tue Sep 25 2012 Miro Hrončok <miro@xxxxxxxxxx> 0.05-1 +- Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index e69de29..2e3582a 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b9c0451137e5e7e9af87e3f5a81546dc Boost-Geometry-Utils-0.05.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel