SPECS: cpuinfo.spec (NEW) - new from Bartosz Swiatek <swiatek at i...

blekot blekot at pld-linux.org
Sat Apr 15 11:57:07 CEST 2006


Author: blekot                       Date: Sat Apr 15 09:57:07 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new from Bartosz Swiatek <swiatek at informatik dot hu-berlin dot de>
- rel 0.1
- files needs to be completed
- check BR

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

---- Diffs:

================================================================
Index: SPECS/cpuinfo.spec
diff -u /dev/null SPECS/cpuinfo.spec:1.1
--- /dev/null	Sat Apr 15 11:57:07 2006
+++ SPECS/cpuinfo.spec	Sat Apr 15 11:57:01 2006
@@ -0,0 +1,78 @@
+# $Revision$, $Date$
+
+Summary:	An applet to show CPU temperature and frequency.
+Summary(pl):	Aplet pokazujący temperaturę i frekwencję procesora.
+Name:		cpuinfo
+Version:	0.4.2
+Release:	0.1
+License:	GPL
+Group:		Applications
+Source0:	http://www.kde-look.org/content/files/33257-%{name}-%{version}.tar.gz
+# Source0-md5:	539f3e8fb01fed3285493ec202c32424
+URL:		http://www.kde-look.org/content/show.php??content=33257
+BuildRequires:	autoconf
+BuildRequires:	automake
+BuildRequires:	gcc-c++
+BuildRequires:	kdelibs-devel
+Requires(postun):	/sbin/ldconfig
+Requires(pre,post):	/sbin/ldconfig
+Requires(preun):	/sbin/ldconfig
+Requires:	kdelibs
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This applet shows the current CPU temperature and frequency.
+
+%description -l pl
+Ten aplet pokazuje temperaturę i frekwencję procesora.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} -f Makefile.cvs
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+/sbin/ldconfig
+
+%post
+/sbin/ldconfig
+
+%preun
+/sbin/ldconfig
+
+%postun
+/sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README TODO
+#%{_libdir}/*.a
+%attr(755,root,root) %{_libdir}/kde3/*.la
+%{_libdir}/kde3/*.so
+%{_datadir}/apps/kicker/applets/cpuinfo.desktop
+
+%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/04/15 09:57:01  blekot
+- new from Bartosz Swiatek <swiatek at informatik dot hu-berlin dot de>
+- rel 0.1
+- files needs to be completed
+- check BR
+
+
================================================================


More information about the pld-cvs-commit mailing list