Browse Source

update wine and add wine-doors

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1197 ec354946-7b23-47d6-9f5a-488ba84defc7
Takemikaduchi 13 years ago
parent
commit
8a75ee2154

+ 108 - 0
d/dynamite/dynamite-vl.spec

@@ -0,0 +1,108 @@
+Name:           dynamite
+Version:        0.1.1
+Release:        1%{?_dist_release}
+Summary:        Extract data compressed with PKWARE Data Compression Library
+
+Group:          Applications/Communications
+License:        MIT
+URL:            http://synce.sourceforge.net/
+Source0:        http://dl.sf.net/synce/libdynamite-0.1.1.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  libtool
+
+%description
+%{summary}
+
+%package devel
+Group:          Development/Libraries
+Summary:        Files needed for software development with %{name}
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description devel
+The %{name}-devel package contains the files needed for development with
+%{name}
+
+%prep
+%setup -q -n libdynamite-%{version}
+
+%build
+%configure --disable-static --disable-rpath
+make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/libdynamite.{l,}a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE
+%{_libdir}/libdynamite.so.*
+%{_bindir}/dynamite
+%{_mandir}/man1/dynamite.1.gz
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libdynamite.so
+%{_includedir}/libdynamite.h
+%{_libdir}/pkgconfig/libdynamite.pc
+
+%changelog
+* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.1.1-1
+- initial build for Vine Linux
+
+
+* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.1.1-2
+- rebuild for pkgconfig
+
+* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.1.1-1
+- version upgrade
+
+* Fri Mar 28 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.1-8
+- fix #435583 Underquoted definition of AM_PATH_LIBDYNAMITE
+
+* Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.1-7
+- rebuild for buildid
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.1-6
+ - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Mon Sep 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.1-5
+- FE6 rebuild
+
+* Tue Feb 14 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.1-4
+- Rebuild for Fedora Extras 5
+
+* Fri Aug 26 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.1-3
+- require v-r for devel package
+
+* Thu Aug 25 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.1-2
+- add dist
+
+* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.1-1
+- Initial Release

+ 120 - 0
lib/libs/libsynce/libsynce-vl.spec

