[packages/perl-Throwable: 3/7] adapterized
sls
sls at pld-linux.org
Sat Oct 17 11:34:14 CEST 2015
commit b6f190ba9f99fe9486345e34bf72a368b5d41dc5
Author: Szymon Siwek <sls at pld-linux.org>
Date: Sat Oct 10 15:13:42 2015 +0200
adapterized
perl-Throwable.spec | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
---
diff --git a/perl-Throwable.spec b/perl-Throwable.spec
index f599fff..5503ac7 100644
--- a/perl-Throwable.spec
+++ b/perl-Throwable.spec
@@ -5,14 +5,14 @@
%define pdir Throwable
%include /usr/lib/rpm/macros.perl
Summary: Throwable - a role for classes that can be thrown
-#Summary(pl.UTF-8):
+#Summary(pl.UTF-8):
Name: perl-Throwable
Version: 0.200013
Release: 1
# same as perl
License: GPL v1+ or Artistic
Group: Development/Languages/Perl
-Source0: http://www.cpan.org/modules/by-authors/id/R/RJ/RJBS/Throwable-0.200013.tar.gz
+Source0: http://www.cpan.org/modules/by-authors/id/R/RJ/RJBS/Throwable-%{version}.tar.gz
# Source0-md5: 92d4934f601c2d291a65b0bf2ab08dd3
URL: https://github.com/rjbs/Throwable
BuildRequires: perl-devel >= 1:5.8.0
@@ -26,17 +26,16 @@ BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-Throwable is a role for classes that are meant to be thrown as exceptions to
-standard program flow. It is very simple and does only two things: saves any
-previous value for $@ and calls die $self.
+Throwable is a role for classes that are meant to be thrown as
+exceptions to standard program flow. It is very simple and does only
+two things: saves any previous value for $@ and calls die $self.
-Throwable is implemented with Moo, so you can stick to Moo or use Moose,
-as you prefer.
+Throwable is implemented with Moo, so you can stick to Moo or use
+Moose, as you prefer.
-# %description -l pl.UTF-8
-# TODO
+# %description -l pl.UTF-8 # TODO
%prep
%setup -q -n %{pdir}-%{version}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Throwable.git/commitdiff/2ed0511a6ce832abaa8b052f90c43e82ec7650fb
More information about the pld-cvs-commit
mailing list