SPECS: cryopid.spec (NEW) - initial - builds, sigsegv on my machin...

prism prism at pld-linux.org
Fri Jun 24 01:47:12 CEST 2005


Author: prism                        Date: Thu Jun 23 23:47:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial
- builds, sigsegv on my machine - needs testing

---- Files affected:
SPECS:
   cryopid.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/cryopid.spec
diff -u /dev/null SPECS/cryopid.spec:1.1
--- /dev/null	Fri Jun 24 01:47:12 2005
+++ SPECS/cryopid.spec	Fri Jun 24 01:47:06 2005
@@ -0,0 +1,63 @@
+# $Revision$, $Date$
+#
+Summary:	CryoPID - a process freezer for Linux
+Summary(pl):	CryoPID - zamrażacz procesów dla Linuksa
+Name:		cryopid
+Version:	0.4
+Release:	0.1
+Epoch:		0
+License:	GPL v2
+Group:		Applications
+Source0:	http://dagobah.ucc.asn.au/wacky/%{name}-%{version}.tar.gz
+# Source0-md5:	ef3580a4e1ff8b90c9d1e2a51676e7bc
+Patch0:		%{name}-build.patch
+URL:		http://cryopid.berlios.de/
+BuildRequires:	lzo-static
+BuildRequires:	sed >= 4.0
+ExclusiveArch:	%{ix86}
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+CryoPID allows you to capture the state of a running process in Linux
+and save it to a file. This file can then be used to resume the
+process later on, either after a reboot or even on another machine.
+
+%description -l pl
+CryoPID umożliwia na zapamiętanie stanu działającego procesu w
+Linuksie i zapisanie go do pliku. Plik taki może zostać użyty do
+wznowienia działania procesu, także po restarcie systemu bądź nawet
+innej maszynie.
+
+%prep
+%setup -q -n %{name}-%{version}
+%patch0 -p1
+
+%{__sed} -i 's/-g -Wall -O0/%{rpmcflags}/' Makefile
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}/
+mv freeze $RPM_BUILD_ROOT%{_bindir}/
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc TODO
+%attr(755,root,root) %{_bindir}/*
+
+%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.1  2005/06/23 23:47:06  prism
+- initial
+- builds, sigsegv on my machine - needs testing
+
================================================================



More information about the pld-cvs-commit mailing list