- 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
|
||||
|
||||
Name: ocaml-libvirt
|
||||
Version: 0.3.2.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.3.2.7
|
||||
Release: 1%{?dist}
|
||||
Summary: OCaml binding for libvirt
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -155,7 +155,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB README
|
||||
%doc COPYING.LIB README ChangeLog
|
||||
%{_libdir}/ocaml/libvirt
|
||||
%if %opt
|
||||
%exclude %{_libdir}/ocaml/libvirt/*.a
|
||||
@ -169,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING.LIB README TODO.libvirt html/*
|
||||
%doc COPYING.LIB README TODO.libvirt ChangeLog html/*
|
||||
%if %opt
|
||||
%{_libdir}/ocaml/libvirt/*.a
|
||||
%{_libdir}/ocaml/libvirt/*.cmxa
|
||||
@ -181,7 +181,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%if %build_mlvirsh
|
||||
%files -n mlvirsh
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README
|
||||
%doc COPYING README ChangeLog
|
||||
%{_bindir}/mlvirsh
|
||||
%endif
|
||||
|
||||
@ -189,7 +189,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%if %build_mlvirtmanager
|
||||
%files -n mlvirtmanager
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README
|
||||
%doc COPYING README ChangeLog
|
||||
%{_bindir}/mlvirtmanager
|
||||
%endif
|
||||
|
||||
@ -197,13 +197,17 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%if %build_virt_top
|
||||
%files -n virt-top
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README TODO.virt-top
|
||||
%doc COPYING README TODO.virt-top ChangeLog
|
||||
%{_bindir}/virt-top
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%endif
|
||||
|
||||
|
||||
%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
|
||||
- Force dependency on ocaml >= 3.10.0-7 which has fixed requires/provides
|
||||
scripts.
|
||||
|
Loading…
Reference in New Issue
Block a user