From: Elan Ruusamäe Date: Tue, 25 Nov 2014 20:00:56 +0000 (+0200) Subject: use generic url X-Git-Tag: auto/th/perl-Object-Realize-Later-0.21-1~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f4cbd38ec301339cd329ddd48070bb876bffe727;p=packages%2Fperl-Object-Realize-Later.git use generic url --- diff --git a/perl-Object-Realize-Later.spec b/perl-Object-Realize-Later.spec index 1722e04..4ad7aad 100644 --- a/perl-Object-Realize-Later.spec +++ b/perl-Object-Realize-Later.spec @@ -1,10 +1,10 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# -%include /usr/lib/rpm/macros.perl + %define pdir Object %define pnam Realize-Later +%include /usr/lib/rpm/macros.perl Summary: Object::Realize::Later - delayed creation of objects Summary(pl.UTF-8): Object::Realize::Later - opóźnione tworzenie obiektów Name: perl-Object-Realize-Later @@ -15,6 +15,7 @@ License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz # Source0-md5: ec109cd68b40cf25090cc52b6cfbabaf +URL: http://search.cpan.org/dist/Object-Realize-Later/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -25,8 +26,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description The Object::Realize::Later class helps with implementing transparent -on demand realization of object data. This is related to the tricks -on autoloading of data, the lesser known cousin of autoloading of +on demand realization of object data. This is related to the tricks on +autoloading of data, the lesser known cousin of autoloading of functionality. %description -l pl.UTF-8