mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
* extras/build_src.sh: Missing PO files was breaking lang. system * aditional_rpmspec/wmic-4.0.0tp4-SVN-build-UNKNOWN.spec: Updated. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4958 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
35 lines
782 B
RPMSpec
35 lines
782 B
RPMSpec
#WMIC
|
|
#
|
|
%define name wmic
|
|
%define version 4.0.0tp4
|
|
Summary: Linux WMI client to do WMI querys using DCOM http://samba.org
|
|
Name: %{name}
|
|
Version: %{version}
|
|
Release: 0
|
|
License: GPL2
|
|
Group: System/Management
|
|
Source0: wmic_SUSE11_32bit_4.0.0tp4.tar.bz2
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildArch: i386
|
|
AutoReq: 1
|
|
Provides: %{name}-%{version}
|
|
|
|
%description
|
|
Linux WMI client to do WMI querys. More information at SAMBA4 project at http://www.samba.org/
|
|
|
|
%prep
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%setup -c
|
|
|
|
%install
|
|
mkdir -p $RPM_BUILD_ROOT/usr/bin/
|
|
cp -p wmic $RPM_BUILD_ROOT/usr/bin/
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
/usr/bin/wmic
|