SPECS: kima.spec (NEW) - init
arvenil
arvenil at pld-linux.org
Mon May 21 15:38:28 CEST 2007
Author: arvenil Date: Mon May 21 13:38:28 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
---- Files affected:
SPECS:
kima.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/kima.spec
diff -u /dev/null SPECS/kima.spec:1.1
--- /dev/null Mon May 21 15:38:28 2007
+++ SPECS/kima.spec Mon May 21 15:38:22 2007
@@ -0,0 +1,68 @@
+# $Revision$, $Date$
+# TODO:
+# - polish translation
+Summary: Kima - Kicker monitoring applet
+Name: kima
+Version: 0.7.1
+Release: 0.1
+License: GPL
+Group: X11/Applications
+Source0: http://www.elliptique.net/~ken/kima/%{name}-%{version}.tar.gz
+# Source0-md5: b5e4274e008f65ee8d60fdbc9790e144
+Patch0: kde-ac260-lt.patch
+Patch1: %{name}-am110.patch
+URL: http://www.elliptique.net/~ken/kima/
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: kdelibs-devel
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This applet monitors various temperature, frequency and fan sources in
+your kicker panel. Make sure you have enabled a supported kernel
+module.
+
+%prep
+%setup -q
+%patch0 -p1
+%patch1 -p1
+
+%build
+cp -f /usr/share/automake/config.sub admin
+%{__make} -f admin/Makefile.common cvs
+%configure \
+ --with-qt-libraries=%{_libdir}
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+ DESTDIR=$RPM_BUILD_ROOT
+
+install -D $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/kima/index.cache.bz2 $RPM_BUILD_ROOT%{_kdedocdir}/en/kima/index.cache.bz2
+install -D $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/kima/index.docbook $RPM_BUILD_ROOT%{_kdedocdir}/en/kima/index.docbook
+rm -f $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/kima/index.cache.bz2 $RPM_BUILD_ROOT%{_datadir}/doc/HTML/en/kima/index.docbook
+
+%find_lang %{name} --with-kde
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%{_libdir}/kde3/libkima.la
+%attr(755,root,root) %{_libdir}/kde3/libkima.so
+%{_datadir}/apps/kicker/applets/kima.desktop
+#%lang(en) %{_kdedocdir}/en/kima/index.docbook
+
+%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 2007/05/21 13:38:22 arvenil
+- init
+
================================================================
More information about the pld-cvs-commit
mailing list