Browse Source

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@6150 ec354946-7b23-47d6-9f5a-488ba84defc7

kudoh 12 years ago
parent
commit
defc3c0cc0

+ 4 - 1
T/TrueType-umefont/TrueType-umefont-vl.spec

@@ -1,6 +1,6 @@
 %define archivename umefont
 %define _fontdir %{_datadir}/fonts/TrueType-umefont
-%define package_ver 438
+%define package_ver 439
 
 Name: TrueType-umefont
 Summary: Ume Fonts are Japanese fonts that the license restriction is a little
@@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc *.html
 
 %changelog
+* Mon May 07 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 439-1
+- new upstream release
+
 * Mon Apr 02 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 438-1
 - new upstream release
 

+ 11 - 3
c/cdemu-client/cdemu-client-vl.spec

@@ -4,19 +4,19 @@
 Summary: A simple command-line client to control CDEmu daemon
 Summary(ja): CDEmu デーモンを制御するシンプルなコマンドラインクライアント
 Name: cdemu-client
-Version: 1.4.0
+Version: 1.5.0
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/Accessories
 URL: http://cdemu.sourceforge.net
-Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 
 BuildRequires: dbus-python-devel
 BuildRequires: gettext intltool
 BuildRequires: perl-XML-Parser
-BuildRequires: python-devel
+#BuildRequires: python-devel
 
 %description
 This is cdemu-client, a simple command-line client for controlling CDEmu daemon.
@@ -37,6 +37,7 @@ retrieving/setting devices' debug masks.
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
+
 %find_lang cdemu-client
 
 %clean
@@ -47,11 +48,18 @@ retrieving/setting devices' debug masks.
 %doc AUTHORS ChangeLog COPYING NEWS README
 #%dir %{python_sitelib}/%{python_module_name}/
 #%{python_sitelib}/%{python_module_name}/*.py*
