Accepting request 92043 from devel:languages:perl
- use original tar.gz OBS-URL: https://build.opensuse.org/request/show/92043 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Encode-JIS2K?expand=0&rev=15
This commit is contained in:
commit
552d09b1ad
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5c2e7cea6ef2950b3181402950f8e434f79d45ff15ceee395450caa88072bf58
|
|
||||||
size 287500
|
|
3
Encode-JIS2K-0.02.tar.gz
Normal file
3
Encode-JIS2K-0.02.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5d718add5857f37fc270f24360bc9d100b72e0e13a11ca3149fe4e4d7c7cc4bf
|
||||||
|
size 401178
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 18 08:45:26 UTC 2011 - coolo@suse.com
|
||||||
|
|
||||||
|
- use original tar.gz
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 1 13:32:12 UTC 2010 - coolo@novell.com
|
Wed Dec 1 13:32:12 UTC 2010 - coolo@novell.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-Encode-JIS2K (Version 0.02)
|
# spec file for package perl-Encode-JIS2K
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,13 +21,12 @@
|
|||||||
Name: perl-Encode-JIS2K
|
Name: perl-Encode-JIS2K
|
||||||
License: Artistic
|
License: Artistic
|
||||||
Group: Development/Libraries/Perl
|
Group: Development/Libraries/Perl
|
||||||
PreReq: /usr/bin/enc2xs
|
Requires: /usr/bin/enc2xs
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 0.02
|
Version: 0.02
|
||||||
Release: 145
|
Release: 145
|
||||||
Url: http://search.cpan.org/~dankogai/Encode-JIS2K-0.02/
|
Url: http://search.cpan.org/~dankogai/Encode-JIS2K-0.02/
|
||||||
# Original Source is gzipped.
|
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Encode-JIS2K-0.02.tar.gz
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Encode-JIS2K-0.02.tar.bz2
|
|
||||||
Patch0: perl-Encode-JIS2K.patch
|
Patch0: perl-Encode-JIS2K.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Summary: JIS X 0212 (aka JIS 2000) Encodings
|
Summary: JIS X 0212 (aka JIS 2000) Encodings
|
||||||
@ -57,7 +56,6 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
||||||
install -d $RPM_BUILD_ROOT/%{perl_archlib}
|
install -d $RPM_BUILD_ROOT/%{perl_archlib}
|
||||||
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
make DESTDIR=$RPM_BUILD_ROOT install_vendor
|
||||||
%perl_process_packlist
|
%perl_process_packlist
|
||||||
@ -70,9 +68,6 @@ if [ $1 == 0 ] ; then
|
|||||||
enc2xs -C > /dev/null 2>&1
|
enc2xs -C > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
%clean
|
|
||||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Changes MANIFEST README*
|
%doc Changes MANIFEST README*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user