OBS User unknown 2007-11-13 20:28:09 +00:00 committed by Git OBS Bridge
parent 6f086f7f2b
commit 92ecd9fde4
5 changed files with 52 additions and 37 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d93040adbec13648ee56ce20a001a5b3532f8e795a8dbfed5cf2c8d8d07cd038
size 1043757

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ba69cdfef06cb92393b7b9b0e27e902287738bea5dcf01be9f14d3bae8e60e5
size 1174499

View File

@ -1,11 +0,0 @@
diff -ru Encode-HanExtra-0.07.orig/Makefile.PL Encode-HanExtra-0.07/Makefile.PL
--- Encode-HanExtra-0.07.orig/Makefile.PL 2002-10-17 13:13:44.000000000 +0200
+++ Encode-HanExtra-0.07/Makefile.PL 2003-05-09 17:07:54.000000000 +0200
@@ -67,7 +67,6 @@
SUFFIX => 'gz',
DIST_DEFAULT => 'all tardist',
},
- MAN3PODS => {},
PREREQ_PM => {
'Encode' => "1.41",
},

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Nov 12 15:33:18 CET 2007 - mfabian@suse.de
- update to 0.23.
• Split .ucm files into several object files, so enc2xs will no longer
take absurd amount of memory.
Reported by: David Cantrell
• Add Big5-2003, the newest incarnation of Big5 and a Taiwanese national
standard (as an appendix to CNS11643).
• Oops, the CCCII map was broken. So sowwy. :-/
Reported by: CPAN Testers.
• LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license. See the COPYRIGHT
section in README for the new terms.
• CCCII: Revised, using table supplied by the Koha Taiwan project.
• GB18030: Removed invalid Unicode codepoints.
• Build system upgraded from ExtUtils::MakeMaker to Module::Install.
-------------------------------------------------------------------
Wed Jan 25 21:39:39 CET 2006 - mls@suse.de

View File

@ -1,29 +1,28 @@
#
# spec file for package perl-Encode-HanExtra (Version 0.10)
# spec file for package perl-Encode-HanExtra (Version 0.23)
#
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://www.suse.de/feedback/
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Encode-HanExtra
License: Artistic License
Group: Development/Libraries/Perl
Prereq: /usr/bin/enc2xs
Requires: perl = %{perl_version}
Autoreqprov: on
Version: 0.10
Release: 1
URL: http://search.cpan.org/~autrijus/Encode-HanExtra-0.10/
Name: perl-Encode-HanExtra
License: X11/MIT
Group: Development/Libraries/Perl
PreReq: /usr/bin/enc2xs
Requires: perl = %{perl_version}
AutoReqProv: on
Version: 0.23
Release: 1
Url: http://search.cpan.org/~autrijus/Encode-HanExtra-0.23/
# Original Source is gzipped.
Source0: http://search.cpan.org/CPAN/authors/id/A/AU/AUTRIJUS/Encode-HanExtra-0.10.tar.bz2
Patch0: Encode-HanExtra.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Extra sets of Chinese encodings
Source0: http://search.cpan.org/CPAN/authors/id/A/AU/AUDREYT/Encode-HanExtra-0.23.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Extra sets of Chinese encodings
%description
Perl 5.7.3 and later ships with an adequate set of Chinese encodings,
@ -41,18 +40,14 @@ Authors:
--------
Autrijus Tang <autrijus@autrijus.org>
%define __find_provides /usr/lib/rpm/find-provides
%define __find_requires /usr/lib/rpm/find-requires
%prep
%setup -q -n Encode-HanExtra-%{version}
%patch0 -p1
%build
CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
make
%install
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
install -d $RPM_BUILD_ROOT/%{perl_archlib}
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist
@ -66,7 +61,6 @@ if [ $1 == 0 ] ; then
fi
%clean
#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
%files
%defattr(-,root,root)
@ -75,8 +69,22 @@ fi
%{perl_vendorarch}/Encode/
%{perl_vendorarch}/auto/Encode/
/var/adm/perl-modules/perl-Encode-HanExtra
%changelog -n perl-Encode-HanExtra
%changelog
* Mon Nov 12 2007 - mfabian@suse.de
- update to 0.23.
Split .ucm files into several object files, so enc2xs will no longer
take absurd amount of memory.
Reported by: David Cantrell
Add Big5-2003, the newest incarnation of Big5 and a Taiwanese national
standard (as an appendix to CNS11643).
Oops, the CCCII map was broken. So sowwy. :-/
Reported by: CPAN Testers.
LICENSING CHANGE: This compilation and all individual files in it
are now under the permissive "MIT" license. See the COPYRIGHT
section in README for the new terms.
CCCII: Revised, using table supplied by the Koha Taiwan project.
GB18030: Removed invalid Unicode codepoints.
Build system upgraded from ExtUtils::MakeMaker to Module::Install.
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Tue Aug 02 2005 - mfabian@suse.de