/[packages]/cauldron/perl-Algorithm-Search/current/SPECS/perl-Algorithm-Search.spec
ViewVC logotype

Contents of /cauldron/perl-Algorithm-Search/current/SPECS/perl-Algorithm-Search.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 389213 - (show annotations) (download)
Thu Jan 17 21:29:26 2013 UTC (11 years, 3 months ago) by pterjan
Original Path: obsolete/cauldron/perl-Algorithm-Search/current/SPECS/perl-Algorithm-Search.spec
File size: 775 byte(s)
Drop 
1 %define upstream_name Algorithm-Search
2 %define upstream_version 0.03
3
4 Name: perl-%{upstream_name}
5 Version: %perl_convert_version %{upstream_version}
6 Release: %mkrel 2
7
8 Summary: Module for traversing an object
9 License: GPL+ or Artistic
10 Group: Development/Perl
11 Url: http://search.cpan.org/dist/%{upstream_name}
12 Source0: http://www.cpan.org/modules/by-module/Algorithm/%{upstream_name}-%{upstream_version}.tar.gz
13
14 BuildRequires: perl(ExtUtils::MakeMaker)
15 BuildArch: noarch
16
17 %description
18 no description found
19
20 %prep
21 %setup -q -n %{upstream_name}-%{upstream_version}
22
23 %build
24 %{__perl} Makefile.PL INSTALLDIRS=vendor
25
26 %make
27
28 %check
29 %make test
30
31 %install
32 %makeinstall_std
33
34 %files
35 %doc Changes META.yml README
36 %{_mandir}/man3/*
37 %perl_vendorlib/*
38
39

  ViewVC Help
Powered by ViewVC 1.1.30