- New upstream release 0.3.2.7.
- Ship the upstream ChangeLog file.
This commit is contained in:
parent
a7d9743792
commit
58c24a2e5c
@ -1 +1 @@
|
|||||||
ocaml-libvirt-0.3.2.6.tar.gz
|
ocaml-libvirt-0.3.2.7.tar.gz
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
%define build_full_featured_virt_top 1
|
%define build_full_featured_virt_top 1
|
||||||
|
|
||||||
Name: ocaml-libvirt
|
Name: ocaml-libvirt
|
||||||
Version: 0.3.2.6
|
Version: 0.3.2.7
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: OCaml binding for libvirt
|
Summary: OCaml binding for libvirt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -155,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.LIB README
|
%doc COPYING.LIB README ChangeLog
|
||||||
%{_libdir}/ocaml/libvirt
|
%{_libdir}/ocaml/libvirt
|
||||||
%if %opt
|
%if %opt
|
||||||
%exclude %{_libdir}/ocaml/libvirt/*.a
|
%exclude %{_libdir}/ocaml/libvirt/*.a
|
||||||
@ -169,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING.LIB README TODO.libvirt html/*
|
%doc COPYING.LIB README TODO.libvirt ChangeLog html/*
|
||||||
%if %opt
|
%if %opt
|
||||||
%{_libdir}/ocaml/libvirt/*.a
|
%{_libdir}/ocaml/libvirt/*.a
|
||||||
%{_libdir}/ocaml/libvirt/*.cmxa
|
%{_libdir}/ocaml/libvirt/*.cmxa
|
||||||
@ -181,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%if %build_mlvirsh
|
%if %build_mlvirsh
|
||||||
%files -n mlvirsh
|
%files -n mlvirsh
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README ChangeLog
|
||||||
%{_bindir}/mlvirsh
|
%{_bindir}/mlvirsh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -189,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%if %build_mlvirtmanager
|
%if %build_mlvirtmanager
|
||||||
%files -n mlvirtmanager
|
%files -n mlvirtmanager
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README
|
%doc COPYING README ChangeLog
|
||||||
%{_bindir}/mlvirtmanager
|
%{_bindir}/mlvirtmanager
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -197,13 +197,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%if %build_virt_top
|
%if %build_virt_top
|
||||||
%files -n virt-top
|
%files -n virt-top
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING README TODO.virt-top
|
%doc COPYING README TODO.virt-top ChangeLog
|
||||||
%{_bindir}/virt-top
|
%{_bindir}/virt-top
|
||||||
%{_mandir}/man1/*.1.gz
|
%{_mandir}/man1/*.1.gz
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 20 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.7-1
|
||||||
|
- New upstream release 0.3.2.7.
|
||||||
|
- Ship the upstream ChangeLog file.
|
||||||
|
|
||||||
* Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.6-2
|
* Thu Sep 6 2007 Richard W.M. Jones <rjones@redhat.com> - 0.3.2.6-2
|
||||||
- Force dependency on ocaml >= 3.10.0-7 which has fixed requires/provides
|
- Force dependency on ocaml >= 3.10.0-7 which has fixed requires/provides
|
||||||
scripts.
|
scripts.
|
||||||
|
Loading…
Reference in New Issue
Block a user