use original tar.gz
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Encode-JIS2K?expand=0&rev=13
This commit is contained in:
parent
6c71532fbc
commit
0abacd5c31
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c2e7cea6ef2950b3181402950f8e434f79d45ff15ceee395450caa88072bf58
|
||||
size 287500
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,13 +21,12 @@
|
||||
Name: perl-Encode-JIS2K
|
||||
License: Artistic
|
||||
Group: Development/Libraries/Perl
|
||||
PreReq: /usr/bin/enc2xs
|
||||
Requires: /usr/bin/enc2xs
|
||||
AutoReqProv: on
|
||||
Version: 0.02
|
||||
Release: 145
|
||||
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.bz2
|
||||
Source0: http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/Encode-JIS2K-0.02.tar.gz
|
||||
Patch0: perl-Encode-JIS2K.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: JIS X 0212 (aka JIS 2000) Encodings
|
||||
@ -57,7 +56,6 @@ CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%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
|
||||
@ -70,9 +68,6 @@ if [ $1 == 0 ] ; then
|
||||
enc2xs -C > /dev/null 2>&1
|
||||
fi
|
||||
|
||||
%clean
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc Changes MANIFEST README*
|
||||
|
Loading…
x
Reference in New Issue
Block a user