SPECS: winexe.spec - lost %with
wolvverine
wolvverine at pld-linux.org
Wed Mar 5 02:34:13 CET 2008
Author: wolvverine Date: Wed Mar 5 01:34:13 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- lost %with
---- Files affected:
SPECS:
winexe.spec (1.5 -> 1.6)
---- Diffs:
================================================================
Index: SPECS/winexe.spec
diff -u SPECS/winexe.spec:1.5 SPECS/winexe.spec:1.6
--- SPECS/winexe.spec:1.5 Wed Mar 5 00:35:18 2008
+++ SPECS/winexe.spec Wed Mar 5 02:34:08 2008
@@ -14,7 +14,7 @@
Summary(pl.UTF-8): winexe - zdalne wywołanie polecń na WindowsNT/2000/XP/2003 spod systemu GNU/Linux
Name: winexe
Version: 071026
-Release: 3
+Release: 4
Epoch: 0
License: GPL/GPL v2/GPL v3
Group: Applications
@@ -81,7 +81,9 @@
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT%{_bindir}
-install bin/{winexe,wmic,wmis} $RPM_BUILD_ROOT%{_bindir}
+install bin/winexe $RPM_BUILD_ROOT%{_bindir}
+%{?with_wmic: install bin/wmic $RPM_BUILD_ROOT%{_bindir} }
+%{?with_wmis: install bin/wmis $RPM_BUILD_ROOT%{_bindir} }
%clean
rm -rf $RPM_BUILD_ROOT
@@ -96,6 +98,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.6 2008-03-05 01:34:08 wolvverine
+- lost %with
+
Revision 1.5 2008-03-04 23:35:18 wolvverine
- rel.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/winexe.spec?r1=1.5&r2=1.6&f=u
More information about the pld-cvs-commit
mailing list