SPECS: vserver-distro-centos4.1.spec (NEW) - added
aredridel
aredridel at pld-linux.org
Wed Jul 6 21:18:57 CEST 2005
Author: aredridel Date: Wed Jul 6 19:18:57 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- added
---- Files affected:
SPECS:
vserver-distro-centos4.1.spec (1.1 -> 1.2) (NEW)
---- Diffs:
================================================================
Index: SPECS/vserver-distro-centos4.1.spec
diff -u /dev/null SPECS/vserver-distro-centos4.1.spec:1.2
--- /dev/null Wed Jul 6 21:18:57 2005
+++ SPECS/vserver-distro-centos4.1.spec Wed Jul 6 21:18:52 2005
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+#
+Summary: VServer build template for CentOS 4.1
+Name: vserver-distro-centos4.1
+Version: 1
+Release: 1
+License: GPL
+Group: Applications/System
+Source0: %{name}.tar.gz
+URL: http://linux-vserver.org/CentOS_HowTo
+Requires: util-vserver
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+VServer build template for CentOS 4.1.
+
+%prep
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+cd $RPM_BUILD_ROOT
+tar xzf %{SOURCE0}
+%ifarch amd64 sparc64
+mv usr/lib usr/lib64
+%endif
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/util-vserver/distributions/centos4.1
+%{_sysconfdir}/vservers/.distributions/centos4.1
+
+%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.2 2005/07/06 19:18:52 aredridel
+- added
+
================================================================
More information about the pld-cvs-commit
mailing list