0.10
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV-Encoded?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-Encoded-0.10.tar.gz
Normal file
3
Text-CSV-Encoded-0.10.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9fe7ae5f59e999c6be2ee22cc2859cc3e4c2f363dd3b3889b7f4602723218129
|
||||||
|
size 11613
|
5
perl-Text-CSV-Encoded.changes
Normal file
5
perl-Text-CSV-Encoded.changes
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 07 23:16:02 CET 2011 - pascal.bleser@opensuse.org
|
||||||
|
|
||||||
|
- initial version (0.10)
|
||||||
|
|
57
perl-Text-CSV-Encoded.spec
Normal file
57
perl-Text-CSV-Encoded.spec
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
# vim: set sw=4 ts=4 et nu:
|
||||||
|
|
||||||
|
Name: perl-Text-CSV-Encoded
|
||||||
|
Version: 0.10
|
||||||
|
Release: 0
|
||||||
|
Summary: Encoding aware Text::CSV
|
||||||
|
Source: http://search.cpan.org/CPAN/authors/id/M/MA/MAKAMAKA/Text-CSV-Encoded-%{version}.tar.gz
|
||||||
|
URL: http://search.cpan.org/dist/Text-CSV-Encoded
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Perl License
|
||||||
|
BuildRoot: %{_tmppath}/build-%{name}-%{version}
|
||||||
|
%{perl_requires}
|
||||||
|
BuildRequires: perl
|
||||||
|
BuildRequires: perl-macros
|
||||||
|
BuildRequires: make
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(Test::Harness)
|
||||||
|
BuildRequires: perl(IO::Handle)
|
||||||
|
BuildRequires: perl(Text::CSV) >= 1.12
|
||||||
|
Requires: perl(IO::Handle)
|
||||||
|
Requires: perl(Text::CSV) >= 1.12
|
||||||
|
|
||||||
|
%description
|
||||||
|
This module inherits Text::CSV and is aware of input/output encodings.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n "Text-CSV-Encoded-%{version}"
|
||||||
|
%__sed -i '/^auto_install/d' Makefile.PL
|
||||||
|
|
||||||
|
%build
|
||||||
|
%__perl Makefile.PL PREFIX="%{_prefix}"
|
||||||
|
%__make %{?jobs:-j%{jobs}}
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%check
|
||||||
|
%__make 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/Encoded.pm
|
||||||
|
%{perl_vendorlib}/Text/CSV/Encoded
|
||||||
|
%dir %{perl_vendorarch}/auto/Text
|
||||||
|
%dir %{perl_vendorarch}/auto/Text/CSV
|
||||||
|
%{perl_vendorarch}/auto/Text/CSV/Encoded
|
||||||
|
%doc %{perl_man3dir}/Text::CSV::Encoded.%{perl_man3ext}%{ext_man}
|
||||||
|
%doc %{perl_man3dir}/Text::CSV::Encoded::*.%{perl_man3ext}%{ext_man}
|
||||||
|
|
Reference in New Issue
Block a user