initial submit
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Text-CSV?expand=0&rev=1
This commit is contained in:
commit
90bbd2f3a4
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-1.10.tar.bz2
Normal file
3
Text-CSV-1.10.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fcb277266201ea38deade039b0ef951542d2209f2a23b30c3942c12cfc95afb
|
||||||
|
size 36862
|
5
perl-Text-CSV.changes
Normal file
5
perl-Text-CSV.changes
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 30 07:50:17 CET 2008 - lars@linux-schulserver.de
|
||||||
|
|
||||||
|
- initial version 1.10
|
||||||
|
|
68
perl-Text-CSV.spec
Normal file
68
perl-Text-CSV.spec
Normal file
@ -0,0 +1,68 @@
|
|||||||
|
#
|
||||||
|
# spec file for package perl-Text-CSV
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: perl-Text-CSV
|
||||||
|
%define real_name Text-CSV
|
||||||
|
Summary: CSV - comma-separated values manipulator
|
||||||
|
Url: http://search.cpan.org/perldoc?Text::CSV
|
||||||
|
Group: Development/Libraries/Perl
|
||||||
|
License: Artistic License
|
||||||
|
Version: 1.10
|
||||||
|
Release: 1
|
||||||
|
Vendor: openSUSE-Education
|
||||||
|
Source: %{real_name}-%{version}.tar.bz2
|
||||||
|
Requires: perl = %{perl_version}
|
||||||
|
BuildRequires: perl-Test-Pod
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
|
%description
|
||||||
|
Text::CSV provides facilities for the composition and decomposition of
|
||||||
|
comma-separated values using Text::CSV_XS or its pure Perl version.
|
||||||
|
|
||||||
|
An instance of the Text::CSV class can combine fields into a CSV string and
|
||||||
|
parse a CSV string into fields.
|
||||||
|
|
||||||
|
The module accepts either strings or files as input and can utilize any
|
||||||
|
user-specified characters as delimiters, separators, and escapes so it is
|
||||||
|
perhaps better called ASV (anything separated values) rather than just CSV.
|
||||||
|
|
||||||
|
Author:
|
||||||
|
-------
|
||||||
|
Alan Citterman
|
||||||
|
Jochen Wiedmann
|
||||||
|
H.Merijn Brand
|
||||||
|
Makamaka Hannyaharamitu
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -n %{real_name}-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
perl Makefile.PL
|
||||||
|
make %{?jobs:-j%jobs}
|
||||||
|
|
||||||
|
%check
|
||||||
|
make test
|
||||||
|
|
||||||
|
%install
|
||||||
|
%perl_make_install
|
||||||
|
%perl_process_packlist
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-, root, root)
|
||||||
|
%doc Changes README MANIFEST
|
||||||
|
%doc %{_mandir}/man?/*
|
||||||
|
%dir %{perl_vendorarch}/auto/Text
|
||||||
|
%dir %{perl_vendorarch}/auto/Text/CSV
|
||||||
|
%dir %{perl_vendorlib}/Text
|
||||||
|
%{perl_vendorarch}/auto/Text/CSV/.packlist
|
||||||
|
%{perl_vendorlib}/Text/*
|
||||||
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
|
%changelog
|
Loading…
x
Reference in New Issue
Block a user