Mailinglist Archive: yast-devel (85 mails)
| < Previous | Next > |
Re: [yast-devel] Let's make minimal system smaller :) (41 MB)
- From: Lukas Ocilka <lukas.ocilka@xxxxxxx>
- Date: Mon, 23 Jul 2007 15:58:59 +0200
- Message-id: <46A4B423.6010405@xxxxxxx>
Klaus Kaempf wrote:
> Fully agreed.
>
> Push Coolo to accept a mandatory request for 10.3 ;-)
Here you can see the diff needed for yast2-installation.spec to build
the yast2-installation-doc too (attached).
L.
Index: yast2-installation.spec.in
===================================================================
--- yast2-installation.spec.in (revision 39599)
+++ yast2-installation.spec.in (working copy)
@@ -67,9 +67,24 @@
Summary: Installation workflow
+%package doc
+@HEADER@
+
+Requires: yast2-installation >= 2.15.34
+
+PreReq: %fillup_prereq
+
+Provides: yast
+Obsoletes: yast
+
+Summary: Auto-generated documentation for yast2-installation
+
%description
This controls the system installation.
+%description doc
+YaST Installation - auto-generated documentation.
+
@PREP@
@BUILD@
@@ -85,7 +100,6 @@
%files
%defattr(-,root,root)
-%doc @docdir@
%dir /usr/share/YaST2/control
/usr/share/YaST2/control/*.xml
/usr/share/YaST2/control/*.dtd
@@ -120,3 +134,11 @@
%else
%{prefix}/share/fvwm/
%endif
+
+%doc @docdir@/COPYING
+%doc @docdir@/COPYRIGHT.english
+%doc @docdir@/README
+
+%files doc
+%defattr(-,root,root)
+%doc @docdir@
> Fully agreed.
>
> Push Coolo to accept a mandatory request for 10.3 ;-)
Here you can see the diff needed for yast2-installation.spec to build
the yast2-installation-doc too (attached).
L.
Index: yast2-installation.spec.in
===================================================================
--- yast2-installation.spec.in (revision 39599)
+++ yast2-installation.spec.in (working copy)
@@ -67,9 +67,24 @@
Summary: Installation workflow
+%package doc
+@HEADER@
+
+Requires: yast2-installation >= 2.15.34
+
+PreReq: %fillup_prereq
+
+Provides: yast
+Obsoletes: yast
+
+Summary: Auto-generated documentation for yast2-installation
+
%description
This controls the system installation.
+%description doc
+YaST Installation - auto-generated documentation.
+
@PREP@
@BUILD@
@@ -85,7 +100,6 @@
%files
%defattr(-,root,root)
-%doc @docdir@
%dir /usr/share/YaST2/control
/usr/share/YaST2/control/*.xml
/usr/share/YaST2/control/*.dtd
@@ -120,3 +134,11 @@
%else
%{prefix}/share/fvwm/
%endif
+
+%doc @docdir@/COPYING
+%doc @docdir@/COPYRIGHT.english
+%doc @docdir@/README
+
+%files doc
+%defattr(-,root,root)
+%doc @docdir@
| < Previous | Next > |