SPECS: kde-hal-device-manager.spec (NEW) - new - it's really good ...

blekot blekot at pld-linux.org
Thu Jan 5 21:08:19 CET 2006


Author: blekot                       Date: Thu Jan  5 20:08:19 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new
- it's really good as 0.1 version
- TODO added

---- Files affected:
SPECS:
   kde-hal-device-manager.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/kde-hal-device-manager.spec
diff -u /dev/null SPECS/kde-hal-device-manager.spec:1.1
--- /dev/null	Thu Jan  5 21:08:19 2006
+++ SPECS/kde-hal-device-manager.spec	Thu Jan  5 21:08:13 2006
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+# TODO:
+# - add desktop file
+Summary:	kde-hal-device-manager is a port of HAL Device Manager to KDE
+Summary(pl):	kde-hal-device-manager to port Menedżera Urządzeń HAL dla KDE
+Name:		kde-hal-device-manager
+Version:	0.1
+Release:	1
+License:	GPL
+Group:		X11/Applications
+Source0:	http://kubuntu.org/~jr/kde-hal-device-manager/%{name}_%{version}.tar.gz
+# Source0-md5:	6e4f4e042ddf9859e5064a1c55b24d82
+URL:		http://www.kde-apps.org/content/show.php?content=33315
+Requires:	hal
+Requires:	python-PyQt
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Port of HAL Device Manager to KDE. Shows what hardware you have on
+your system. 
+
+%description -l pl
+Port dla menedżera urządzeń HAL dla KDE. Pokazuje jakie urządzenia
+masz w swoim systemie.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_libdir}/%{name}
+install * $RPM_BUILD_ROOT%{_libdir}/%{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_libdir}/%{name}/%{name}
+%{_libdir}/%{name}/*.*
+
+%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/01/05 20:08:13  blekot
+- new
+- it's really good as 0.1 version
+- TODO added
+
================================================================


More information about the pld-cvs-commit mailing list