]> git.pld-linux.org Git - packages/wine.git/commitdiff
- 20020710 wine-20020710-1
authorwolf <wolf@pld-linux.org>
Sun, 14 Jul 2002 19:04:07 +0000 (19:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR: sane-backend-devel removed. I don't want rc-inetd on my box.
- fix in sed in %%prep
- enchanced programs' make install
- there's no *.so in bindir (?)
- manually install fnt2bdf

Changed files:
    wine.spec -> 1.80

wine.spec

index fa723af82bc078f57d0b8115a9d22d4eab6d07b1..3a49f33b34e19fa2e1ce324f9dfc72888b4aef65 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -3,8 +3,8 @@ Summary(es):    Ejecuta programas Windows en Linux
 Summary(pl):   Program pozwalajĀ±cy uruchamiaƦ aplikacje Windows
 Summary(pt_BR):        Executa programas Windows no Linux
 Name:          wine
-Version:       20020509
-Release:       0.3
+Version:       20020710
+Release:       1
 License:       GPL
 Group:         Applications/Emulators
 Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
@@ -27,7 +27,6 @@ BuildRequires:        libjpeg-devel
 BuildRequires: ncurses-devel
 BuildRequires: OpenGL-devel
 BuildRequires: openjade
-BuildRequires: sane-backends-devel
 BuildRequires: XFree86-devel
 Requires:      OpenGL
 Requires(post): ldconfig
@@ -104,7 +103,7 @@ Wine - programy
 %patch -p1
 
 # turn off compilation of some tools
-sed -e "s|winetest||;s|avitools||" programs/Makefile.in > .tmp
+sed -e "s|winetest \\\|\\\|;s|avitools||" programs/Makefile.in > .tmp
 mv -f .tmp programs/Makefile.in
 
 %build
@@ -150,12 +149,25 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man1
 
 %{__make} -C programs install \
        prefix=$RPM_BUILD_ROOT%{_prefix} \
-        bindir=$RPM_BUILD_ROOT%{_bindir}
+       exec-prefix=$RPM_BUILD_ROOT%{_exec_prefix} \
+        bindir=$RPM_BUILD_ROOT%{_bindir} \
+       sbindir=$RPM_BUILD_ROOT%{_sbindir} \
+       sysconfdir=$RPM_BUILD_ROOT%{_sysconfdir} \
+       datadir=$RPM_BUILD_ROOT%{_datadir} \
+       includedir=$RPM_BUILD_ROOT%{_includedir}/wine \
+       libdir=$RPM_BUILD_ROOT%{_libdir} \
+       libexecdir=$RPM_BUILD_ROOT%{_libexecdir} \
+       localstatedir=$RPM_BUILD_ROOT%{_localstatedir} \
+       sharedstatedir=$RPM_BUILD_ROOT%{_sharedstatedir} \
+       mandir=$RPM_BUILD_ROOT%{_mandir} \
+       infodir=$RPM_BUILD_ROOT%{_infodir} \
+       dlldir=$RPM_BUILD_ROOT%{_libdir}/wine
 
 (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 programs/winhelp/hlp2sgml      $RPM_BUILD_ROOT%{_bindir}
+install tools/fnt2bdf                  $RPM_BUILD_ROOT%{_bindir}
 
 install -d $RPM_BUILD_ROOT%{_sysconfdir}/rc.d/init.d \
         $RPM_BUILD_ROOT%{_winedir}/windows/{system,Desktop,Favorites,Fonts} \
@@ -249,7 +261,7 @@ fi
 %files programs -f programs.list
 %defattr(644,root,root,755)
 %attr (755,root,root) %{_bindir}/hlp2sgml
-%{_bindir}/*.so
+#%{_bindir}/*.so
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.044063 seconds and 4 git commands to generate.