Author: arekm Date: Wed Jan 25 18:53:22 2006 GMT Module: SPECS Tag: DEVEL ---- Log message: - update
---- Files affected: SPECS: xen.spec (1.16.4.2 -> 1.16.4.3) ---- Diffs: ================================================================ Index: SPECS/xen.spec diff -u SPECS/xen.spec:1.16.4.2 SPECS/xen.spec:1.16.4.3 --- SPECS/xen.spec:1.16.4.2 Sun Jul 31 00:21:23 2005 +++ SPECS/xen.spec Wed Jan 25 19:53:17 2006 @@ -7,14 +7,15 @@ Summary(pl): Xen - monitor maszyny wirtualnej Name: xen Version: 3.0 -Release: 0.20050730.0 +Release: 0.20060125.0 Epoch: 1 Group: Applications/System License: GPL Source0: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/xen-unstable-src.tgz -# Source0-md5: 800e82ed5df3166382ef687295f6b8a1 +# Source0-md5: bffa9eecf5e99536a5db7f06217a03f2 Source1: %{name}-xend.init Source2: %{name}-xendomains.init +Patch0: %{name}-pygrub.patch URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html BuildRequires: XFree86-devel BuildRequires: curl-devel @@ -23,6 +24,7 @@ BuildRequires: ncurses-devel BuildRequires: python-Twisted BuildRequires: python-devel +BuildRequires: progsreiserfs-devel BuildRequires: rpm-pythonprov BuildRequires: tetex-dvips BuildRequires: tetex-format-latex @@ -113,12 +115,12 @@ %prep %setup -q -n xen-unstable +%patch0 -p1 chmod -R u+w . -#echo 'CXXFLAGS+=-I/usr/include/ncurses' >> tools/ioemu/gui/Makefile %build -CFLAGS="%{rpmcflags}" \ -CXXFLAGS="%{rpmcflags}" \ +CFLAGS="-I/usr/include/ncurses %{rpmcflags}" \ +CXXFLAGS="-I/usr/include/ncurses %{rpmcflags}" \ %{__make} xen tools docs \ CC="%{__cc}" \ CXX="%{__cxx}" @@ -189,16 +191,11 @@ fi %files %defattr(644,root,root,755) -#%doc COPYING ChangeLog README docs/misc/* doc-html-install/* %doc COPYING ChangeLog README docs/misc/* -/boot/%{name}-syms-%{version}-devel -/boot/%{name}-%{version}-devel.gz -/boot/%{name}-%{version}.gz -/boot/%{name}.gz +/boot/%{name}* %attr(754,root,root) /etc/rc.d/init.d/* %dir %{_sysconfdir}/xen %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/*.* -#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/b* %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/xmexample[12] %dir %{_sysconfdir}/xen/auto %dir %{_sysconfdir}/xen/scripts @@ -220,17 +217,14 @@ %dir %{_datadir}/xen %dir %{_libdir}/%{name} %dir %{_libdir}/%{name}/bin +%attr(755,root,root) %{_libdir}/%{name}/bin/x* %dir %{_libdir}/%{name}/boot -%attr(755,root,root) %{_libdir}/%{name}/boot/* -%attr(755,root,root) /usr/libexec/%{name}/* %files qemu %defattr(644,root,root,755) %{_datadir}/xen/qemu %attr(755,root,root) %{_libdir}/%{name}/bin/qemu* -%attr(755,root,root) %{_libdir}/%{name}/boot/* %attr(755,root,root) %{_sysconfdir}/xen/qemu-ifup -%{_sysconfdir}/xen/qemu-vgaram-bin %files devel %defattr(644,root,root,755) @@ -252,6 +246,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.16.4.3 2006/01/25 18:53:17 arekm +- update + Revision 1.16.4.2 2005/07/30 22:21:23 arekm - lib64 hack ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.16.4.2&r2=1.16.4.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
