Remove useless defattr in files section.
This commit is contained in:
parent
4529e2041a
commit
793d886c98
@ -2,7 +2,7 @@
|
||||
|
||||
Name: ocaml-camomile
|
||||
Version: 0.8.5
|
||||
Release: 13%{?dist}
|
||||
Release: 14%{?dist}
|
||||
Summary: Unicode library for OCaml
|
||||
|
||||
# Several files are MIT and UCD licensed, but the overall work is LGPLv2+
|
||||
@ -80,7 +80,6 @@ cp tools/camomilelocaledef.opt $RPM_BUILD_ROOT%{_bindir}/camomilelocaledef
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_libdir}/ocaml/camomile
|
||||
%if %opt
|
||||
@ -96,7 +95,6 @@ cp tools/camomilelocaledef.opt $RPM_BUILD_ROOT%{_bindir}/camomilelocaledef
|
||||
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc README dochtml/*
|
||||
%if %opt
|
||||
%{_libdir}/ocaml/camomile/*.a
|
||||
@ -107,12 +105,14 @@ cp tools/camomilelocaledef.opt $RPM_BUILD_ROOT%{_bindir}/camomilelocaledef
|
||||
|
||||
|
||||
%files data
|
||||
%defattr(-,root,root,-)
|
||||
%doc README
|
||||
%{_datadir}/camomile/
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jan 26 2016 Richard Jones <rjones@redhat.com> - 0.8.5-14
|
||||
- Remove useless defattr in files section.
|
||||
|
||||
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 0.8.5-13
|
||||
- OCaml 4.02.3 rebuild.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user