]> git.pld-linux.org Git - packages/perl-Font-AFM.git/blobdiff - perl-Font-AFM.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-Font-AFM.git] / perl-Font-AFM.spec
index b734361f667dd332a97affdaab68395436f582cf..ab7503e6a7c76243ccb044ccbd5604e85379b192 100644 (file)
@@ -1,55 +1,55 @@
-%include       /usr/lib/rpm/macros.perl
-Summary:       Font-AFM perl module
-Summary(pl):   Modu³ perla Font-AFM
-Name:          perl-Font-AFM
-Version:       1.18
-Release:       4
-Copyright:     GPL
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+#
+%define                pdir    Font
+%define                pnam    AFM
+Summary:       Font::AFM - interface to Adobe Font Metrics files
+Summary(pl.UTF-8):     Font::AFM - interfejs do plików metryk fontów Adobe (AFM)
+Name:          perl-Font-AFM
+Version:       1.20
+Release:       1
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Group(pl):     Programowanie/Jêzyki/Perl
-Source:                ftp://ftp.perl.org/pub/CPAN/modules/by-module/Font/Font-AFM-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.005_03-14
-%requires_eq   perl
-Requires:      %{perl_sitearch}
+Source0:       http://www.cpan.org/modules/by-module/Font/%{pdir}-%{pnam}-%{version}.tar.gz
+# Source0-md5: b14ecf4dc4edbd63940aa354eb13c499
+URL:           http://search.cpan.org/dist/Font-AFM/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Font::AFM is an interface to Adobe Font Metrics files.
 
-%description -l pl
-Font::AFM jest interfejsem do plików metryk AFM (Adobe Font Metrics).
+%description -l pl.UTF-8
+Font::AFM jest interfejsem do plików metryk fontów Adobe (AFM - Adobe
+Font Metrics).
 
 %prep
-%setup -q -n Font-AFM-%{version}
+%setup -q -n %{pdir}-%{pnam}-%{version}
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
+%{__make}
+
+%{?with_tests:%{__make} test}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-make install DESTDIR=$RPM_BUILD_ROOT
-
-(
-  cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Font/AFM
-  sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new
-  mv .packlist.new .packlist
-)
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \
-       Changes README
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {Changes,README}.gz
-
-%dir %{perl_sitelib}/Font/Metrics
-%{perl_sitelib}/Font/Metrics/*.pm
-%{perl_sitelib}/Font/*.pm
-%{perl_sitearch}/auto/Font/AFM
-
+%doc Changes README
+%dir %{perl_vendorlib}/Font/Metrics
+%{perl_vendorlib}/Font/Metrics/*.pm
+%{perl_vendorlib}/Font/*.pm
 %{_mandir}/man3/*
This page took 0.153327 seconds and 4 git commands to generate.