From: Elan Ruusamäe Date: Tue, 25 Nov 2014 08:17:26 +0000 (+0200) Subject: use generic url X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=925f44666e428215ee5ef0a29e3cb38ac51852f8;p=packages%2Fperl-Boulder.git use generic url --- diff --git a/perl-Boulder.spec b/perl-Boulder.spec index c80ab84..afdd85c 100644 --- a/perl-Boulder.spec +++ b/perl-Boulder.spec @@ -1,7 +1,8 @@ # # Conditional build: %bcond_without tests # do not perform "make test" -# + +%define pdir Boulder %include /usr/lib/rpm/macros.perl Summary: Boulder - an API for hierarchical tag/value structures Summary(pl.UTF-8): Boulder - API dla hierarchicznych struktur znacznik/wartość @@ -13,6 +14,7 @@ License: GPL v1+ or Artistic Group: Development/Languages/Perl Source0: http://www.cpan.org/modules/by-module/Boulder/Boulder-%{version}.tar.gz # Source0-md5: 87b37e890c959d4ab567614263d64953 +URL: http://search.cpan.org/dist/Boulder/ BuildRequires: perl-devel >= 1:5.8.0 BuildRequires: rpm-perlprov >= 4.1-13 %if %{with tests} @@ -23,7 +25,7 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description Boulder provides a simple stream-oriented format for transmitting data -objects between one or more processes. It does not provide for the +objects between one or more processes. It does not provide for the serialization of Perl objects the way FreezeThaw or Data::Dumper do, but it does provide the advantage of being language independent.