diff --git a/Module-CoreList-2.57.tar.gz b/Module-CoreList-2.57.tar.gz deleted file mode 100644 index 92801c2..0000000 --- a/Module-CoreList-2.57.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f733d85c69c6b4b78b2347bd1643cc584fc45fd6258314c1de34a97b33394b73 -size 79906 diff --git a/Module-CoreList-5.20150420.tar.gz b/Module-CoreList-5.20150420.tar.gz new file mode 100644 index 0000000..5713147 --- /dev/null +++ b/Module-CoreList-5.20150420.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03768bde1f5c02ba3fc4c093ed58c1c461d1251187b21f2c4ddfffc04b33e686 +size 82849 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..c1cf5a3 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,24 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +post_install: |- + mv %{buildroot}%{_bindir}/corelist %{buildroot}%{_bindir}/corelist-%{name} + # the perl docu will do + mv %{buildroot}%{_mandir}/man1/{corelist,corelist-%{name}}.1 + rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: - +#./Build build flags=%{?_smp_mflags} --myflag +#ignore_requires: Bizarre::Module diff --git a/perl-Module-CoreList.changes b/perl-Module-CoreList.changes index 395dfae..8938060 100644 --- a/perl-Module-CoreList.changes +++ b/perl-Module-CoreList.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 21 02:56:02 UTC 2015 - coolo@suse.com + +- updated to 5.20150420 + see /usr/share/doc/packages/perl-Module-CoreList/Changes + ------------------------------------------------------------------- Thu Feb 16 11:40:10 UTC 2012 - coolo@suse.com diff --git a/perl-Module-CoreList.spec b/perl-Module-CoreList.spec index cafac3b..216d6a9 100644 --- a/perl-Module-CoreList.spec +++ b/perl-Module-CoreList.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Module-CoreList # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,18 +17,21 @@ Name: perl-Module-CoreList -Version: 2.57 +Version: 5.20150420 Release: 0 %define cpan_name Module-CoreList -Summary: What modules shipped with versions of perl -License: GPL-1.0+ or Artistic-1.0 +Summary: What Modules Shipped with Versions of Perl +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-CoreList/ -Source: http://www.cpan.org/authors/id/B/BI/BINGOS/Module-CoreList-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch +BuildRequires: perl(version) >= 0.88 +Requires: perl(version) >= 0.88 %{perl_requires} %description @@ -58,18 +61,17 @@ information. %install %perl_make_install +%perl_process_packlist # MANUAL BEGIN mv %{buildroot}%{_bindir}/corelist %{buildroot}%{_bindir}/corelist-%{name} # the perl docu will do mv %{buildroot}%{_mandir}/man1/{corelist,corelist-%{name}}.1 rm %{buildroot}%{_mandir}/man3/Module::CoreList.3pm # MANUAL END -%perl_process_packlist %perl_gen_filelist %files -f %{name}.files -%defattr(644,root,root,755) +%defattr(-,root,root,755) %doc Changes corelist identify-dependencies README -%attr(0755,root,root) %{_bindir}/* %changelog