0.112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Unicode?expand=0&rev=1
This commit is contained in:
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
Text-CSV-Unicode-0.112.tar.gz
Normal file
3
Text-CSV-Unicode-0.112.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c0109d407c09eadcd5286c2d5467e5effa26b3b76c9b3666714ba7466a94d023
|
||||||
|
size 11300
|
5
perl-Text-CSV-Unicode.changes
Normal file
5
perl-Text-CSV-Unicode.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 07 22:55:36 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- initial version (0.112)
|
||||||
|
|
57
perl-Text-CSV-Unicode.spec
Normal file
57
perl-Text-CSV-Unicode.spec
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
|
||||||
|
Name: perl-Text-CSV-Unicode
|
||||||
|
Version: 0.112
|
||||||
|
Release: 0
|
||||||
|
Summary: CSV Manipulation Routines with potentially Wide Character Data
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/R/RM/RMBARKER/Text-CSV-Unicode-%{version}.tar.gz
|
||||||
|
URL: http://search.cpan.org/dist/Text-CSV-Unicode
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Perl License
|
||||||
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
|
%{perl_requires}
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Test::Pod)
|
||||||
|
BuildRequires: perl(Module::Build) >= 0.35
|
||||||
|
|
||||||
|
%description
|
||||||
|
Text::CSV::Unicode provides facilities for the composition and
|
||||||
|
decomposition of comma-separated values, based on Text::CSV 0.01.
|
||||||
|
|
||||||
|
Text::CSV::Unicode allows for input with wide character data.
|
||||||
|
|
||||||
|
An instance of the Text::CSV::Unicode class can combine fields into a CSV
|
||||||
|
string and parse a CSV string into fields.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n "Text-CSV-Unicode-%{version}"
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__perl ./Build.PL
|
||||||
|
./Build
|
||||||
|
|
||||||
|
%install
|
||||||
|
./Build pure_install --destdir "%{buildroot}" --installdirs vendor
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%check
|
||||||
|
./Build test
|
||||||
|
|
||||||
|
%clean
|
||||||
|
%{?buildroot:%__rm -rf "%{buildroot}"}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%doc Changes README
|
||||||
|
%dir %{perl_vendorlib}/Text
|
||||||
|
%dir %{perl_vendorlib}/Text/CSV
|
||||||
|
%{perl_vendorlib}/Text/CSV/Unicode.pm
|
||||||
|
%{perl_vendorlib}/Text/CSV/Base.pm
|
||||||
|
%dir %{perl_vendorarch}/auto/Text
|
||||||
|
%dir %{perl_vendorarch}/auto/Text/CSV
|
||||||
|
%{perl_vendorarch}/auto/Text/CSV/Unicode
|
||||||
|
%doc %{perl_man3dir}/Text::CSV::Unicode.%{perl_man3ext}%{ext_man}
|
||||||
|
%doc %{perl_man3dir}/Text::CSV::Base.%{perl_man3ext}%{ext_man}
|
||||||
|
|
Reference in New Issue
Block a user