summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorankry2002-09-18 21:00:57 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit4963cc273d8f2967483d8f49b6aa3bf017582089 (patch)
tree0e8f25d997dddd88b99f54845cd7633cb741580d
parent26740ccb2d31fc36d67432e9b61ce994c50decac (diff)
downloadperl-Data-Table-4963cc273d8f2967483d8f49b6aa3bf017582089.zip
perl-Data-Table-4963cc273d8f2967483d8f49b6aa3bf017582089.tar.gz
- added autosplit.ixperl-Data-Table-1_34-3
- release 3 Changed files: perl-Data-Table.spec -> 1.3
-rw-r--r--perl-Data-Table.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/perl-Data-Table.spec b/perl-Data-Table.spec
index a673171..f128c59 100644
--- a/perl-Data-Table.spec
+++ b/perl-Data-Table.spec
@@ -1,6 +1,7 @@
#
# Conditional build:
# _without_tests - do not perform "make test"
+#
%include /usr/lib/rpm/macros.perl
%define pdir Data
%define pnam Table
@@ -8,7 +9,7 @@ Summary: Data::Table - Data type related to database tables, spreadsheets, etc.
Summary(pl): Data::Table - Typ danych dotyczący tabel bazodanowych, arkuszy kalkulacyjnych itp.
Name: perl-Data-Table
Version: 1.34
-Release: 2
+Release: 3
License: GPL/Artistic
Group: Development/Languages/Perl
Source0: ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
@@ -64,5 +65,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
-%{perl_sitelib}/%{pdir}/*.pm
+%{perl_sitelib}/Data/*.pm
+%dir %{perl_sitelib}/auto/Data/Table
+%{perl_sitelib}/auto/Data/Table/autosplit.ix
%{_mandir}/man3/*