SPECS: xen.spec - missing pl - unified subpackages order: -devel/-...
qboosh
qboosh at pld-linux.org
Sun Apr 27 15:40:07 CEST 2008
Author: qboosh Date: Sun Apr 27 13:40:07 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- missing pl
- unified subpackages order: -devel/-static after -libs
- .so perms
---- Files affected:
SPECS:
xen.spec (1.64 -> 1.65)
---- Diffs:
================================================================
Index: SPECS/xen.spec
diff -u SPECS/xen.spec:1.64 SPECS/xen.spec:1.65
--- SPECS/xen.spec:1.64 Sun Apr 27 12:23:18 2008
+++ SPECS/xen.spec Sun Apr 27 15:40:02 2008
@@ -105,27 +105,6 @@
%description libs -l pl.UTF-8
Biblioteki xena.
-%package hotplug
-Summary: xen hotplug
-Group: Application/System
-
-%description hotplug
-xen hotplug.
-
-%package udev
-Summary: xen udev
-Group: Application/System
-
-%description udev
-xen udev.
-
-%package -n python-xen
-Summary: xen Python modules
-Group: Libraries
-
-%description -n python-xen
-xen Python modules
-
%package devel
Summary: Header files for xen
Summary(pl.UTF-8): Pliki nagłówkowe xena
@@ -150,6 +129,39 @@
%description static -l pl.UTF-8
Statyczne biblioteki xena.
+%package hotplug
+Summary: xen hotplug scripts
+Summary(pl.UTF-8): Skrypty hotplug dla xena
+Group: Application/System
+
+%description hotplug
+xen hotplug scripts.
+
+%description hotplug -l pl.UTF-8
+Skrypty hotplug dla xena.
+
+%package udev
+Summary: xen udev scripts
+Summary(pl.UTF-8): Skrypty udev dla xena
+Group: Application/System
+
+%description udev
+xen udev scripts.
+
+%description udev -l pl.UTF-8
+Skrypty udev dla xena.
+
+%package -n python-xen
+Summary: xen Python modules
+Summary(pl.UTF-8): Moduły Pythona dla xena
+Group: Libraries
+
+%description -n python-xen
+xen Python modules.
+
+%description -n python-xen -l pl.UTF-8
+Moduły Pythona dla xena.
+
%prep
%setup -q
%patch0 -p1
@@ -267,6 +279,15 @@
%dir %{_libdir}/fs/ufs
%attr(755,root,root) %{_libdir}/fs/*/*.so
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_includedir}/*
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/lib*.a
+
%if %{without hvm}
%files hotplug
%defattr(644,root,root,755)
@@ -279,7 +300,7 @@
%files -n python-xen
%defattr(644,root,root,755)
-%{py_sitedir}/fsimage.so
+%attr(755,root,root) %{py_sitedir}/fsimage.so
%{py_sitedir}/grub
%dir %{py_sitedir}/xen
%dir %{py_sitedir}/xen/lowlevel
@@ -296,21 +317,17 @@
%{py_sitedir}/*.egg-info
%endif
-%files devel
-%defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*
-
-%files static
-%defattr(644,root,root,755)
-%{_libdir}/lib*.a
-
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.65 2008-04-27 13:40:02 qboosh
+- missing pl
+- unified subpackages order: -devel/-static after -libs
+- .so perms
+
Revision 1.64 2008-04-27 10:23:18 glen
- separate python modules
- remove also qemu docs
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xen.spec?r1=1.64&r2=1.65&f=u
More information about the pld-cvs-commit
mailing list