SPECS: xen.spec - twisted.protocols.http has moved to twisted.web....

speedy speedy at pld-linux.org
Sun Jun 12 20:25:00 CEST 2005


Author: speedy                       Date: Sun Jun 12 18:25:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- twisted.protocols.http has moved to twisted.web.http.
- missing directories

---- Files affected:
SPECS:
   xen.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.10 SPECS/xen.spec:1.11
--- SPECS/xen.spec:1.10	Fri Jun 10 13:53:08 2005
+++ SPECS/xen.spec	Sun Jun 12 20:24:54 2005
@@ -6,7 +6,7 @@
 Summary(pl):	Xen - monitor maszyny wirtualnej
 Name:		xen
 Version:	2.0.6
-Release:	0.1
+Release:	0.2
 Epoch:		0
 Group:		Applications/System
 License:	GPL
@@ -14,6 +14,7 @@
 # Source0-md5:	fcb4ea295b1ecbf7890d48bf721896a8
 Source1:	%{name}-xend.init
 Source2:	%{name}-xendomains.init
+Patch0:		%{name}-twisted.patch
 URL:		http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
 #Requires:	python-Twisted
 Requires:	python-TwistedWeb
@@ -97,6 +98,7 @@
 
 %prep
 %setup -q -n xen-2.0
+%patch0 -p1 
 chmod -R u+w .
 #echo 'CXXFLAGS+=-I/usr/include/ncurses' >> tools/ioemu/gui/Makefile
 
@@ -135,6 +137,10 @@
 install -d $RPM_BUILD_ROOT%{_datadir}/xen/
 cp -f $RPM_BUILD_ROOT%{_datadir}/doc/xen/pdf/*.pdf $RPM_BUILD_ROOT%{_datadir}/xen/
 
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/xen
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/xen/{sv,xend-db}
+install -d $RPM_BUILD_ROOT%{_sharedstatedir}/xen/xend-db/{domain,vnet}
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -178,6 +184,11 @@
 %{_libdir}/python/%{name}
 %attr(755,root,root) %{_libdir}/python/%{name}/lowlevel/*.so
 %{_mandir}/man?/*
+%dir %{_sharedstatedir}/xen
+%dir %{_sharedstatedir}/xen/sv
+%dir %{_sharedstatedir}/xen/xend-db
+%dir %{_sharedstatedir}/xen/xend-db/domain
+%dir %{_sharedstatedir}/xen/xend-db/vnet
 
 %files devel
 %defattr(644,root,root,755)
@@ -199,6 +210,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2005/06/12 18:24:54  speedy
+- twisted.protocols.http has moved to twisted.web.http.
+- missing directories
+
 Revision 1.10  2005/06/10 11:53:08  speedy
 - fixed BR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/xen.spec?r1=1.10&r2=1.11&f=u




More information about the pld-cvs-commit mailing list