]> git.pld-linux.org Git - packages/perl-Font-AFM.git/blob - perl-Font-AFM.spec
- removed all Group fields translations (oure rpm now can handle translating
[packages/perl-Font-AFM.git] / perl-Font-AFM.spec
1 %define pdir    Font
2 %define pnam    AFM
3 %include        /usr/lib/rpm/macros.perl
4 Summary:        Font-AFM perl module
5 Summary(pl):    Modu³ perla Font-AFM
6 Name:           perl-Font-AFM
7 Version:        1.18
8 Release:        8
9
10 License:        GPL
11 Group:          Development/Languages/Perl
12 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
13 BuildRequires:  rpm-perlprov >= 3.0.3-16
14 BuildRequires:  perl >= 5.6
15 BuildArch:      noarch
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 Font::AFM is an interface to Adobe Font Metrics files.
20
21 %description -l pl
22 Font::AFM jest interfejsem do plików metryk AFM (Adobe Font Metrics).
23
24 %prep
25 %setup -q -n Font-AFM-%{version}
26
27 %build
28 perl Makefile.PL
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32
33 %{__make} install DESTDIR=$RPM_BUILD_ROOT
34
35 gzip -9nf Changes README
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc *.gz
43 %dir %{perl_sitelib}/Font/Metrics
44 %{perl_sitelib}/Font/Metrics/*.pm
45 %{perl_sitelib}/Font/*.pm
46 %{_mandir}/man3/*
This page took 0.026291 seconds and 4 git commands to generate.