/[packages]/cauldron/perl-Text-vFile-asData/current/SPECS/perl-Text-vFile-asData.spec
ViewVC logotype

Contents of /cauldron/perl-Text-vFile-asData/current/SPECS/perl-Text-vFile-asData.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 27180 - (show annotations) (download)
Thu Jan 20 20:18:13 2011 UTC (13 years, 3 months ago) by jquelin
File size: 909 byte(s)
mageia rebuild
1 %define upstream_name Text-vFile-asData
2 %define upstream_version 0.07
3
4 Name: perl-%{upstream_name}
5 Version: %perl_convert_version %{upstream_version}
6 Release: %mkrel 1
7
8 Summary: Parse vFile formatted files into data structures
9 License: GPL+ or Artistic
10 Group: Development/Perl
11 Url: http://search.cpan.org/dist/%{upstream_name}
12 Source0: ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text/Text-vFile-asData-%{upstream_version}.tar.gz
13
14 BuildRequires: perl(Class::Accessor::Chained)
15
16 BuildArch: noarch
17
18
19 %description
20 Text::vFile::asData - parse vFile formatted files into data structures
21
22 %prep
23 %setup -q -n Text-vFile-asData-%{upstream_version}
24
25 %build
26 %{__perl} Makefile.PL INSTALLDIRS=vendor
27 %make
28
29 %check
30 %make test
31
32 %install
33 rm -rf %buildroot
34 %makeinstall_std
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(-,root,root)
41 %doc Changes META.yml
42 %{perl_vendorlib}/Text/*
43 %{_mandir}/man3/*

  ViewVC Help
Powered by ViewVC 1.1.30