]> git.pld-linux.org Git - packages/perl-Inline.git/blame - perl-Inline.spec
- updated to 1.49
[packages/perl-Inline.git] / perl-Inline.spec
CommitLineData
2f7d2b33 1%include /usr/lib/rpm/macros.perl
a4c464ec 2%define pdir Inline
c6a4e7f6
JB
3Summary: Inline Perl module - write Perl subroutines in other programming languages
4Summary(pl.UTF-8): Moduł Perla Inline - tworzenie funkcji perlowych w innych językach programowania
2f7d2b33 5Name: perl-Inline
c6a4e7f6 6Version: 0.49
5ccf8c31 7Release: 1
4dbb6069 8Epoch: 1
93842731 9# same as perl (but C-Cookbook is Artistic-only)
10License: GPL v1+ (except C-Cookbook) or Artistic
2f7d2b33 11Group: Development/Languages/Perl
c6a4e7f6
JB
12Source0: http://www.cpan.org/modules/by-module/Inline/%{pdir}-%{version}.tar.gz
13# Source0-md5: 0deecdc161fed17c51cd29cd05190081
14URL: http://search.cpan.org/dist/Inline/
34125fca 15BuildRequires: perl-devel >= 1:5.8.0
2f7d2b33
JB
16BuildRequires: perl-Digest-MD5 >= 2.09
17BuildRequires: perl-Parse-RecDescent >= 1.78
11dd8f44 18BuildRequires: rpm-perlprov >= 4.1-13
2f7d2b33
JB
19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
730a0baf 22# false requires found by rpm
23%define _noautoreq 'perl(of)'
24
2f7d2b33 25%description
c6a4e7f6
JB
26The Inline module allows you to put source code from other programming
27languages directly "inline" in a Perl script or module. The code is
28automatically compiled as needed, and then loaded for immediate access
29from Perl.
2f7d2b33 30
4e209d72 31%description -l pl.UTF-8
c6a4e7f6
JB
32Moduł Inline pozwala umieszczać kod źródłowy w innych językach
33programowania bezpośrednio wewnątrz skryptu lub modułu perlowego. Kod
34jest w razie potrzeby automatycznie kompilowany, a następnie ładowany
35w celu bezpośredniego dostępu z poziomu Perla.
2f7d2b33
JB
36
37%package C
c6a4e7f6
JB
38Summary: Inline::C Perl module - write Perl subroutines in C
39Summary(pl.UTF-8): Moduł Perla Inline::C - tworzenie funkcji Perla w C
2f7d2b33 40Group: Development/Languages/Perl
93842731 41License: Artistic
e36c5290 42Requires: %{name} = %{epoch}:%{version}
2f7d2b33
JB
43Requires: gcc
44
45%description C
c6a4e7f6 46Inline::C is a module that allows you to write Perl subroutines in C.
2f7d2b33 47
4e209d72 48%description C -l pl.UTF-8
c6a4e7f6 49Inline::C to moduł pozwalający pisać funkcje Perla w C.
2f7d2b33
JB
50
51%prep
52%setup -q -n %{pdir}-%{version}
53
54%build
3be0f700 55echo "y" | perl Makefile.PL \
56 INSTALLDIRS=vendor
2f7d2b33
JB
57%{__make}
58
59%install
60rm -rf $RPM_BUILD_ROOT
61
62%{__make} install \
63 DESTDIR=$RPM_BUILD_ROOT
64
c6a4e7f6
JB
65%{__rm} $RPM_BUILD_ROOT%{perl_vendorlib}/*.pod \
66 $RPM_BUILD_ROOT%{perl_vendorlib}/Inline/*.pod
67
2f7d2b33
JB
68%clean
69rm -rf $RPM_BUILD_ROOT
70
71%files
72%defattr(644,root,root,755)
73%doc Changes README
11dd8f44 74%{perl_vendorlib}/Inline.pm
75%{perl_vendorlib}/Inline/denter.pm
76%{perl_vendorlib}/Inline/Foo.pm
77%{perl_vendorlib}/Inline/MakeMaker.pm
78%{perl_vendorlib}/auto/Inline
2f7d2b33
JB
79%{_mandir}/man3/Inline.3pm*
80%{_mandir}/man3/Inline-*.3pm*
81
82%files C
83%defattr(644,root,root,755)
84%doc C/Changes C/README
11dd8f44 85%{perl_vendorlib}/Inline/C.pm
86%{perl_vendorlib}/Inline/C
2f7d2b33 87%{_mandir}/man3/Inline::C*.3pm*
This page took 0.175246 seconds and 4 git commands to generate.