Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a977cf7c07962ae2fa1fd5f9b0e8a509 > files > 2

hcl-1.7-1mdv2008.0.src.rpm

%define name hcl
%define version 1.7
%define release %mkrel 1

Summary: Collect hardware information
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL
Group: System/Configuration/Hardware
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Source0: %name-%version.tar.bz2
BuildArch: noarch
Requires: perl tar bzip2
Requires: lshw

%description
hcl uploads your hardware information on Mandriva server to create a hardware
database and getting help on support.

%prep
%setup -q -n %{name}-%version

%build
%make

%install
rm -rf %buildroot
%makeinstall_std
install hclGUI hclcollector hclupload %buildroot/%_sbindir
mkdir -p -m 0755 %{buildroot}%{_prefix}/lib/libDrakX
install -D hclcollector.pm %{buildroot}%{_prefix}/lib/libDrakX
%find_lang drakhcl

%clean
rm -rf %buildroot/

%files -f drakhcl.lang
%doc AUTHORS COPYING README
%_sbindir/hclGUI
%_sbindir/hclcollector
%_sbindir/hclupload
%{_prefix}/lib/libDrakX/hclcollector.pm


%changelog
* Wed Oct 03 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.7-1mdv2008.0
+ Revision: 95088
- updated translation

* Mon Oct 01 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.6-1mdv2008.0
+ Revision: 94237
- updated translation

* Thu Sep 27 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.5-1mdv2008.0
+ Revision: 93284
- cleanups
- less verbose
- typo fixes (adam)

* Tue Sep 25 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.4-1mdv2008.0
+ Revision: 92894
- cleanups
- kill old source

  + Chandrasegaran Parassouramane <chandra@mandriva.com>
    - shifting report file

* Tue Sep 25 2007 Chandrasegaran Parassouramane <chandra@mandriva.com> 1.3-1mdv2008.0
+ Revision: 92739
- new version

* Mon Sep 24 2007 Thierry Vignaud <tvignaud@mandriva.com> 1.2-2mdv2008.0
+ Revision: 92594
- fix %%find_lang
- cleanups
- fix crash when switching desktop
- require tar & bzip2
- add translations
- cleanups
- close fd leaks
- we now have files to build
- use %%makeinstall_std

* Wed Sep 19 2007 Pixel <pixel@mandriva.com> 1.0-1mdv2008.0
+ Revision: 90968
- cleanup
- import hcl


* Wed Sep 19 2007 Chandrasegaran PARASSOURAMANE <chandra@mandriva.com> 1.0-1mdv2008.0
- added new scripts : hclcollector, hclGUI, hcldmidecodeinfo, hcllshwinfo, hclcpuinfo, hclupload. Modifying initscripts /etc/init.d/mandrake_firsttime for adding /usr/sbin.
* Tue Sep 04 2007 Chandrasegaran PARASSOURAMANE <chandra@mandriva.com> 1.0-1mdv2008.0
- added documents
* Thu Aug 29 2007 Chandrasegaran PARASSOURAMANE <chandra@mandriva.com> 1.0-1mdv2008.0
- working on the first package