Accepting request 349313 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/349313 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Business-ISBN-Data?expand=0&rev=20
This commit is contained in:
parent
0afdf0ca83
commit
e99b2ed492
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3e2413d6672f6cbbfad61caa2d6eb315382bb5bc09db5157c8107cbdc98ecbae
|
|
||||||
size 16522
|
|
3
Business-ISBN-Data-20140910.003.tar.gz
Normal file
3
Business-ISBN-Data-20140910.003.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c756048c9b2b76ae5a7b9f1e1f6c59af670ff89b1fa574d4c3d7e4c9659685c9
|
||||||
|
size 21156
|
28
cpanspec.yml
Normal file
28
cpanspec.yml
Normal file
@ -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
|
@ -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
|
Thu Feb 19 13:24:45 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -17,15 +17,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: perl-Business-ISBN-Data
|
Name: perl-Business-ISBN-Data
|
||||||
Version: 20140910.002
|
Version: 20140910.003
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_name Business-ISBN-Data
|
%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+
|
License: Artistic-1.0 or GPL-1.0+
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
Url: http://search.cpan.org/dist/Business-ISBN-Data/
|
Url: http://search.cpan.org/dist/Business-ISBN-Data/
|
||||||
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
|
||||||
Patch0: fix-provides.diff
|
Source1: cpanspec.yml
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: perl
|
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.
|
will load it when it loads.
|
||||||
|
|
||||||
These data are generated from the _RangeMessage.xml_ file provided by the
|
These data are generated from the _RangeMessage.xml_ file provided by the
|
||||||
ISBN Agency. You can retrieve this yourself at the
|
ISBN Agency. You can retrieve this yourself at
|
||||||
https://www.isbn-international.org/range_file_generation manpage. This file
|
https://www.isbn-international.org/range_file_generation. This file is
|
||||||
is included as part of the distribution and should be installed at
|
included as part of the distribution and should be installed at
|
||||||
_~lib/Business/ISBN/Data/RangeMessage.xml_.
|
_~lib/Business/ISBN/Data/RangeMessage.xml_.
|
||||||
|
|
||||||
If you want to use a different _RangeMessage.xml_ file, you can set the
|
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
|
%prep
|
||||||
%setup -q -n %{cpan_name}-%{version}
|
%setup -q -n %{cpan_name}-%{version}
|
||||||
%patch0 -p1
|
|
||||||
# MANUAL
|
|
||||||
sed -i "s|^#!/usr/local/bin/.*|%{_bindir}/perl|" make_data.pl
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
%{__perl} Makefile.PL INSTALLDIRS=vendor
|
||||||
@ -78,6 +75,6 @@ sed -i "s|^#!/usr/local/bin/.*|%{_bindir}/perl|" make_data.pl
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%defattr(-,root,root,755)
|
%defattr(-,root,root,755)
|
||||||
%doc Changes examples LICENSE README
|
%doc Changes examples LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user