+%config(noreplace) %{_sysconfdir}/bash_completion.d/cdemu-bashcomp
 %{_bindir}/*
+%{_datadir}/applications/cdemu-client.desktop
 %{_mandir}/man1/*
 
 
 %changelog
+* Sat May 05 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
+- new upstream release
+- changed atchive type gzip to bzip2
+- dropt BuildRequires: python-devel
+
 * Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
 - new upstream release
 

+ 10 - 4
c/cdemu-daemon/cdemu-daemon-vl.spec

@@ -3,12 +3,12 @@
 Summary: CDEmu daemon
 Summary(ja): CDEmu デーモン
 Name: cdemu-daemon
-Version: 1.4.0
+Version: 1.5.0
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://cdemu.sourceforge.net
-Source0: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.gz
+Source0: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
 Source1: cdemu-daemon.init
 Source2: cdemu-daemon.sysconfig
 # should be fixed upstream?
@@ -18,7 +18,7 @@ BuildRequires: dbus-devel >= 0.90
 BuildRequires: dbus-glib-devel >= 0.70
 BuildRequires: libdaemon-devel >= 0.11
 BuildRequires: glib2-devel >= 2.6
-BuildRequires: libmirage-devel >= 1.2.0
+BuildRequires: libmirage-devel >= 1.5.0
 BuildRequires: libao-devel >= 0.8.0
 BuildRequires: sysfsutils-devel
 
@@ -60,7 +60,7 @@ cp -p %{SOURCE1} ./cdemu-daemon.init
 cp -p %{SOURCE2} ./cdemu-daemon.sysconfig
 
 %build
-%{configure}
+%{configure} --sysconfdir=/etc
 %{__make} %{?_smp_mflags}
 
 %install
@@ -99,6 +99,7 @@ fi
 %doc AUTHORS ChangeLog COPYING NEWS README
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/cdemud-dbus.conf
 %{_bindir}/*
+%{_libexecdir}/%{name}-*.sh
 %{_mandir}/man8/*
 %{_datadir}/dbus-1/*
 
@@ -110,6 +111,11 @@ fi
 %endif
 
 %changelog
+* Sun May 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
+- new upstream release
+- changed atchive type gzip to bzip2
+- changed BuildRequires: libmirage-devel >= 1.2.0 to 1.5.0
+
 * Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
 - new upstream release
 

+ 6 - 2
d/dkms-vhba/dkms-vhba-vl.spec

@@ -2,12 +2,12 @@ Summary: VHBA virtual host bus adapter module
 Summary(ja): VHBA(仮想ホストバスアダプタ)モジュール
 Name: dkms-vhba
 #Version: 1.2.1
-Version: 20110915
+Version: 20120422
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Kernel
 URL: http://cdemu.sourceforge.net
-Source: http://downloads.sourceforge.net/cdemu/vhba-module-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/cdemu/vhba-module-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 
@@ -74,6 +74,10 @@ dkms remove -m %{dkms_name} -v %{dkms_vers} %{?quiet} --all || :
 %{_usrsrc}/%{dkms_name}-%{dkms_vers}/
 
 %changelog
+* Sun May 06 2012 Toshiharu Kudoh <toshi.kd1@gmail.com> - 20120422-1
+- new upstream release
+- changed atchive type gzip to bzip2
+
 * Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd1@gmail.com> - 20110915-1
 - new upstream release
 - added BuildRequires: kernel-headers

+ 42 - 29
g/gcdemu/gcdemu-vl.spec

@@ -4,33 +4,36 @@
 Summary: A GNOME panel applet to control CDEmu daemon
 Summary: CDEmu daemon を制御するための GNOME パネルアプレット
 Name: gcdemu
-Version: 1.4.0
+Version: 1.5.0
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/Accessories
 URL: http://cdemu.sourceforge.net
-Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildArch: noarch
 
 BuildRequires: dbus-python-devel
 BuildRequires: gettext
+BuildRequires: glib2-devel
 BuildRequires: intltool >= 0.21
-BuildRequires: gnome-panel-devel
-BuildRequires: gnome-python-devel
+#BuildRequires: gnome-panel-devel
+#BuildRequires: gnome-python-devel
 BuildRequires: perl-XML-Parser
-BuildRequires: pygtk2-devel >= 2.6
+#BuildRequires: pygtk2-devel >= 2.6
 BuildRequires: python-devel
-BuildRequires: gnome-doc-utils >= 0.3.2
+#BuildRequires: gnome-doc-utils >= 0.3.2
 
 Requires: dbus-python >= 0.80
-Requires: gnome-python-applet
-Requires: hicolor-icon-theme
-Requires: pygtk2 >= 2.6
+Requires: pygobject3
+Requires: cdemu-daemon
+#Requires: gnome-python-applet
+#Requires: hicolor-icon-theme
+#Requires: pygtk2 >= 2.6
 
-Requires(pre): GConf2
-Requires(post):	GConf2
-Requires(preun): GConf2
+#Requires(pre): GConf2
+#Requires(post):	GConf2
+#Requires(preun): GConf2
 
 Requires(post): scrollkeeper
 Requires(postun): scrollkeeper
@@ -51,38 +54,42 @@ are installed).
 %setup -q
 
 %build
-%{configure} --disable-schemas-install
+%{configure}
 %{__make} %{?_smp_mflags}
 
 %install
 %{__rm} -rf $RPM_BUILD_ROOT
-export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
+#export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
-unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
+#unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
 %find_lang gcdemu --with-gnome
 
 %clean
 %{__rm} -rf $RPM_BUILD_ROOT
 
 %pre
-if [ "$1" -gt 1 ]; then
-	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
-	gconftool-2 --makefile-uninstall-rule \
-		%{_sysconfdir}/gconf/schemas/gcdemu.schemas >/dev/null ||:
-fi
+#if [ "$1" -gt 1 ]; then
+#	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
+#	gconftool-2 --makefile-uninstall-rule \
+#		%{_sysconfdir}/gconf/schemas/gcdemu.schemas >/dev/null ||:
+#fi
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %post
 scrollkeeper-update -q
-export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
-gconftool-2 --makefile-install-rule \
-	%{_sysconfdir}/gconf/schemas/gcdemu.schemas >/dev/null ||:
+#export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
+#gconftool-2 --makefile-install-rule \
+#	%{_sysconfdir}/gconf/schemas/gcdemu.schemas >/dev/null ||:
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 %preun
-if [ "$1" -eq 0 ]; then
-	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
-	gconftool-2 --makefile-uninstall-rule \
-		%{_sysconfdir}/gconf/schemas/gcdemu.schemas >/dev/null ||:
-fi
+#if [ "$1" -eq 0 ]; then
+#	export GCONF_CONFIG_SOURCE=$(gconftool-2 --get-default-source)
+#	gconftool-2 --makefile-uninstall-rule \
+#		%{_sysconfdir}/gconf/schemas/gcdemu.schemas >/dev/null ||:
+#fi
+glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
+
 
 %postun 
 scrollkeeper-update -q
@@ -92,16 +99,22 @@ scrollkeeper-update -q
 %doc AUTHORS ChangeLog COPYING NEWS README
 %{_bindir}/%{name}
 %{_datadir}/applications/*
+%{_datadir}/glib-2.0/schemas/apps.gcdemu.gschema.xml
 %{_datadir}/pixmaps/*
 #%{_datadir}/omf/gcdemu/gcdemu-C.omf
 #%{_libdir}/bonobo/servers/*
 #%{_libexecdir}/*
 #%dir %{python_sitelib}/%{python_module_name}/
 #%{python_sitelib}/%{python_module_name}/*.py*
-%{_sysconfdir}/gconf/schemas/*
+#%{_sysconfdir}/gconf/schemas/*
 
 
 %changelog
+* Sun May 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
+- new upstream release
+- changed atchive type gzip to bzip2
+- deleted unrecognized option: --disable-schemas-install
+
 * Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
 - new upstream release
 - fixed configure option

+ 6 - 2
lib/libm/libmirage/libmirage-vl.spec

@@ -1,12 +1,12 @@
 Summary: A CD-ROM image access library
 Summary(ja): CD-ROM イメージにアクセスするためのライブラリ
 Name: libmirage
-Version: 1.4.0
+Version: 1.5.0
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Libraries
 URL: http://cdemu.sourceforge.net
-Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.gz
+Source: http://downloads.sourceforge.net/cdemu/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 
 BuildRequires: glib2-devel >= 2.6.0
@@ -81,6 +81,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
 %doc %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Sun May 06 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.5.0-1
+- new upstream release
+- changed atchive type gzip to bzip2
+
 * Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
 - new upstream release