SPECS: suspend2-userui.spec (NEW) - by swiatek at informatik dot h...

havner havner at pld-linux.org
Thu Nov 24 12:50:33 CET 2005


Author: havner                       Date: Thu Nov 24 11:50:33 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- by swiatek at informatik dot hu-berlin dot de

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

---- Diffs:

================================================================
Index: SPECS/suspend2-userui.spec
diff -u /dev/null SPECS/suspend2-userui.spec:1.1
--- /dev/null	Thu Nov 24 12:50:33 2005
+++ SPECS/suspend2-userui.spec	Thu Nov 24 12:50:28 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+Summary:	Suspend2 User UI
+Summary(pl):	Interfejs użytkownika dla Suspend2
+Name:		suspend2-userui
+Version:	0.6.1
+Release:	1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://www.suspend2.net/downloads/all/%{name}-%{version}.tar.gz
+# Source0-md5:	02356c96a511493e4baa6ac1949ce016
+Patch0:		%{name}-Makefile.patch
+URL:		http://www.suspend2.net/
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	freetype-devel
+BuildRequires:	zlib-devel
+BuildRequires:	libpng-devel
+BuildRequires:	libmng-devel
+BuildRequires:	libjpeg-devel
+BuildRequires:	lcms-devel
+Requires:	hibernate >= 1.12
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Suspend2-userui allows you use a user interface while hibernating
+your laptop. There is a text-ui and a graphical fbsplash-ui available.
+
+%description -l pl
+Suspend2-userui pozwala na używanie interfejsu użytkownika w procesie
+hibernacji Twojego laptopa. Dostępny jest tryb tekstowy oraz graficzny
+(fbsplash).
+
+%prep
+%setup -q
+%patch0 -p0
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_sbindir}
+
+install {suspend2ui_text,suspend2ui_fbsplash} $RPM_BUILD_ROOT%{_sbindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog README USERUI_API KERNEL_API
+%attr(755,root,root) %{_sbindir}/suspend2ui_text
+%attr(755,root,root) %{_sbindir}/suspend2ui_fbsplash
+
+%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
================================================================



More information about the pld-cvs-commit mailing list