[svn] r5269 - in trunk/rpms: arp-scan cinepaint clamav dejavu-fonts gnofract4d miau mimedefang nagios potrace pyrpm python-curl scanmem sdparm tagtool viewvc wine

packagers at lists.rpmforge.net packagers at lists.rpmforge.net
Sun Apr 15 23:19:06 CEST 2007


Author: dag
Date: 2007-04-15 23:19:04 +0200 (Sun, 15 Apr 2007)
New Revision: 5269

Added:
   trunk/rpms/cinepaint/cinepaint-0.20.spec
Modified:
   trunk/rpms/arp-scan/arp-scan.spec
   trunk/rpms/cinepaint/cinepaint.spec
   trunk/rpms/clamav/clamav.spec
   trunk/rpms/dejavu-fonts/dejavu-fonts.spec
   trunk/rpms/gnofract4d/gnofract4d.spec
   trunk/rpms/miau/miau.spec
   trunk/rpms/mimedefang/mimedefang.spec
   trunk/rpms/nagios/nagios.spec
   trunk/rpms/potrace/potrace.spec
   trunk/rpms/pyrpm/pyrpm.spec
   trunk/rpms/python-curl/python-curl.spec
   trunk/rpms/scanmem/scanmem.spec
   trunk/rpms/sdparm/sdparm.spec
   trunk/rpms/tagtool/tagtool-0.12.2.spec
   trunk/rpms/viewvc/viewvc.spec
   trunk/rpms/wine/wine.spec
Log:
Updates

Modified: trunk/rpms/arp-scan/arp-scan.spec
===================================================================
--- trunk/rpms/arp-scan/arp-scan.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/arp-scan/arp-scan.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -10,7 +10,7 @@
 
 Summary: ARP scanning and fingerprinting tool
 Name: arp-scan
-Version: 1.5
+Version: 1.6
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -63,5 +63,8 @@
 %{_datadir}/arp-scan/
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 1.6-1
+- Updated to release 1.6.
+
 * Thu Jul 27 2006 Dag Wieers <dag at wieers.com> - 1.5-1
 - Initial package. (using DAR)

