]> git.pld-linux.org Git - packages/perl-Font-Fret.git/blob - perl-Font-Fret.spec
43b79ca7b43a0a946155f3528210f782306754ed
[packages/perl-Font-Fret.git] / perl-Font-Fret.spec
1 %include        /usr/lib/rpm/macros.perl
2 %define         pdir    Font
3 %define         pnam    Fret
4 Summary:        Font::Fret - Font REporting Tool
5 Summary(pl.UTF-8):      Font::Fret - narzędzie raportujące o fontach
6 Name:           perl-Font-Fret
7 Version:        1.202
8 Release:        6
9 License:        unknown
10 Group:          Development/Languages/Perl
11 Source0:        http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
12 # Source0-md5:  f94065491279e977d45fff46b110e799
13 BuildRequires:  rpm-perlprov >= 4.1-13
14 BuildRequires:  perl-devel >= 1:5.8.0
15 BuildRequires:  perl-Font-AFM
16 BuildRequires:  perl-Font-TTF
17 BuildRequires:  perl-Text-PDF
18 BuildRequires:  perl-IO-stringy
19 BuildArch:      noarch
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 Font::Fret is a font reporting tool system which allows for different
24 reports to be written.  A report is a package on which calls are made
25 to give specific information for a specific report.  The rest of Fret
26 does the housekeeping of generating the report in PDF format.
27
28 %description -l pl.UTF-8
29 Font::Fret jest systemem narzędzi raportujących o fontach, który
30 umożliwia wypisywanie różnych raportów. Raport jest pakietem, na
31 którym są wykonywane wywołania w celu uzyskania konkretnej informacji
32 do konkretnego raportu. Reszta Fret-a zajmuje się generacją nadaniem
33 generowanemu raportowi formatu PDF.
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 %attr(755,root,root) %{_bindir}/*.plx
55 %{perl_vendorlib}/Font/Fret.pm
56 %{_mandir}/man3/*
This page took 0.116382 seconds and 2 git commands to generate.