]> git.pld-linux.org Git - packages/wine.git/commitdiff
- added docbook-utils, docbook-std31-sgml and openjade to BR
authorjuandon <witekfl@pld-linux.org>
Tue, 4 Jun 2002 21:03:22 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added line: install hlp2sgml ...
- use new doc
- Rel 0.2
- STBR

Changed files:
    wine.spec -> 1.77

wine.spec

index d203d76e433fd221ceaa2c4e0082359b4d87fbb2..1854dc24ea7d46e421e43bc93b877694423daec1 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -4,10 +4,10 @@ Summary(pl):  Program pozwalaj
 Summary(pt_BR):        Executa programas Windows no Linux
 Name:          wine
 Version:       20020509
-Release:       0.1
+Release:       0.2
 License:       GPL
 Group:         Applications/Emulators
-Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
+Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.bz2
 Source1:       %{name}.init
 Source2:       %{name}.reg
 Source3:       %{name}.systemreg
@@ -19,11 +19,14 @@ BuildRequires:      arts-devel
 BuildRequires: bison
 BuildRequires: chpax
 BuildRequires: cups-devel
+BuildRequires: docbook-dtd31-sgml
+BuildRequires: docbook-utils
 BuildRequires: flex
 BuildRequires: freetype-devel >= 2.0.5
 BuildRequires: libjpeg-devel
 BuildRequires: ncurses-devel
 BuildRequires: OpenGL-devel
+BuildRequires: openjade
 BuildRequires: sane-backends-devel
 BuildRequires: XFree86-devel
 Requires:      OpenGL
@@ -152,6 +155,8 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 (cd $RPM_BUILD_ROOT%{_bindir}
 find -name '*.so' | sed 's|^.|%attr(755,root,root) %{_bindir}|; s|.so$||') > programs.list
 
+install programs/winhelp/hlp2sgml $RPM_BUILD_ROOT%{_bindir}
+
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d \
         $RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \
         "$RPM_BUILD_ROOT%{_winedir}/windows/Start Menu/Programs/Startup" \
@@ -179,8 +184,6 @@ vcr=mciviscd.drv
 MPEGVideo=mciqtz.drv
 EOF
 
-gzip -9nf README DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
-
 %if %{?debug:0}%{!?debug:1}
 echo "Strip executable binaries and shared object files."
 filelist=`find $RPM_BUILD_ROOT -type f ! -regex ".*ld-[0-9.]*so.*"`
@@ -220,7 +223,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README DEVELOPERS-HINTS ChangeLog BUGS AUTHORS ANNOUNCE
 %doc documentation/wine-user
 %attr(755,root,root) %{_bindir}/wine
 %attr(755,root,root) %{_bindir}/winebuild
This page took 0.573117 seconds and 4 git commands to generate.