OBS User unknown 2009-06-18 15:02:42 +00:00 committed by Git OBS Bridge
parent 78082eff39
commit 86e1c97400

View File

@ -1,24 +1,32 @@
# #
# spec file for package perl-Encode-JIS2K (Version 0.02) # spec file for package perl-Encode-JIS2K (Version 0.02)
# #
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2009 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/ # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
# norootforbuild # norootforbuild
Name: perl-Encode-JIS2K Name: perl-Encode-JIS2K
License: Artistic License License: Artistic License
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Prereq: /usr/bin/enc2xs PreReq: /usr/bin/enc2xs
Requires: perl = %{perl_version} Requires: perl = %{perl_version}
Autoreqprov: on AutoReqProv: on
Version: 0.02 Version: 0.02
Release: 3 Release: 135
URL: http://search.cpan.org/~dankogai/Encode-JIS2K-0.02/ Url: http://search.cpan.org/~dankogai/Encode-JIS2K-0.02/
# Original Source is gzipped. # 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.bz2
Patch0: perl-Encode-JIS2K.patch Patch0: perl-Encode-JIS2K.patch
@ -37,6 +45,7 @@ Authors:
%define __find_provides /usr/lib/rpm/find-provides %define __find_provides /usr/lib/rpm/find-provides
%define __find_requires /usr/lib/rpm/find-requires %define __find_requires /usr/lib/rpm/find-requires
%prep %prep
%setup -q -n Encode-JIS2K-%{version} %setup -q -n Encode-JIS2K-%{version}
%patch0 -p1 %patch0 -p1
@ -70,30 +79,30 @@ fi
%{perl_vendorarch}/auto/Encode/ %{perl_vendorarch}/auto/Encode/
/var/adm/perl-modules/perl-Encode-JIS2K /var/adm/perl-modules/perl-Encode-JIS2K
%changelog -n perl-Encode-JIS2K %changelog
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Wed Sep 28 2005 - dmueller@suse.de * Wed Sep 28 2005 dmueller@suse.de
- add norootforbuild - add norootforbuild
* Tue Aug 02 2005 - mfabian@suse.de * Tue Aug 02 2005 mfabian@suse.de
- update to 0.02. - update to 0.02.
* Sat Sep 13 2003 - mfabian@suse.de * Sat Sep 13 2003 mfabian@suse.de
- add "Prereq: /usr/bin/enc2xs". - add "Prereq: /usr/bin/enc2xs".
* Fri Aug 29 2003 - mfabian@suse.de * Fri Aug 29 2003 mfabian@suse.de
- redirect stdout and stderr of "enc2xs -C" to /dev/null. - redirect stdout and stderr of "enc2xs -C" to /dev/null.
* Fri Aug 22 2003 - mjancar@suse.cz * Fri Aug 22 2003 mjancar@suse.cz
- require the perl version we build with - require the perl version we build with
* Wed Jul 16 2003 - mfabian@suse.de * Wed Jul 16 2003 mfabian@suse.de
- simplify file list. - simplify file list.
* Wed Jul 16 2003 - mfabian@suse.de * Wed Jul 16 2003 mfabian@suse.de
- use vendorarch instead of sitearch. - use vendorarch instead of sitearch.
* Sun Jun 15 2003 - mfabian@suse.de * Sun Jun 15 2003 mfabian@suse.de
- fix "directory not owned by any package". - fix "directory not owned by any package".
* Fri May 16 2003 - mfabian@suse.de * Fri May 16 2003 mfabian@suse.de
- remove perllocal.pod from file list. - remove perllocal.pod from file list.
* Mon May 12 2003 - mfabian@suse.de * Mon May 12 2003 mfabian@suse.de
- use "enc2xs -C" in %%post and %%postun to register/unregister - use "enc2xs -C" in %%post and %%postun to register/unregister
the new encodings in the on demand-loading list. the new encodings in the on demand-loading list.
* Fri May 09 2003 - mfabian@suse.de * Fri May 09 2003 mfabian@suse.de
- new package: perl-Encode-JIS2K-0.01 - new package: perl-Encode-JIS2K-0.01
- fix installation of man-page - fix installation of man-page