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