Author: shadzik Date: Fri Apr 28 18:43:40 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added patch for dynamical linking - apropriate BR changes from -static to -devel for the above
---- Files affected: SPECS: suspend.spec (1.17 -> 1.18) ---- Diffs: ================================================================ Index: SPECS/suspend.spec diff -u SPECS/suspend.spec:1.17 SPECS/suspend.spec:1.18 --- SPECS/suspend.spec:1.17 Sun Apr 9 20:57:34 2006 +++ SPECS/suspend.spec Fri Apr 28 20:43:35 2006 @@ -1,6 +1,7 @@ # $Revision$, $Date$ %define snap 20060409 Summary: Suspend to RAM +Summary(de): Einfrieren in den Systemspeicher (RAM) Summary(pl): Zamrażanie w RAM Name: suspend Version: 0.1 @@ -9,9 +10,10 @@ Group: Applications/System Source0: http://ep09.pld-linux.org/~arekm/%{name}-%{snap}.tar.gz # Source0-md5: 7ac86007bde8d2571a25b71acd5d6d73 +Patch0: %{name}-Makefile.patch URL: http://sourceforge.net/projects/suspend -BuildRequires: glibc-static -BuildRequires: liblzf-static +BuildRequires: glibc-devel +BuildRequires: liblzf-devel BuildRequires: pciutils-devel BuildRequires: sed >= 4.0 ExclusiveArch: %{ix86} %{x8664} @@ -20,12 +22,17 @@ %description Userland parts needed for suspend-to-disk and suspend-to-RAM on Linux. +%description -l de +Elemente der Benutzerumgebung zum einfrieren in den Systemspeicher +oder auf die Festplatte. + %description -l pl Elementy przestrzeni użytkownika potrzebne do zamrażania stanu systemu na dysku lub w pamięci RAM pod Linuksem. %prep %setup -q -n %{name} +%patch0 -p0 %build %{__make} \ @@ -56,6 +63,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.18 2006/04/28 18:43:35 shadzik +- added patch for dynamical linking +- apropriate BR changes from -static to -devel for the above + Revision 1.17 2006/04/09 18:57:34 arekm - new snap - 20060409 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/suspend.spec?r1=1.17&r2=1.18&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
