]> git.pld-linux.org Git - packages/perl-Text-Trac.git/blame - perl-Text-Trac.spec
use generic url
[packages/perl-Text-Trac.git] / perl-Text-Trac.spec
CommitLineData
6be39f8d
AM
1#
2# Conditional build:
3%bcond_without tests # do not perform "make test"
2aaf3a6c 4
6be39f8d
AM
5%define pdir Text
6%define pnam Trac
2aaf3a6c 7%include /usr/lib/rpm/macros.perl
6be39f8d
AM
8Summary: Text::Trac - extension for formatting text with Trac Wiki Style
9Name: perl-Text-Trac
10Version: 0.15
11Release: 1
12# same as perl
13License: GPL v1+ or Artistic
14Group: Development/Languages/Perl
15Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
16# Source0-md5: 57757c5e9c742232b811af33b224357a
2aaf3a6c 17URL: http://search.cpan.org/dist/Text-Trac/
6be39f8d 18BuildRequires: rpm-perlprov >= 4.1-13
55ab2cc7
AM
19%if %{with tests}
20BuildRequires: perl-Test-Base
21%endif
6be39f8d
AM
22BuildArch: noarch
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
24
25%description
26Text::Trac parses text with Trac WikiFormatting and convert it to html
27format.
28
29%prep
30%setup -q -n %{pdir}-%{pnam}-%{version}
31
32%build
33%{__perl} Makefile.PL \
34 INSTALLDIRS=vendor
35%{__make}
36
37%{?with_tests:%{__make} test}
38
39%install
40rm -rf $RPM_BUILD_ROOT
41
42%{__make} install \
43 DESTDIR=$RPM_BUILD_ROOT
44
45%clean
46rm -rf $RPM_BUILD_ROOT
47
48%files
49%defattr(644,root,root,755)
50%doc README
51%{perl_vendorlib}/Text/Trac.pm
52%{perl_vendorlib}/Text/Trac
53%{_mandir}/man3/*
This page took 0.059074 seconds and 4 git commands to generate.