]> git.pld-linux.org Git - packages/wine.git/commitdiff
- remove avitools from programs (conficts with aviplay, and have no sound support...)
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 3 Mar 2002 10:55:22 +0000 (10:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- correct split binaries between main pkg and programs
- release 5

Changed files:
    wine.spec -> 1.67

wine.spec

index eb7aa3b8034680bd7c34fb71ab2ba1a43e02c504..e28cf512ed406cff8d904e6871ddf971017c50f0 100644 (file)
--- a/wine.spec
+++ b/wine.spec
@@ -4,7 +4,7 @@ Summary(pl):    Program pozwalaj
 Summary(pt_BR):        Executa programas Windows no Linux
 Name:          wine
 Version:       20020122
-Release:       4
+Release:       5
 License:       distributable
 Group:         Applications/Emulators
 Source0:       ftp://metalab.unc.edu/pub/Linux/ALPHA/wine/development/Wine-%{version}.tar.gz
@@ -93,7 +93,9 @@ Wine - programy
 %prep
 %setup -q
 %patch -p1
-sed -e "s|winetest||" programs/Makefile.in > .tmp
+
+# turn off compilation of some tools
+sed -e "s|winetest||;s|avitools||" programs/Makefile.in > .tmp
 mv -f .tmp programs/Makefile.in
 
 %build
@@ -209,7 +211,18 @@ fi
 %defattr(644,root,root,755)
 %doc *.gz
 %doc documentation/wine-user
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/wine
+%attr(755,root,root) %{_bindir}/winebuild
+%attr(755,root,root) %{_bindir}/winemaker
+%attr(755,root,root) %{_bindir}/wineserver
+%attr(755,root,root) %{_bindir}/wineclipsrv
+%attr(755,root,root) %{_bindir}/winelauncher
+%attr(755,root,root) %{_bindir}/wineshelllink
+%attr(755,root,root) %{_bindir}/winedump
+%attr(755,root,root) %{_bindir}/wrc
+%attr(755,root,root) %{_bindir}/wmc
+%attr(755,root,root) %{_bindir}/fnt2bdf
+%attr(755,root,root) %{_bindir}/function_grep.pl
 %attr(755,root,root) %{_libdir}/*.so*
 %{_mandir}/man[15]/*
 %config(noreplace) %{_sysconfdir}/wine.reg
@@ -220,8 +233,8 @@ fi
 
 %files programs -f programs.list
 %defattr(644,root,root,755)
+%attr (755,root,root) %{_bindir}/hlp2sgml
 %{_bindir}/*.so
-#%%attr(755,root,root) %%{_bindir}/{%%(ls *.so | sed s/\.so/,/g | sed s/,$//)}
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.252008 seconds and 4 git commands to generate.