Remove explicit defattr

This commit is contained in:
Petr Písař 2011-05-26 13:40:22 +02:00
parent e89138950d
commit 198117f08b

View File

@ -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 <ppisar@redhat.com> - 1.02-2
- Remove explicit defattr
* Thu May 26 2011 Petr Pisar <ppisar@redhat.com> - 1.02-1
- 1.02 bump