SPECS (AC-branch): wine.spec - mv sane.ds.so to -dll-twain
charles
charles at pld-linux.org
Mon May 15 00:50:17 CEST 2006
Author: charles Date: Sun May 14 22:50:17 2006 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- mv sane.ds.so to -dll-twain
---- Files affected:
SPECS:
wine.spec (1.220.2.2 -> 1.220.2.3)
---- Diffs:
================================================================
Index: SPECS/wine.spec
diff -u SPECS/wine.spec:1.220.2.2 SPECS/wine.spec:1.220.2.3
--- SPECS/wine.spec:1.220.2.2 Sun May 14 17:26:12 2006
+++ SPECS/wine.spec Mon May 15 00:50:12 2006
@@ -329,7 +329,7 @@
cd $RPM_BUILD_ROOT%{_libdir}/wine
for f in *.so; do
case $f in
- d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|glut32.dll.so|opengl32.dll.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winearts.drv.so|winejack.drv.so|winenas.drv.so)
+ d3d8.dll.so|d3d9.dll.so|d3dx8.dll.so|glu32.dll.so|glut32.dll.so|opengl32.dll.so|sane.ds.so|twain.dll.so|twain_32.dll.so|winealsa.drv.so|winearts.drv.so|winejack.drv.so|winenas.drv.so)
;;
*)
echo "%attr(755,root,root) %{_libdir}/wine/$f" >>$BZZZ/files.so
@@ -449,6 +449,7 @@
%if %{with sane}
%files dll-twain
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/wine/sane.ds.so
%attr(755,root,root) %{_libdir}/wine/twain*.dll.so
%endif
@@ -487,6 +488,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.220.2.3 2006/05/14 22:50:12 charles
+- mv sane.ds.so to -dll-twain
+
Revision 1.220.2.2 2006/05/14 15:26:12 charles
- updated to 0.9.13
- cleanups
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/wine.spec?r1=1.220.2.2&r2=1.220.2.3&f=u
More information about the pld-cvs-commit
mailing list