[packages/perl-Throwable] real cleanup
glen
glen at pld-linux.org
Sat Oct 17 16:55:08 CEST 2015
commit 5de16db19d36a1aad41eddb47e7b043347082a53
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sat Oct 17 17:54:58 2015 +0300
real cleanup
perl-Throwable.spec | 13 ++++---------
1 file changed, 4 insertions(+), 9 deletions(-)
---
diff --git a/perl-Throwable.spec b/perl-Throwable.spec
index 7ae37ae..0191c41 100644
--- a/perl-Throwable.spec
+++ b/perl-Throwable.spec
@@ -1,11 +1,10 @@
#
# Conditional build:
%bcond_without tests # do not perform "make test"
-#
+
%define pdir Throwable
%include /usr/lib/rpm/macros.perl
Summary: Throwable - a role for classes that can be thrown
-#Summary(pl.UTF-8):
Name: perl-Throwable
Version: 0.200013
Release: 1
@@ -34,9 +33,6 @@ 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.
-# %description -l pl.UTF-8
-# TODO
-
%prep
%setup -q -n %{pdir}-%{version}
@@ -49,7 +45,6 @@ Moose, as you prefer.
%install
rm -rf $RPM_BUILD_ROOT
-
%{__make} pure_install \
DESTDIR=$RPM_BUILD_ROOT
@@ -59,7 +54,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(644,root,root,755)
%doc Changes README
-%{perl_vendorlib}//*.pm
-%{perl_vendorlib}/StackTrace/
-%{perl_vendorlib}/Throwable/
+%{perl_vendorlib}/*.pm
+%{perl_vendorlib}/StackTrace
+%{perl_vendorlib}/Throwable
%{_mandir}/man3/*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/perl-Throwable.git/commitdiff/5de16db19d36a1aad41eddb47e7b043347082a53
More information about the pld-cvs-commit
mailing list