Added: trunk/rpms/cinepaint/cinepaint-0.20.spec
===================================================================
--- trunk/rpms/cinepaint/cinepaint-0.20.spec	                        (rev 0)
+++ trunk/rpms/cinepaint/cinepaint-0.20.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -0,0 +1,107 @@
+# $Id$
+# Authority: dries
+# Upstream: Robin Rowe <rower$movieeditor,com>
+
+%define real_version 0.20-1
+
+Summary: Motion picture frame-by-frame retouching and dust-busting
+Name: cinepaint
+Version: 0.20.1
+Release: 1.2
+License: GPL
+Group: Applications/Multimedia
+URL: http://sourceforge.net/projects/cinepaint
+
+Source: http://dl.sf.net/cinepaint/cinepaint-%{real_version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
+
+BuildRequires: openexr-devel, pkgconfig, libtiff-devel, lcms-devel
+BuildRequires: gcc-c++, gtk+-devel, glib-devel, libjpeg-devel
+BuildRequires: fltk-devel, libpng-devel, desktop-file-utils
+BuildRequires: python-devel, python
+
+%description
+CinePaint is an application primarily used for motion picture frame-by-frame
+retouching and dust-busting. It has been used on many feature films,
+including The Last Samurai. It is different from other painting tools
+because in addition to common 8-bit per channel formats like JPEG, it
+supports deep color image formats such as Cineon, DPX, OpenEXR, and
+32-bit TIFF, which are standard in motion picture visual effects and
+animation.
+
+%package devel
+Summary: Header files, libraries and development documentation for %{name}.
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+
+%description devel
+This package contains the header files, static libraries and development
+documentation for %{name}. If you like to develop programs using %{name},
+you will need to install %{name}-devel.
+
+%prep
+%setup -n %{name}-%{real_version}
+
+%{__cat} <<EOF >%{name}.desktop
+[Desktop Entry]
+Name=Cinepaint
+Comment=Motion picture retouching
+Exec=cinepaint
+Terminal=false
+Type=Application
+StartupNotify=true
+Categories=Application;AudioVideo;
+EOF
+
+%build
+%configure
+%{__make} %{?_smp_mflags}
+
+%install
+%{__rm} -rf %{buildroot}
+%{__perl} -pi -e 's|programplugindir = /usr|programplugindir = %{buildroot}/usr|g;' $(find . -type f | egrep 'Makefile$')
+%{__perl} -pi -e 's|programdatadir = /usr|programdatadir = %{buildroot}/usr|g;' $(find . -type f | egrep 'Makefile$')
+%makeinstall
+
+%{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
+desktop-file-install --vendor rpmforge             \
+	--add-category X-Red-Hat-Base              \
+	--dir %{buildroot}%{_datadir}/applications \
+	%{name}.desktop
+
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
+
+%clean
+%{__rm} -rf %{buildroot}
+
+%files
+%defattr(-, root, root, 0755)
+%doc AUTHORS ChangeLog COPYING NEWS README
+%doc %{_mandir}/man1/cinepaint*
+%{_bindir}/cinepaint
+%{_bindir}/cinepainttool
+%{_bindir}/cinepaint-remote
+%{_libdir}/libcinepaint.so.*
+%{_datadir}/applications/*cinepaint.desktop
+%{_libdir}/cinepaint/
+%{_datadir}/cinepaint/
+# tofix?
+%{_prefix}/libexec/bmp
+%{_prefix}/libexec/gifload
+%{_prefix}/libexec/rotate
+
+%files devel
+%{_includedir}/cinepaint/
+%{_libdir}/libcinepaint.a
+%{_libdir}/libcinepaint.so
+%{_libdir}/pkgconfig/cinepaint-gtk.pc
+%{_datadir}/aclocal/cinepaint.m4
+%exclude %{_libdir}/*.la
+
+%changelog
+* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.20.1-1.2
+- Rebuild for Fedora Core 5.
+
+* Thu Nov 10 2005 Dries Verachtert <dries at ulyssis.org> - 0.20.1-1
+- Initial package.


Property changes on: trunk/rpms/cinepaint/cinepaint-0.20.spec
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + native

Modified: trunk/rpms/cinepaint/cinepaint.spec
===================================================================
--- trunk/rpms/cinepaint/cinepaint.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/cinepaint/cinepaint.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -2,15 +2,16 @@
 # Authority: dries
 # Upstream: Robin Rowe <rower$movieeditor,com>
 
-%define real_version 0.20-1
+%define desktop_vendor rpmforge
+%define real_version 0.21-2
 
 Summary: Motion picture frame-by-frame retouching and dust-busting
 Name: cinepaint
-Version: 0.20.1
-Release: 1.2
+Version: 0.21.2
+Release: 1
 License: GPL
 Group: Applications/Multimedia
-URL: http://sourceforge.net/projects/cinepaint
+URL: http://cinepaint.org/
 
 Source: http://dl.sf.net/cinepaint/cinepaint-%{real_version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
@@ -42,7 +43,7 @@
 %prep
 %setup -n %{name}-%{real_version}
 
-%{__cat} <<EOF >%{name}.desktop
+%{__cat} <<EOF >cinepaint.desktop
 [Desktop Entry]
 Name=Cinepaint
 Comment=Motion picture retouching
@@ -51,6 +52,7 @@
 Type=Application
 StartupNotify=true
 Categories=Application;AudioVideo;
+Encoding=UTF8
 EOF
 
 %build
@@ -61,32 +63,30 @@
 %{__rm} -rf %{buildroot}
 %{__perl} -pi -e 's|programplugindir = /usr|programplugindir = %{buildroot}/usr|g;' $(find . -type f | egrep 'Makefile$')
 %{__perl} -pi -e 's|programdatadir = /usr|programdatadir = %{buildroot}/usr|g;' $(find . -type f | egrep 'Makefile$')
-%makeinstall
+%{__make} install DESTDIR="%{buildroot}"
 
 %{__install} -d -m0755 %{buildroot}%{_datadir}/applications/
-desktop-file-install --vendor rpmforge             \
+desktop-file-install --vendor %{desktop_vendor}    \
 	--add-category X-Red-Hat-Base              \
 	--dir %{buildroot}%{_datadir}/applications \
-	%{name}.desktop
+	cinepaint.desktop
 
-%post
-/sbin/ldconfig 2>/dev/null
+%post -p /sbin/ldconfig
+%postun -p /sbin/ldconfig
 
-%postun
-/sbin/ldconfig 2>/dev/null
-
 %clean
 %{__rm} -rf %{buildroot}
 
 %files
 %defattr(-, root, root, 0755)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%doc %{_mandir}/man1/cinepaint*
+%doc %{_mandir}/man1/cinepaint.1*
+%doc %{_mandir}/man1/cinepainttool.1*
 %{_bindir}/cinepaint
 %{_bindir}/cinepainttool
 %{_bindir}/cinepaint-remote
 %{_libdir}/libcinepaint.so.*
-%{_datadir}/applications/*cinepaint.desktop
+%{_datadir}/applications/%{desktop_vendor}-cinepaint.desktop
 %{_libdir}/cinepaint/
 %{_datadir}/cinepaint/
 # tofix?
@@ -94,18 +94,18 @@
 %{_prefix}/libexec/gifload
 %{_prefix}/libexec/rotate
 
-
 %files devel
+%defattr(-, root, root, 0755)
+%{_datadir}/aclocal/cinepaint.m4
 %{_includedir}/cinepaint/
-%{_libdir}/libcinepaint.a
+%exclude %{_libdir}/libcinepaint.a
+%exclude %{_libdir}/libcinepaint.la
 %{_libdir}/libcinepaint.so
 %{_libdir}/pkgconfig/cinepaint-gtk.pc
-%{_datadir}/aclocal/cinepaint.m4
-%exclude %{_libdir}/*.la
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - 0.20.1-1.2
-- Rebuild for Fedora Core 5.
+* Sun Apr 01 2007 Dag Wieers <dag at wieers.com> - 0.21.2-1
+- Updated to release 0.21-2.
 
 * Thu Nov 10 2005 Dries Verachtert <dries at ulyssis.org> - 0.20.1-1
 - Initial package.

Modified: trunk/rpms/clamav/clamav.spec
===================================================================
--- trunk/rpms/clamav/clamav.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/clamav/clamav.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -10,8 +10,8 @@
 
 Summary: Anti-virus software
 Name: clamav
-Version: 0.90.1
-Release: 4
+Version: 0.90.2
+Release: 1
 License: GPL
 Group: Applications/System
 URL: http://www.clamav.net/
@@ -358,6 +358,9 @@
 %{_libdir}/pkgconfig/libclamav.pc
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 0.90.2-1
+- Updated to release 0.90.2.
+
 * Fri Mar 09 2007 Dag Wieers <dag at wieers.com> - 0.90.1-4
 - Removed circular dependency.
 

Modified: trunk/rpms/dejavu-fonts/dejavu-fonts.spec
===================================================================
--- trunk/rpms/dejavu-fonts/dejavu-fonts.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/dejavu-fonts/dejavu-fonts.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -6,7 +6,7 @@
 
 Summary: DejaVu TrueType fonts
 Name: dejavu-fonts
-Version: 2.14
+Version: 2.16
 Release: 1
 License: Redistributable, with restrictions
 Group: User Interface/X
@@ -53,5 +53,8 @@
 %ghost %{_datadir}/fonts/dejavu/fonts.cache-1
 
 %changelog
+* Wed Apr 04 2007 Dag Wieers <dag at wieers.com> - 2.16-1
+- Updated to release 2.16.
+
 * Fri Feb 16 2007 Dag Wieers <dag at wieers.com> - 2.14-1
 - Initial package. (using DAR)

Modified: trunk/rpms/gnofract4d/gnofract4d.spec
===================================================================
--- trunk/rpms/gnofract4d/gnofract4d.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/gnofract4d/gnofract4d.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -6,7 +6,7 @@
 
 Summary: Program to generate and view fractals
 Name: gnofract4d
-Version: 3.2
+Version: 3.3
 Release: 1
 License: GPL
 Group: Applications/Multimedia
@@ -59,6 +59,9 @@
 %{_prefix}/lib/gnofract4d-%{version}/
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 3.3-1
+- Updated to release 3.3.
+
 * Fri Dec 15 2006 Dries Verachtert <dries at ulyssis.org> - 3.2-1
 - Updated to release 3.2.
 

Modified: trunk/rpms/miau/miau.spec
===================================================================
--- trunk/rpms/miau/miau.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/miau/miau.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -4,7 +4,7 @@
 
 Summary: Full featured IRC bouncer
 Name: miau
-Version: 0.6.3
+Version: 0.6.4
 Release: 1
 License: GPL
 Group: Applications/Internet
@@ -76,6 +76,9 @@
 %exclude %{_datadir}/miaurc
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 0.6.4-1
+- Updated to release 0.6.4.
+
 * Thu Jan 18 2007 Dag Wieers <dag at wieers.com> - 0.6.3-1
 - Updated to release 0.6.3.
 

Modified: trunk/rpms/mimedefang/mimedefang.spec
===================================================================
--- trunk/rpms/mimedefang/mimedefang.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/mimedefang/mimedefang.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -4,7 +4,7 @@
 
 Summary: Email filtering application using sendmail's milter interface
 Name: mimedefang
-Version: 2.61
+Version: 2.62
 Release: 1
 License: GPL
 Group: System Environment/Daemons
@@ -116,6 +116,9 @@
 %dir %{_localstatedir}/spool/MD-Quarantine
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 2.62-1
+- Updated to release 2.62.
+
 * Sun Feb 11 2007 Dag Wieers <dag at wieers.com> - 2.61-1
 - Updated to release 2.61.
 

Modified: trunk/rpms/nagios/nagios.spec
===================================================================
--- trunk/rpms/nagios/nagios.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/nagios/nagios.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -14,7 +14,7 @@
 
 Summary: Open Source host, service and network monitoring program
 Name: nagios
-Version: 2.8
+Version: 2.9
 Release: 1
 License: GPL
 Group: Applications/System
@@ -185,6 +185,9 @@
 %{_includedir}/nagios/
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 2.9-1
+- Updated to release 2.9.
+
 * Sat Mar 10 2007 Dag Wieers <dag at wieers.com> - 2.8-1
 - Updated to release 2.8.
 

Modified: trunk/rpms/potrace/potrace.spec
===================================================================
--- trunk/rpms/potrace/potrace.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/potrace/potrace.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -4,8 +4,8 @@
 
 Summary: Transforms bitmaps into vector graphics
 Name: potrace
-Version: 1.7
-Release: 2
+Version: 1.8
+Release: 1
 License: GPL
 Group: Applications/File
 URL: http://potrace.sourceforge.net/
@@ -45,6 +45,9 @@
 %{_bindir}/potrace
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 1.8-1
+- Updated to release 1.8.
+
 * Sun Jan 21 2007 Dag Wieers <dag at wieers.com> - 1.7-2
 - Fix group tag.
 

Modified: trunk/rpms/pyrpm/pyrpm.spec
===================================================================
--- trunk/rpms/pyrpm/pyrpm.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/pyrpm/pyrpm.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -3,7 +3,7 @@
 
 Summary: RPM implementation in python
 Name: pyrpm
-Version: 0.66
+Version: 0.67
 Release: 1
 License: GPL
 Group: System Environment/Base
@@ -45,6 +45,9 @@
 %ghost %{_datadir}/pyrpm/*/*.pyo
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 0.67-1
+- Updated to release 0.67.
+
 * Sun Apr 01 2007 Dag Wieers <dag at wieers.com> - 0.66-1
 - Updated to release 0.66.
 

Modified: trunk/rpms/python-curl/python-curl.spec
===================================================================
--- trunk/rpms/python-curl/python-curl.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/python-curl/python-curl.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -45,8 +45,5 @@
 %exclude %{_docdir}/pycurl/
 
 %changelog
-* Sat Apr 08 2006 Dries Verachtert <dries at ulyssis.org> - %{curl_version}-1.2
-- Rebuild for Fedora Core 5.
-
 * Sun Nov 27 2005 Dag Wieers <dag at wieers.com> - %{curl_version}-1
 - Initial package. (using DAR)

Modified: trunk/rpms/scanmem/scanmem.spec
===================================================================
--- trunk/rpms/scanmem/scanmem.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/scanmem/scanmem.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -4,7 +4,7 @@
 
 Summary: Simple interactive debugging utility
 Name: scanmem
-Version: 0.05
+Version: 0.06
 Release: 1
 License: GPL
 Group: Development/Debuggers
@@ -41,6 +41,9 @@
 %{_bindir}/scanmem
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 0.06-1
+- Updated to release 0.06.
+
 * Sun Mar 04 2007 Dag Wieers <dag at wieers.com> - 0.05-1
 - Updated to release 0.05.
 

Modified: trunk/rpms/sdparm/sdparm.spec
===================================================================
--- trunk/rpms/sdparm/sdparm.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/sdparm/sdparm.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -3,7 +3,7 @@
 
 Summary: List or change SCSI disk parameters
 Name: sdparm
-Version: 1.00
+Version: 1.01
 Release: 1
 License: FreeBSD
 Group: System Environment/Base
@@ -46,5 +46,8 @@
 %{_bindir}/sdparm
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 1.01-1
+- Updated to release 1.01.
+
 * Tue Oct 17 2006 Dag Wieers <dag at wieers.com> - 1.00-1
 - Initial package. (based on upstream package)

Modified: trunk/rpms/tagtool/tagtool-0.12.2.spec
===================================================================
--- trunk/rpms/tagtool/tagtool-0.12.2.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/tagtool/tagtool-0.12.2.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -60,10 +60,10 @@
 	%{buildroot}%{_datadir}/applications/tagtool.desktop
 
 %pre
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 %post
-%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || :
+%{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 %clean
 %{__rm} -rf %{buildroot}

Modified: trunk/rpms/viewvc/viewvc.spec
===================================================================
--- trunk/rpms/viewvc/viewvc.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/viewvc/viewvc.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -3,7 +3,7 @@
 
 Summary: Web-interface for CVS and Subversion version control repositories
 Name: viewvc
-Version: 1.0.3
+Version: 1.0.4
 Release: 1
 License: BSD
 Group: Development/Tools
@@ -107,6 +107,9 @@
 %{_localstatedir}/www/viewvc/
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 1.0.4-1
+- Updated to release 1.0.4.
+
 * Sat Oct 14 2006 Dag Wieers <dag at wieers.com> - 1.0.3-1
 - Updated to release 1.0.3.
 

Modified: trunk/rpms/wine/wine.spec
===================================================================
--- trunk/rpms/wine/wine.spec	2007-04-15 20:28:12 UTC (rev 5268)
+++ trunk/rpms/wine/wine.spec	2007-04-15 21:19:04 UTC (rev 5269)
@@ -33,7 +33,6 @@
 
 ### EL2 has neither glut nor freeglut
 %{?el2:%define _without_alsa 1}
-%{?el2:%define _without_arts 1}
 %{?el2:%define _without_cups 1}
 %{?el2:%define _without_freedesktop 1}
 %{?el2:%define _without_freeglut 1}
@@ -47,8 +46,8 @@
 
 Summary: Windows 16/32/64 bit emulator
 Name: wine
-Version: 0.9.33
-Release: 2
+Version: 0.9.35
+Release: 1
 License: LGPL
 Group: Applications/Emulators
 URL: http://www.winehq.org/
@@ -67,7 +66,6 @@
 BuildRequires: zlib-devel, ncurses-devel
 BuildRequires: sane-backends-devel
 %{!?_without_alsa:BuildRequires: alsa-lib-devel}
-%{!?_without_arts:BuildRequires: arts-devel}
 %{!?_without_cups:BuildRequires: cups-devel}
 %{!?_without_freedesktop:BuildRequires: desktop-file-utils}
 %{!?_without_freeglut:BuildRequires: freeglut-devel}
@@ -108,19 +106,12 @@
 %{?_with_modxorg:Requires: /usr/bin/xmessage}
 %{!?_with_modxorg:Requires: /usr/X11R6/bin/xmessage}
 Obsoletes: wine-tools <= %{version}-%{release}
+Obsoletes: wine-arts <= %{version}-%{release}
 Provides: wine-tools = %{version}-%{release}
 
 %description core
 Wine core package includes the basic wine stuff needed by all other packages.
 
-%package arts
-Summary: Arts sound support for wine
-Group: System Environment/Libraries
-Requires: wine-core = %{version}-%{release}
-
-%description arts
-Arts sound support for wine.
-
 %package capi
 Summary: ISDN support for wine
 Group: System Environment/Libraries
@@ -376,9 +367,6 @@
 /sbin/ldconfig
 update-desktop-database &>/dev/null || :
 
-%post arts -p /sbin/ldconfig
-%postun arts -p /sbin/ldconfig
-
 %post capi -p /sbin/ldconfig
 %postun capi -p /sbin/ldconfig
 
@@ -477,6 +465,7 @@
 %{_libdir}/wine/regsvr32.exe.so
 %{_libdir}/wine/rpcss.exe.so
 %{_libdir}/wine/rundll32.exe.so
+%{_libdir}/wine/spoolsv.exe.so
 %{_libdir}/wine/start.exe.so
 %{_libdir}/wine/taskmgr.exe.so
 %{_libdir}/wine/uninstaller.exe.so
@@ -493,6 +482,7 @@
 %{_libdir}/wine/winhelp.exe.so
 %{_libdir}/wine/winver.exe.so
 %{_libdir}/wine/wordpad.exe.so
+%{_libdir}/wine/xcopy.exe.so
 ### dll16
 %{_libdir}/wine/avifile.dll16
 %{_libdir}/wine/commdlg.dll16
@@ -601,6 +591,7 @@
 %{_libdir}/wine/itss.dll.so
 %{_libdir}/wine/kernel32.dll.so
 %{_libdir}/wine/localspl.dll.so
+%{_libdir}/wine/localui.dll.so
 %{_libdir}/wine/lz32.dll.so
 %{_libdir}/wine/mapi32.dll.so
 %{_libdir}/wine/mciavi32.dll.so
@@ -741,11 +732,6 @@
 %{_libdir}/wine/hhctrl.ocx.so
 %{_libdir}/wine/msisys.ocx.so
 
-%files arts
-%defattr(-, root, root, 0755)
-%dir %{_libdir}/wine/
-%{_libdir}/wine/winearts.drv.so
-
 %files capi
 %defattr(-, root, root, 0755)
 %dir %{_libdir}/wine/
@@ -811,6 +797,12 @@
 %{_libdir}/wine/*.def
 
 %changelog
+* Sun Apr 15 2007 Dag Wieers <dag at wieers.com> - 0.9.35-1
+- Updated to release 0.9.35.
+
+* Mon Apr 02 2007 Dag Wieers <dag at wieers.com> - 0.9.34-1
+- Updated to release 0.9.34.
+
 * Wed Mar 21 2007 Dag Wieers <dag at wieers.com> - 0.9.33-2
 - Fixed a dependency reference to /usr/X11R6/bin/xmessage on EL5.
 



More information about the svn-commits mailing list