%include /usr/lib/rpm/macros.perl Summary: Text-PDF perl module Summary(pl): Moduł perla Text-PDF Name: perl-Text-PDF Version: 0.07 Release: 1 License: GPL Group: Development/Languages/Perl Group(pl): Programowanie/Języki/Perl Source: ftp://ftp.perl.org/pub/CPAN/modules/by-module/Text/Text-PDF-%{version}.tar.gz BuildRequires: rpm-perlprov >= 3.0.3-16 BuildRequires: perl >= 5.005_03-14 BuildRequires: perl-Compress-Zlib BuildRequires: perl-Font-TTF %requires_eq perl Requires: %{perl_sitearch} BuildRoot: /tmp/%{name}-%{version}-root %description Text-PDF - PDF manipulation module. %description -l pl Text-PDF umożliwia operowanie na plikach PDF. %prep %setup -q -n Text-PDF-%{version} %build perl Makefile.PL make %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT ( cd $RPM_BUILD_ROOT%{perl_sitearch}/auto/Text/PDF sed -e "s#$RPM_BUILD_ROOT##" .packlist >.packlist.new mv .packlist.new .packlist ) gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man3/* \ *txt %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc readme.txt.gz %{perl_sitelib}/Text/PDF %{perl_sitearch}/auto/Text/PDF %{_mandir}/man3/*