forked from pool/perl-Text-Iconv
Compare commits
8 Commits
b50ba8faa7
...
slfo-main
Author | SHA256 | Date | |
---|---|---|---|
|
87937f7df7 | ||
|
64089ae2ce | ||
|
72b51744ac | ||
|
4aca500ed4 | ||
|
68962143bd | ||
|
363a616e33 | ||
|
06e63c5094 | ||
|
a4a8cc8c22 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:815c5169b7afc40bc6f681b4c615ff8fb0e073d87422280c8c759a4666567490
|
||||
size 9977
|
BIN
Text-Iconv-1.7.tar.gz
(Stored with Git LFS)
Normal file
BIN
Text-Iconv-1.7.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 18 08:38:26 UTC 2011 - coolo@suse.com
|
||||
|
||||
- use original tar
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 1 13:35:46 UTC 2010 - coolo@novell.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-Text-Iconv (Version 1.7)
|
||||
# spec file for package perl-Text-Iconv
|
||||
#
|
||||
# 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
|
||||
@@ -19,18 +19,18 @@
|
||||
|
||||
|
||||
Name: perl-Text-Iconv
|
||||
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
||||
%define cpan_name Text-Iconv
|
||||
Summary: Perl interface to iconv() codeset conversion function
|
||||
Version: 1.7
|
||||
Release: 2
|
||||
License: Artistic
|
||||
Release: 7
|
||||
License: Artistic-1.0
|
||||
Group: Development/Libraries/Perl
|
||||
Url: http://search.cpan.org/dist/Text-Iconv
|
||||
Source: %{cpan_name}-%{version}.tar.bz2
|
||||
Source: %{cpan_name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{perl_requires}
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
The Text::Iconv module provides a Perl interface to the iconv() function as
|
||||
|
Reference in New Issue
Block a user