@@ -0,0 +1,120 @@
+Name:           libsynce
+Version:        0.15
+Release:        1%{?_dist_release}
+Summary:        Connection library for Pocket PC devices
+
+Group:          System Environment/Libraries
+License:        MIT
+URL:            http://www.synce.org
+Source0:        http://download.sf.net/synce/libsynce-%{version}.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  dbus-glib-devel
+BuildRequires:  hal-devel
+
+# Provide an upgrade path from the monilithic synce package
+Provides:       synce = %{version}-%{release}
+Obsoletes:      synce <= 0.9.1-10
+
+%description
+The purpose of the SynCE project is to provide a means of
+communication with a Windows CE device from a computer running Linux,
+FreeBSD or a similar operating system.
+
+%package devel
+Summary: Development libraries and header files for SynCE
+Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
+
+%description devel
+This package contains the header files and link libraries for SynCE
+application development. SynCE provides support for communication
+between a Windows CE device (PDA, smart phone) and a Linux machine.
+
+For more details on the SynCE project, please refer to the project's
+homepage at http://www.synce.org
+
+%prep
+%setup -q 
+
+%build
+%configure --disable-static --disable-rpath
+make %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+
+%files
+%defattr(-,root,root,-)
+%doc README TODO ChangeLog
+%{_libdir}/libsynce.so.0*
+%{_mandir}/man7/synce.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_includedir}/*.h
+%{_libdir}/lib*.so
+%{_mandir}/man3/*
+%{_libdir}/pkgconfig/*.pc
+
+%changelog
+* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp>
+- initial build for Vine Linux
+
+
+* Tue May 11 2010 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.15-1
+- version upgrade
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.14-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Jul 21 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.14-1
+- version upgrade
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.13-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.13-1
+- version upgrade (#457949)
+
+* Mon Dec 15 2008 Caolán McNamara <caolanm@redhat.com> - 0.11.1-2
+- rebuild to get provides pkgconfig(libsynce)
+
+* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.11.1-1
+- version upgrade
+
+* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.11-3
+- Autorebuild for GCC 4.3
+
+* Wed Jan 09 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.11-2
+- fix BR
+
+* Wed Jan 09 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.11-1
+- version upgrade
+
+* Wed May 09 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.10.0-1
+- version 0.10.0
+
+* Sat Mar 03 2007 Aurelien Bompard <abompard@fedoraproject.org> 0.9.3-1
+- split off the synce package

+ 133 - 0
o/orange/orange-vl.spec

@@ -0,0 +1,133 @@
+Name:           orange
+Version:        0.4
+Release:        1%{?_dist_release}
+Summary:        Squeeze out installable Microsoft cabinet files
+
+Group:          Applications/Communications
+License:        MIT
+URL:            http://synce.sourceforge.net/
+Source0:        http://downloads.sourceforge.net/synce/liborange-0.4.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  libsynce-devel
+BuildRequires:  dynamite-devel
+BuildRequires:  unshield-devel >= 0.5.1
+BuildRequires:  libgsf-devel
+BuildRequires:  file
+BuildRequires:  zlib-devel
+
+%description
+Orange is a tool and library for squeezing out juicy installable Microsoft
+Cabinet Files from self-extracting installers for Microsoft Windows and some
+other installer file formats
+
+%package devel
+Group:          Development/Libraries
+Summary:        Files needed for software development with %{name}
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description devel
+The %{name}-devel package contains the files needed for development with
+%{name}
+
+%prep
+%setup -q -n liborange-%{version}
+
+%build
+%configure --disable-static --disable-rpath \
+--with-libsynce-include=%{_includedir} --with-libsynce-lib=%{_libdir} \
+--with-libdynamite-include=%{_includedir} --with-libdynamite-lib=%{_libdir} \
+--with-libunshield-include=%{_includedir} --with-libunshield-lib=%{_libdir} \
+--with-libgsf
+
+make %{?_smp_mflags}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/liborange.{,l}a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE
+%{_bindir}/orange
+%{_libdir}/liborange.so.*
+%{_mandir}/man1/orange.1.gz
+
+%files devel
+%{_libdir}/liborange.so
+%{_includedir}/liborange*h
+%{_libdir}/pkgconfig/liborange.pc
+
+%changelog
+* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.4-1
+- initial build for Vine Linux
+
+
+* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.4-1
+- version upgrade
+
+* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.3.2-1
+- version upgrade
+
+* Mon Dec 03 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.3-5.cvs20051118
+- fix BR
+
+* Wed Aug 22 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.3-5.cvs20051118
+- rebuild for buildid
+
+
+* Mon Dec 04 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-4.cvs20051118
+- bump
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.3-3.cvs20051118
+ - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Mon Sep 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-2.cvs20051118
+- FE6 rebuild
+- Fix BR
+
+* Wed Mar 22 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-1.cvs20051118
+- Bump for libgsf
+- fix versioning
+
+* Tue Feb 28 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-0.cvs20051118.fc5.2
+- Rebuild for Fedora Extras 5
+
+* Thu Dec 15 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-0.cvs20051118.fc5.1
+- rebuild
+
+* Fri Nov 18 2005 Christian Iseli <Christian.Iseli[AT]licr.org> 0.3-0
+- grab latest from CVS to use libgsf instead of obsolete libole2
+
+* Tue Sep 27 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-2
+- include patch for new libole2
+
+* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.3-1
+- Initial Release

+ 119 - 0
u/unshield/unshield-vl.spec

@@ -0,0 +1,119 @@
+Name:           unshield
+Version:        0.6
+Release:        1%{?_dist_release}
+Summary:        Install InstallShield applications on a Pocket PC
+
+Group:          Applications/Communications
+License:        MIT
+URL:            http://synce.sourceforge.net/
+Source0:        http://dl.sf.net/synce/unshield-0.6.tar.gz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildRequires:  zlib-devel
+BuildRequires:  libtool
+
+%description
+To install a Pocket PC application remotely, an installable
+Microsoft Cabinet File is copied to the /Windows/AppMgr/Install
+directory on the PDA and then the wceload.exe is executed to
+perform the actual install. That is a very simple procedure.
+
+Unfortunately, many applications for Pocket PC are distributed as
+InstallShield installers for Microsoft Windows, and not as
+individual Microsoft Cabinet Files. That is very impractical for
+users of other operating systems, such as Linux or FreeBSD.
+
+%package devel
+Group:          Development/Libraries
+Summary:        Files needed for software development with %{name}
+Requires:       %{name} = %{version}-%{release}
+Requires:       pkgconfig
+
+%description devel
+The %{name}-devel package contains the files needed for development with
+%{name}
+
+%prep
+%setup -q
+
+%build
+%configure --disable-static --disable-rpath
+make LIBTOOL=%{_bindir}/libtool %{?_smp_mflags}
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT
+
+rm -f $RPM_BUILD_ROOT%{_libdir}/libunshield.{,l}a
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post -p /sbin/ldconfig
+
+%postun -p /sbin/ldconfig
+
+%files
+%defattr(-,root,root,-)
+%doc README LICENSE
+%{_bindir}/unshield
+%{_mandir}/man1/unshield.1.gz
+%{_libdir}/libunshield.so.*
+
+%files devel
+%defattr(-,root,root,-)
+%{_libdir}/libunshield.so
+%{_includedir}/libunshield.h
+%{_libdir}/pkgconfig/libunshield.pc
+
+%changelog
+* Wed Jun 09 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> - 0.6-1
+- initial build for Vine Linux
+
+
+* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
+
+* Tue Jul 21 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.6
+- version upgrade
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Sun Feb 08 2009 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.5.1-2
+- bump for pkgconfig
+
+* Tue Jun 17 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.5.1-1
+- version upgrade
+
+* Thu Aug 23 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 0.5-7
+- rebuild for buildid
+
+* Thu Nov 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.5-6
+- fix #212516 (thanks to Hans de Goede)
+
+* Thu Oct 05 2006 Christian Iseli <Christian.Iseli@licr.org> 0.5-5
+ - rebuilt for unwind info generation, broken in gcc-4.1.1-21
+
+* Mon Sep 18 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.5-4
+- FE6 rebuild
+
+* Thu Feb 16 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.5-3
+- Rebuild for Fedora Extras 5
+
+* Tue Sep 13 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.5-2
+- add dist
+- change devel Require from V to V-R
+
+* Tue Aug 23 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.5-1
+- Initial Release

+ 89 - 0
w/wine-doors/wine-doors-vl.spec

@@ -0,0 +1,89 @@
+Summary: One-click Windows package manager / wine frontend
+Summary(ja): Wine フロントエンド
+Name: wine-doors
+Version: 0.1.3
+Release: 1%{?_dist_release}
+License: GPL
+Group: Applications/Emulators
+URL: http://www.wine-doors.org
+Source0: wine-doors-%{version}.tar.gz
+Source1: preferences-vine.xml
+
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-root-%(%{__id_u} -n)
+
+Requires: libxml2-python
+Requires: python >= 2.4
+Requires: pygtk2
+Requires: pygtk2-libglade
+Requires: glade2
+Requires: libglade2
+Requires: wine
+Requires: unzip
+Requires: gnome-python-desktop
+Requires: gnome-python-rsvg
+Requires: cabextract
+Requires: tar
+Requires: pycairo
+Requires: orange
+Requires: xorg-x11-xkb-utils
+
+BuildRequires: python >= 2.4
+
+Vendor: Project Vine
+Distribution: Vine Linux
+
+%description
+Wine-doors is an application designed to make installing windows 
+software on Linux, Solaris or other Unix systems easier. Wine-doors 
+is essentially a package management tool for windows software on 
+Linux systems. Most Linux desktop users are familiar with package 
+management style application delivery, so it made sense to apply 
+this model to windows software.
+
+Wine-doors works by leveraging the exquisite software, libraries 
+and tools created over at WineHQ, there are also plans to support 
+Cedega, cvscedega and Crossover Office.
+
+Updating to 0.1.3 is highly recommended.
+
+%prep
+%setup -q
+
+%build
+
+%install
+mkdir -p $RPM_BUILD_ROOT
+python setup.py install -S --nodeps --temp=$RPM_BUILD_ROOT --prefix=%{_prefix}
+
+# override preferences.xml
+cp %{SOURCE1} $RPM_BUILD_ROOT/etc/wine-doors/preferences.xml
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root)
+%doc INSTALL LICENSE README
+%{_bindir}/wine-doors
+%{_datadir}/wine-doors/*
+%{_datadir}/applications/*
+%{_datadir}/pixmaps/*
+/etc/wine-doors/preferences.xml
+
+%changelog
+* Sun Jun 06 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.3-1
+- initial build for Vine Linux
+
+
+* Sun Mar 16 2009 Andrew Stormont <andyjstormont@googlemail.com>
+- Several bug fixes over 0.1.3rc1
+- Several new packages including PhotoshopCS2 and Spotify
+- IE works again!
+
+* Sun Jan 18 2009 Andrew Stormont <andyjstormont@googlemail.com>
+- Updated for 0.1.3rc1
+
+* Sun Jan 20 2008 Karl Lattimer <karl@wine-doors.org>
+- Initial RPM build
+- 0.1.2-1

+ 42 - 24
w/wine/wine-vl.spec

@@ -1,6 +1,6 @@
-%define pkg_major_version 1.1.29
+%define pkg_major_version 1.2
 %define pkg_name wine
-%define pkg_release 1%{?_dist_release}
+%define pkg_release 1.rc2%{?_dist_release}
 
 # NEW Release: numbering rule. -- Release: 1%{?_dist_release} 
 # spec file for package wine.. # base (SUSE10 and fedora core 9)
@@ -15,7 +15,7 @@ License:	LGPLv2+
 Group:	        Applications/System
 
 #--------------------------------------------------------------------
-Source0: http://prdownloads.sourceforge.net/wine/%{name}-%{version}.tar.bz2
+Source0: http://prdownloads.sourceforge.net/wine/%{name}-%{version}-rc2.tar.bz2
 #--------------------------------------------------------------------
 
 Source1:	wine.init
@@ -64,9 +64,15 @@ Source807: ja_fonts_replace-js2vl.reg
 Source808: ja_fonts_replace-ms2ipa.reg
 Source809: ja_fonts_replace-ms2vl.reg
 
+
+Vendor: Project Vine
+Distribution: Vine Linux
+Packager: daisuke, Takemikaduchi
+
 #--------------------------------------------------------------------
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 #--------------------------------------------------------------------
+
 ## FedoraCore ##
 BuildRequires: bison, flex
 BuildRequires: audiofile, audiofile-devel
@@ -83,12 +89,12 @@ BuildRequires: sane-devel
 BuildRequires: zlib-devel
 BuildRequires: desktop-file-utils
 BuildRequires: fontforge
-BuildRequires: gphoto2, gphoto2-devel
+## BuildRequires: gphoto2, gphoto2-devel
 ## BuildRequires: jack-audio-connection-kit-devel
 ## BuildRequires:  isdn4k-utils-devel
 BuildRequires: cups-devel
 BuildRequires: dbus-devel, hal-devel
-Requires:       %{_bindir}/xmessage
+## Requires:       %{_bindir}/xmessage
 
 ## X modular(fc) > X 7.2
 BuildRequires:  libX11-devel
@@ -103,15 +109,11 @@ BuildRequires:  libXmu-devel
 BuildRequires:  libXi-devel
 BuildRequires:  libXcursor-devel
 BuildRequires:  fontconfig-devel
-## libungif-devel <- giflib-devel(fc)
-BuildRequires:  libungif-devel, libtiff-devel
-
-## VineLinux ## < X 7.0
-## BuildRequires: XOrg-devel
-## XOrg-devel <- fontconfig-devel 
-BuildRequires: pkgconfig
-BuildRequires: libicu-devel
-BuildRequires: freetype-devel, freetype2-devel
+BuildRequires:  giflib-devel
+BuildRequires:  libtiff-devel
+BuildRequires:  pkgconfig
+BuildRequires:  libicu-devel
+BuildRequires:  freetype2-devel
 
 Requires(post): /sbin/ldconfig, /sbin/chkconfig, /sbin/service
 Requires(post): desktop-file-utils >= 0.8
@@ -195,12 +197,12 @@ Of course, please be mindful of security.
 
 %prep
 
-%setup -q -n %{name}-%{version}
-%patch0
+%setup -q -n %{name}-%{version}-rc2
+## %patch0
 %patch1 -p1
-%patch400 -p1
+## %patch400 -p1
 %patch401 -p1
-%patch402 -p1 -b .add-pa-to-winecfg
+## %patch402 -p1 -b .add-pa-to-winecfg
 %patch1000 -p1
 
 %build
@@ -340,7 +342,7 @@ rm -rf ${RPM_BUILD_ROOT}
 /sbin/ldconfig
 update-desktop-database &>/dev/null || :
 ### add vinelinux
-if [ "$LANG" = "ja_JP.eucJP" ]; then
+if [ "$LANG" = "ja_JP.UTF-8" ]; then
   echo "WINEのシステムフォントをリプレースするには"
   echo " fonts-replace-list.txt をお読み下さい。"
 else
@@ -359,7 +361,7 @@ if [ $1 = 1 ]; then
 /sbin/service wine start &>/dev/null || :
 fi
 ### add vinelinux
-if [ "$LANG" = "ja_JP.eucJP" ]; then
+if [ "$LANG" = "ja_JP.UTF-8" ]; then
     echo "WINE から binfmt_misc 機能を利用するための起動ファイルが"
     echo "インストールされ、ランレベル2、3、4、5で有効になりました。"
     echo "(ファイル名は /etc/init.d/wine です)"
@@ -409,7 +411,7 @@ fi
 %{_bindir}/wine
 %{_bindir}/wineboot
 %{_bindir}/wineconsole
-%{_bindir}/wineprefixcreate
+## %{_bindir}/wineprefixcreate
 %{_bindir}/winecfg
 %{_bindir}/wine-preloader
 # winelauncher --> Remove
@@ -434,7 +436,7 @@ fi
 %{_libdir}/wine/*.drv.so
 %{_libdir}/wine/*.drv16.so
 %{_libdir}/wine/*.mod16.so
-%{_libdir}/wine/*.*16
+## %{_libdir}/wine/*.*16
 %{_libdir}/wine/*.ds.so
 %{_libdir}/wine/*.ocx.so
 %{_libdir}/wine/*.vxd.so
@@ -458,8 +460,8 @@ fi
 %{_datadir}/desktop-directories/Wine.directory
 %{_mandir}/man1/wine.1.*
 %{_mandir}/man1/wineserver.1*
-%{_mandir}/man1/wineprefixcreate.1*
-%lang(de) %{_mandir}/de.UTF-8/man1/wine.1*
+## %{_mandir}/man1/wineprefixcreate.1*
+%lang(de) %{_mandir}/de.UTF-8/man1/*.1*
 %lang(fr) %{_mandir}/fr.UTF-8/man1/*
 
 #--------------------------------------------------------------------
@@ -499,6 +501,22 @@ fi
 
 #--------------------------------------------------------------------
 %changelog
+* Sat Jun 12 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.2-1.rc2
+- update to 1.2-rc2
+- fix spec file
+  - if [ "$LANG" = "ja_JP.eucJP" ];
+  + if [ "$LANG" = "ja_JP.UTF-8" ];
+- convert kanji code (ja_JP.eucJP -> ja_JP.UTF-8)
+  - SOURCE801, SOURCE802, SOURCE803, SOURCE804, SOURCE805
+- fix %files
+- drop patches (Patch0, Patch400, Patch402)
+
+* Sun Sep 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.29-2
+- update BRs
+  - remove freetype-devel
+  - remove libungif-devel, add giflib-devel
+  - remove gphoto2-devel, add libgphoto2-devel
+
 * Thu Sep 03 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.29-1
 - update to 1.1.29