From 38557497ba8b68b2e0c515d8409d2ab7fa222cb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 5 Nov 2012 15:36:46 +0100 Subject: [PATCH] Modernize spec file --- perl-Text-CSV_XS.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/perl-Text-CSV_XS.spec b/perl-Text-CSV_XS.spec index 7205219..d3bc9cf 100644 --- a/perl-Text-CSV_XS.spec +++ b/perl-Text-CSV_XS.spec @@ -47,7 +47,6 @@ make %{?_smp_mflags} make pure_install DESTDIR=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type f -name '*.bs' -empty -exec rm -f {} ';' -find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w %{buildroot}/* %check