JavaScript must be enabled to display the specfile.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
Name: spt-profiles-ovz-1C Version: 0.1 Release: alt2 AutoReq: yes, noshell Summary: spt profiles for building OpenVZ VE containers fot 1C Linux Server Group: Development/Other License: GPL Source: profiles-1C-%version.tar.bz2 BuildArch: noarch Packager: Sergey Alembekov <rt@altlinux.ru> %description This package contains spt profiles for building OpenVZ isolated containers used for creating appliances. %prep %setup -n profiles-1C-%version %install #profiles %__install -dm755 %buildroot%_sysconfdir/spt/profiles/ovz for i in * .;do cp -a $i %buildroot%_sysconfdir/spt/profiles/ovz done %files %dir %_sysconfdir/spt/profiles/ovz %config(noreplace) %_sysconfdir/spt/profiles/ovz/* #%_sysconfdir/spt/profiles/ovz/.default %changelog * Fri Jan 18 2008 Sergey Alembekov <rt@altlinux.ru> 0.1-alt2 - profile for postgresql-server added * Thu Jan 17 2008 Sergey Alembekov <rt@altlinux.ru> 0.1-alt1 - hook for setting ru_RU UTF-8 locale added * Sat May 05 2007 Sergey Alembekov <rt@altlinux.ru> 0.1-alt0 -Initial realise