]> git.pld-linux.org Git - SPECS.git/blob - perl-Language-FP.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / perl-Language-FP.spec
1 %define         pdir    Language
2 %define         pnam    FP
3 Summary:        Language::FP perl module
4 Summary(pl.UTF-8):      Moduł perla Language::FP
5 Name:           perl-Language-FP
6 Version:        0.03
7 Release:        4
8 # same as perl
9 License:        GPL v1+ or Artistic
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tgz
12 # Source0-md5:  d272b939b074814325eb504e8cc68dc1
13 URL:            http://search.cpan.org/dist/Language-FP/
14 BuildRequires:  perl-Parse-RecDescent >= 0.01
15 BuildRequires:  perl-Regexp-Common >= 0.01
16 BuildRequires:  perl-devel >= 1:5.8.0
17 BuildRequires:  rpm-perlprov >= 4.1-13
18 BuildArch:      noarch
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %description
22 Language::FP is an implementation of John Backus' FP language, a
23 purely functional language remarkable for its lack of named variables
24 - only functions have names. Note that this is not a deliberately
25 obfuscated language - it was designed for actual users (probably
26 mathematicians).
27
28 %description -l pl.UTF-8
29 Language::FP to implementacja języka FP Johna Backusa, w pełni
30 funkcyjnego języka znanego z braku nazwanych zmiennych - nazwy mają
31 jedynie funkcje. Nie jest to celowo zaciemniony język - został
32 zaprojektowany dla rzeczywistych użytkowników (prawdopodobnie
33 matematyków).
34
35 %prep
36 %setup -q -n %{pdir}-%{pnam}-%{version}
37
38 %build
39 %{__perl} Makefile.PL \
40         INSTALLDIRS=vendor
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %clean
50 rm -rf $RPM_BUILD_ROOT
51
52 %files
53 %defattr(644,root,root,755)
54 %doc Changes README
55 %{perl_vendorlib}/Language/FP.pm
56 %{_mandir}/man3/*
This page took 0.163053 seconds and 3 git commands to generate.