forked from pool/perl-Encode
Accepting request 506096 from devel:languages:perl:autoupdate
- updated to 2.91 see /usr/share/doc/packages/perl-Encode/Changes - updated to 2.90 see /usr/share/doc/packages/perl-Encode/Changes OBS-URL: https://build.opensuse.org/request/show/506096 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode?expand=0&rev=23
This commit is contained in:
committed by
Git OBS Bridge
parent
074cdcbfb8
commit
6b9529ab7e
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e6299e67bc7379117015fcff38ba09da37441046a7f16a63dbaaf48b5738fcb4
|
||||
size 2030084
|
3
Encode-2.91.tar.gz
Normal file
3
Encode-2.91.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9fcecd63cff155ff7e8c24194f9b973439f5ae60ab2b81ca0b6eea36b972d913
|
||||
size 2035205
|
15
cpanspec.yml
15
cpanspec.yml
@@ -4,9 +4,8 @@
|
||||
# override description from CPAN
|
||||
#summary: override summary from CPAN
|
||||
#no_testing: broken upstream
|
||||
#sources:
|
||||
# - source1
|
||||
# - source2
|
||||
sources:
|
||||
- perl-Encode-rpmlintrc
|
||||
#patches:
|
||||
# foo.patch: -p1
|
||||
# bar.patch:
|
||||
@@ -16,9 +15,13 @@
|
||||
# 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
|
||||
post_install: |-
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/enc2xs
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/encguess
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/piconv
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/enc2xs.1*
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/encguess.1*
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/piconv.1*
|
||||
#license: SUSE-NonFree
|
||||
#skip_noarch: 1
|
||||
#custom_build: |-
|
||||
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 23 05:30:12 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 2.91
|
||||
see /usr/share/doc/packages/perl-Encode/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 14 05:29:26 UTC 2017 - coolo@suse.com
|
||||
|
||||
- updated to 2.90
|
||||
see /usr/share/doc/packages/perl-Encode/Changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 5 05:06:33 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Encode
|
||||
Version: 2.89
|
||||
Version: 2.91
|
||||
Release: 0
|
||||
%define cpan_name Encode
|
||||
Summary: Character Encodings in Perl
|
||||
@@ -25,7 +25,8 @@ License: Artistic-1.0 or GPL-1.0+
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Encode/
|
||||
Source0: https://cpan.metacpan.org/authors/id/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz
|
||||
Source1: cpanspec.yml
|
||||
Source1: perl-Encode-rpmlintrc
|
||||
Source2: cpanspec.yml
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
@@ -72,13 +73,14 @@ the _why_.
|
||||
%install
|
||||
%perl_make_install
|
||||
%perl_process_packlist
|
||||
# remove files conflicting with the perl package
|
||||
# MANUAL BEGIN
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/enc2xs
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/encguess
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/bin/piconv
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/enc2xs.1*
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/encguess.1*
|
||||
%__rm -f ${RPM_BUILD_ROOT}/usr/share/man/man1/piconv.1*
|
||||
# MANUAL END
|
||||
%perl_gen_filelist
|
||||
|
||||
%files -f %{name}.files
|
||||
|
Reference in New Issue
Block a user