From 198117f08bafbcf8f7f4f9d87caeef4c4d88506a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 26 May 2011 13:40:22 +0200 Subject: [PATCH] Remove explicit defattr --- perl-Encode-Locale.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl-Encode-Locale.spec b/perl-Encode-Locale.spec index ea00112..eb836c4 100644 --- a/perl-Encode-Locale.spec +++ b/perl-Encode-Locale.spec @@ -1,6 +1,6 @@ Name: perl-Encode-Locale Version: 1.02 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Determine the locale encoding Group: Development/Libraries License: GPL+ or Artistic @@ -44,12 +44,14 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; make test %files -%defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/Encode/ %{_mandir}/man3/Encode::Locale.3* %changelog +* Thu May 26 2011 Petr Pisar - 1.02-2 +- Remove explicit defattr + * Thu May 26 2011 Petr Pisar - 1.02-1 - 1.02 bump