diff --git a/Business-ISBN-Data-20140910.002.tar.gz b/Business-ISBN-Data-20140910.002.tar.gz deleted file mode 100644 index 65d85ab..0000000 --- a/Business-ISBN-Data-20140910.002.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3e2413d6672f6cbbfad61caa2d6eb315382bb5bc09db5157c8107cbdc98ecbae -size 16522 diff --git a/Business-ISBN-Data-20140910.003.tar.gz b/Business-ISBN-Data-20140910.003.tar.gz new file mode 100644 index 0000000..fdb8d44 --- /dev/null +++ b/Business-ISBN-Data-20140910.003.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c756048c9b2b76ae5a7b9f1e1f6c59af670ff89b1fa574d4c3d7e4c9659685c9 +size 21156 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#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_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Business-ISBN-Data.changes b/perl-Business-ISBN-Data.changes index 1e0e72d..8f8256d 100644 --- a/perl-Business-ISBN-Data.changes +++ b/perl-Business-ISBN-Data.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Dec 17 09:40:25 UTC 2015 - coolo@suse.com + +- updated to 20140910.003 + see /usr/share/doc/packages/perl-Business-ISBN-Data/Changes + + Revision history for Perl module + ------------------------------------------------------------------- Thu Feb 19 13:24:45 UTC 2015 - coolo@suse.com diff --git a/perl-Business-ISBN-Data.spec b/perl-Business-ISBN-Data.spec index f8dbee5..8f0158d 100644 --- a/perl-Business-ISBN-Data.spec +++ b/perl-Business-ISBN-Data.spec @@ -17,15 +17,15 @@ Name: perl-Business-ISBN-Data -Version: 20140910.002 +Version: 20140910.003 Release: 0 %define cpan_name Business-ISBN-Data -Summary: data pack for Business::ISBN +Summary: Data Pack for Business::Isbn License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Business-ISBN-Data/ -Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz -Patch0: fix-provides.diff +Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -38,9 +38,9 @@ You don't need to load this module yourself in most cases. 'Business::ISBN' will load it when it loads. These data are generated from the _RangeMessage.xml_ file provided by the -ISBN Agency. You can retrieve this yourself at the -https://www.isbn-international.org/range_file_generation manpage. This file -is included as part of the distribution and should be installed at +ISBN Agency. You can retrieve this yourself at +https://www.isbn-international.org/range_file_generation. This file is +included as part of the distribution and should be installed at _~lib/Business/ISBN/Data/RangeMessage.xml_. If you want to use a different _RangeMessage.xml_ file, you can set the @@ -60,9 +60,6 @@ part is historical). If you want to see where the data are from, check %prep %setup -q -n %{cpan_name}-%{version} -%patch0 -p1 -# MANUAL -sed -i "s|^#!/usr/local/bin/.*|%{_bindir}/perl|" make_data.pl %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -78,6 +75,6 @@ sed -i "s|^#!/usr/local/bin/.*|%{_bindir}/perl|" make_data.pl %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples LICENSE %changelog