X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Futil-vserver.spec.in;h=e08f899c8214b11335bd8999cccf10c108f18530;hb=0aba96f5d7d5d800cc5d1a452893f772c77fa3a0;hp=4bd94c162d442f2054459a7608dbb4e723b4b9d6;hpb=7fe8844db6308a5d5958f5cdb5ad62027a8667f0;p=util-vserver.git diff --git a/util-vserver/util-vserver.spec.in b/util-vserver/util-vserver.spec.in index 4bd94c1..e08f899 100644 --- a/util-vserver/util-vserver.spec.in +++ b/util-vserver/util-vserver.spec.in @@ -24,6 +24,7 @@ Obsoletes: vserver < %epoch:%version BuildRequires: mount vconfig gawk iproute BuildRequires: gcc-c++ wget BuildRequires: e2fsprogs-devel +BuildRequires: doxygen tetex-latex libxslt Requires(post): %__chattr %{!?_without_dietlibc:BuildRequires: dietlibc >= 0:0.22} @@ -45,9 +46,10 @@ Requires: rpm apt wget binutils tar Summary: SysV-initscripts for vserver Group: System Environment/Base Provides: init(@PACKAGE@) +Requires: make diffutils Requires: %name = %epoch:%version-%release Requires: initscripts -Require(pre,postun): %_initrddir +Requires(pre,postun): %_initrddir %pkglibdir %package legacy Summary: Legacy utilities for util-vserver @@ -85,7 +87,9 @@ set_ipv4root system call. %build %configure --with-initrddir=%_initrddir --enable-release \ %{?_without_dietlibc:--disable-dietlibc} -%__make %{?_smp_mflags} + +%__make %{?_smp_mflags} all +%__make %{?_smp_mflags} doc %install @@ -114,7 +118,7 @@ f="%confdefaultdir/run.rev"; test -L "$f" -o -e "$f" || ln -s /var/run/vservers %define v_services httpd named portmap sendmail smb sshd xinetd %post sysv -%chkconfig --add vservers +%chkconfig --add vservers-default %chkconfig --add rebootmgr %chkconfig --add vprocunhide @@ -133,7 +137,7 @@ test "$1" != 0 || %_initrddir/rebootmgr stop &>/dev/null || : test "$1" != 0 || %chkconfig --del vprocunhide test "$1" != 0 || %chkconfig --del rebootmgr -test "$1" != 0 || %chkconfig --del vservers +test "$1" != 0 || %chkconfig --del vservers-default %postun sysv @@ -149,6 +153,7 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %defattr(-,root,root,-) %doc AUTHORS COPYING ChangeLog NEWS README THANKS %doc doc/FAQ.txt +%doc doc/*.html doc/*.css %dir %pkglibdir %dir %confdefaultdir %dir %confdefaultdir/init @@ -186,7 +191,7 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %dir %pkglibdir/legacy -%files sysv +%files sysv -f %name-sysv.list %defattr(-,root,root,-) %config %_initrddir/* %config(noreplace) %_sysconfdir/vservers.conf @@ -194,11 +199,18 @@ test "$1" = 0 || %_initrddir/rebootmgr condrestart >/dev/null || : %files devel -f %name-devel.list %defattr(-,root,root,-) +%doc lib/apidoc/latex/refman.pdf +%doc lib/apidoc/html %changelog +* Mon Mar 15 2004 Enrico Scholz - 0:0.29.202-0 +- use file-list for sysv scripts also + * Sat Mar 6 2004 Enrico Scholz - 0:0.29.198-0 - added vprocunhide-service support +- added doxygen support +- updated Requires: * Wed Oct 1 2003 Enrico Scholz - 0:0.23.5-0 - Initial build.