SPECS: khdapsmon.spec (NEW) - new; nfy

arekm arekm at pld-linux.org
Sun Mar 26 14:43:55 CEST 2006


Author: arekm                        Date: Sun Mar 26 12:43:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new; nfy

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

---- Diffs:

================================================================
Index: SPECS/khdapsmon.spec
diff -u /dev/null SPECS/khdapsmon.spec:1.1
--- /dev/null	Sun Mar 26 14:43:55 2006
+++ SPECS/khdapsmon.spec	Sun Mar 26 14:43:50 2006
@@ -0,0 +1,85 @@
+# $Revision$, $Date$
+Summary:	monitor primarily for the Hard Drive Active Protection System (HDAPS
+Name:		khdapsmon
+Version:	0.1.2
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://www.oakcourt.dyndns.org/projects/khdapsmon/%{name}_%{version}-2.tar.gz
+# Source0-md5:	5f6a63492329785abe38716c43b28a19
+URL:		http://www.oakcourt.dyndns.org/projects/khdapsmon/
+BuildRequires:	autoconf >= 2.52
+BuildRequires:	automake >= 1.6.1
+BuildRequires:	kdelibs-devel
+BuildRequires:	rpmbuild(macros) >= 1.129
+Requires:	hdapsd
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+khdapsmon is a monitor primarily for the Hard Drive Active Protection
+System (HDAPS) found in IBM ThinkPads. It's primary interface is a
+system tray icon that indicates whether the queue is frozen or not on
+the selected hard disk device. This is similar to the tray icon found
+on the pre-installed OS on ThinkPads. It should work with other
+systems similar to the ThinkPad's, such as those found in Apple
+PowerBooks but this has not been tested and is probably dependent upon
+kernel code that is not yet available. A status dialog also prints out
+useful information like accelerometer status and keyboard/mouse
+activity status. It also allows for the selection of the monitored
+device if you have more than one hard disk that supports queue
+freezing.
+
+%prep
+%setup -q
+
+%build
+cp %{_datadir}/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+
+%configure \
+	--%{!?debug:dis}%{?debug:en}able-debug \
+	%{!?debug:--disable-rpath} \
+	--with-qt-libraries=%{_libdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT \
+	kde_htmldir=%{_kdedocdir}
+
+%find_lang %{name}    --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc README
+%{_sysconfdir}/xdg/menus/applications-merged/*
+%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_libdir}/libqobex.so.*.*.*
+%{_libdir}/kde3/kcm_*.la
+%attr(755,root,root) %{_libdir}/kde3/kcm_*.so
+%{_libdir}/kde3/kio_*.la
+%attr(755,root,root) %{_libdir}/kde3/kio_*.so
+%dir %{_libdir}/khdapsmon
+%attr(755,root,root) %{_libdir}/khdapsmon/*
+%{_datadir}/applnk/.hidden/*
+%{_datadir}/apps/kbluetoothd
+
+%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  2006/03/26 12:43:50  arekm
+- new; nfy
+
================================================================


More information about the pld-cvs-commit mailing list