SPECS: hwreport.spec (NEW) - init - s/b(tm) check it and bump to 1.0
czarny
czarny at pld-linux.org
Thu Jul 19 17:00:06 CEST 2007
Author: czarny Date: Thu Jul 19 15:00:06 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- init
- s/b(tm) check it and bump to 1.0
---- Files affected:
SPECS:
hwreport.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/hwreport.spec
diff -u /dev/null SPECS/hwreport.spec:1.1
--- /dev/null Thu Jul 19 17:00:06 2007
+++ SPECS/hwreport.spec Thu Jul 19 17:00:01 2007
@@ -0,0 +1,67 @@
+# $Revision$, $Date$
+#
+# TODO:
+# - checkup, bump to 1.0 and build
+#
+Summary: Collect system informations for the hardware4linux site
+Summary(pl.UTF-8): Zbiera informacje dla strony hardware4linux
+Name: hwreport
+Version: 0.9
+Release: 0.1
+License: GPL v2
+Group: Applications/System
+Source0: http://hardware4linux.info/res/%{name}-%{version}.tar.bz2
+# Source0-md5: 47612077f8a00ddb8c9e6c1480c63f63
+URL: http://hardware4linux.info/
+BuildRequires: gcc
+Requires: dmidecode
+Requires: pciutils
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Hwreport uses a script hwreport and scan-printers to find out the
+hardware in your PC and confront it with a compatibility list on
+http://hardware4linux.info.
+
+It works both ways -- you can get information about the drivers and
+compatibility of your hardware from the site and submit new entries to the
+hardware4linux site.
+
+%description -l pl.UTF-8
+Hwreport używa skryptu hwreport i scan-printers do rozpoznawania sprzętu w
+Twoim PC-ie i porównywanie go ze listą kompatybilności na stronie
+http://hardware4linux.info.
+
+To działa w obie strony -- możesz pobierać informację na temat
+sterowników i kompatybilności Twojego sprzętu ze strony lub wysyłać nowe
+wpisy do strony hardware4linux.
+
+%prep
+%setup -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install {hwreport,osinfo,scan-printers} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/*
+
+%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/07/19 15:00:01 czarny
+- init
+- s/b(tm) check it and bump to 1.0
+
================================================================
More information about the pld-cvs-commit
mailing list