SPECS: winetools.spec - fixed 3rdParty/iebatch.txt location
glen
glen at pld-linux.org
Thu May 4 02:11:45 CEST 2006
Author: glen Date: Thu May 4 00:11:45 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fixed 3rdParty/iebatch.txt location
---- Files affected:
SPECS:
winetools.spec (1.11 -> 1.12)
---- Diffs:
================================================================
Index: SPECS/winetools.spec
diff -u SPECS/winetools.spec:1.11 SPECS/winetools.spec:1.12
--- SPECS/winetools.spec:1.11 Tue Dec 20 01:52:41 2005
+++ SPECS/winetools.spec Thu May 4 02:11:39 2006
@@ -3,11 +3,12 @@
# - icon and some desktop file
#
%define _suffix jo
+%define _rel 1.1
Summary: WineTools - a menu driven installer for installing Windows programs under Linux
Summary(pl): WineTools - oparty na menu instalator do windowsowych programów pod Linuksem
Name: winetools
Version: 0.9
-Release: 1.%{_suffix}.1
+Release: 1.%{_suffix}.%{_rel}
Epoch: 1
License: GPL
Group: Applications/Emulators
@@ -17,6 +18,7 @@
URL: http://www.von-thadden.de/Joachim/WineTools/
BuildRequires: gettext-devel
BuildRequires: sed >= 4.0
+Requires: Xdialog
Requires: bash
Requires: gettext
Requires: mktemp
@@ -24,7 +26,6 @@
Requires: wget
Requires: wine >= 1:0.9
Requires: wine-programs >= 1:0.9
-Requires: Xdialog
ExclusiveArch: %{ix86}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -84,14 +85,14 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_bindir},%{_winetoolsdir}}
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_winetoolsdir}/3rdParty}
install wt2 $RPM_BUILD_ROOT%{_bindir}
install findwine $RPM_BUILD_ROOT%{_winetoolsdir}
cp -a scripts icon doc $RPM_BUILD_ROOT%{_winetoolsdir}
-install 3rdParty/*.{cfg,reg} *.reg findwine chopctrl.pl $RPM_BUILD_ROOT%{_winetoolsdir}
-install 3rdParty/iebatch.txt $RPM_BUILD_ROOT%{_winetoolsdir}
+install *.reg findwine chopctrl.pl $RPM_BUILD_ROOT%{_winetoolsdir}
+install 3rdParty/*.{cfg,reg,txt} $RPM_BUILD_ROOT%{_winetoolsdir}/3rdParty
install gettext.sh $RPM_BUILD_ROOT%{_winetoolsdir}
cd po
@@ -114,20 +115,18 @@
%dir %{_winetoolsdir}
%{_winetoolsdir}/doc
%{_winetoolsdir}/icon
-
-%{_winetoolsdir}/PowBallDX.cfg
-
-%{_winetoolsdir}/bde.reg
-%{_winetoolsdir}/futurepinball.reg
-%{_winetoolsdir}/ie6.reg
-%{_winetoolsdir}/iebatch.txt
-%{_winetoolsdir}/steaminstall.reg
-%{_winetoolsdir}/typograf.reg
-%{_winetoolsdir}/wt-config.reg
-
%{_winetoolsdir}/gettext.sh
%{_winetoolsdir}/findwine
+%{_winetoolsdir}/wt-config.reg
%attr(755,root,root) %{_winetoolsdir}/chopctrl.pl
+%dir %{_winetoolsdir}/3rdParty
+%{_winetoolsdir}/3rdParty/PowBallDX.cfg
+%{_winetoolsdir}/3rdParty/bde.reg
+%{_winetoolsdir}/3rdParty/futurepinball.reg
+%{_winetoolsdir}/3rdParty/ie6.reg
+%{_winetoolsdir}/3rdParty/iebatch.txt
+%{_winetoolsdir}/3rdParty/steaminstall.reg
+%{_winetoolsdir}/3rdParty/typograf.reg
%dir %{_winetoolsdir}/scripts
%attr(755,root,root) %{_winetoolsdir}/scripts/*
@@ -138,6 +137,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.12 2006/05/04 00:11:39 glen
+- fixed 3rdParty/iebatch.txt location
+
Revision 1.11 2005/12/20 00:52:41 charles
- updated to 0.9jo-III
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/winetools.spec?r1=1.11&r2=1.12&f=u
More information about the pld-cvs-commit
mailing list