packages: xen/xen.spec - symbols fix
marcus
marcus at pld-linux.org
Fri Jan 21 13:22:40 CET 2011
Author: marcus Date: Fri Jan 21 12:22:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- symbols fix
---- Files affected:
packages/xen:
xen.spec (1.81 -> 1.82)
---- Diffs:
================================================================
Index: packages/xen/xen.spec
diff -u packages/xen/xen.spec:1.81 packages/xen/xen.spec:1.82
--- packages/xen/xen.spec:1.81 Fri Jan 21 12:40:42 2011
+++ packages/xen/xen.spec Fri Jan 21 13:22:35 2011
@@ -30,6 +30,7 @@
Source2: %{name}-xendomains.init
Patch0: %{name}-python_scripts.patch
Patch1: %{name}-gcc.patch
+Patch2: %{name}-symbols.patch
URL: http://www.cl.cam.ac.uk/Research/SRG/netos/xen/index.html
BuildRequires: SDL-devel
%{?with_hvm:BuildRequires: bcc}
@@ -40,6 +41,7 @@
BuildRequires: latex2html
BuildRequires: libidn-devel
BuildRequires: ncurses-devel
+BuildRequires: pciutils-devel
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: rpm-pythonprov
@@ -91,17 +93,17 @@
fun of you in front of your friends.
%description -l pl.UTF-8
-Ten pakiet zawiera nadzorcę oraz narzędzia Xen, potrzebne do
+Ten pakiet zawiera nadzorc?? oraz narz??dzia Xen, potrzebne do
uruchamiania wirtualnych maszyn w systemach x86, wraz z pakietami
-kernel-xen*. Informacje jak używać Xena można znaleźć na stronach
+kernel-xen*. Informacje jak u??ywa?? Xena mo??na znale???? na stronach
projektu.
-Wirtualizacja może być używana do uruchamiania wielu wersji lub wielu
+Wirtualizacja mo??e by?? u??ywana do uruchamiania wielu wersji lub wielu
dystrybucji Linuksa na jednym systemie lub do testowania nie zaufanych
-aplikacji w odizolowanym środowisku. Należy zauważyć, że technologia
-Xen jest ciągle rozwijana, a ten RPM był słabo testowany. Nie należy
-być zdziwionym, jeśli ten pakiet zje dane, wypije całą kawę czy będzie
-się wyśmiewał w obecności przyjaciół.
+aplikacji w odizolowanym ??rodowisku. Nale??y zauwa??y??, ??e technologia
+Xen jest ci??gle rozwijana, a ten RPM by?? s??abo testowany. Nie nale??y
+by?? zdziwionym, je??li ten pakiet zje dane, wypije ca???? kaw?? czy b??dzie
+si?? wy??miewa?? w obecno??ci przyjaci????.
%package libs
Summary: xen libraries
@@ -116,7 +118,7 @@
%package devel
Summary: Header files for xen
-Summary(pl.UTF-8): Pliki nagłówkowe xena
+Summary(pl.UTF-8): Pliki nag????wkowe xena
Group: Development/Libraries
Requires: %{name}-libs = %{version}-%{release}
@@ -124,7 +126,7 @@
Header files for xen.
%description devel -l pl.UTF-8
-Pliki nagłówkowe xena.
+Pliki nag????wkowe xena.
%package static
Summary: Static xen libraries
@@ -162,7 +164,7 @@
%package -n python-xen
Summary: xen Python modules
-Summary(pl.UTF-8): Moduły Pythona dla xena
+Summary(pl.UTF-8): Modu??y Pythona dla xena
Group: Libraries
Conflicts: xen < 3.2.1-0.3
@@ -170,12 +172,13 @@
xen Python modules.
%description -n python-xen -l pl.UTF-8
-Moduły Pythona dla xena.
+Modu??y Pythona dla xena.
%prep
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
find '(' -name '*~' -o -name '*.orig' -o -name '.gitignore' ')' -print0 | xargs -0 -r -l512 rm -fv
@@ -218,6 +221,7 @@
rm -rf $RPM_BUILD_ROOT%{_docdir}/qemu/qemu-doc.html
rm -rf $RPM_BUILD_ROOT/''etc/init.d
rm -f $RPM_BUILD_ROOT/boot/xen-3.2.gz
+rm -f $RPM_BUILD_ROOT/boot/xen-3.4.gz
rm -f $RPM_BUILD_ROOT/boot/xen-3.gz
# # strip - Unable to recognise the format of the input file
# rm -f $RPM_BUILD_ROOT%{_datadir}/xen/qemu/openbios-sparc32
@@ -259,8 +263,8 @@
%dir %{_sysconfdir}/xen
%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/qemu-ifup
%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]
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/README
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/xmexample[123]
%dir %{_sysconfdir}/xen/auto
%dir %{_sysconfdir}/xen/scripts
%attr(755,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/xen/scripts/*
@@ -303,11 +307,9 @@
%defattr(644,root,root,755)
%{_libdir}/lib*.a
-%if %{without hvm}
%files hotplug
%defattr(644,root,root,755)
%attr(755,root,root) /etc/hotplug/*
-%endif
%files udev
%defattr(644,root,root,755)
@@ -338,6 +340,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.82 2011/01/21 12:22:35 marcus
+- symbols fix
+
Revision 1.81 2011/01/21 11:40:42 marcus
- update to 3.4.3 (last before 4.0.x)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/xen/xen.spec?r1=1.81&r2=1.82&f=u
More information about the pld-cvs-commit
mailing list