Browse Source

cdemu-daemon-vl.spec

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@5325 ec354946-7b23-47d6-9f5a-488ba84defc7
kudoh 13 years ago
parent
commit
96a61a282e
1 changed files with 7 additions and 2 deletions
  1. 7 2
      c/cdemu-daemon/cdemu-daemon-vl.spec

+ 7 - 2
c/cdemu-daemon/cdemu-daemon-vl.spec

@@ -3,8 +3,8 @@
 Summary: CDEmu daemon
 Summary(ja): CDEmu デーモン
 Name: cdemu-daemon
-Version: 1.3.0
-Release: 2%{?_dist_release}
+Version: 1.4.0
+Release: 1%{?_dist_release}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://cdemu.sourceforge.net
@@ -81,6 +81,7 @@ rm -rf $RPM_BUILD_ROOT
 %post sysv
 # Run cdemu-daemon by default:
 /sbin/chkconfig --add cdemu-daemon >/dev/null 2>&1 || :
+/sbin/chkconfig cdemu-daemon on
 
 %preun sysv
 if [ "$1" -eq 0 ]; then
@@ -99,6 +100,7 @@ fi
 %config(noreplace) %{_sysconfdir}/dbus-1/system.d/cdemud-dbus.conf
 %{_bindir}/*
 %{_mandir}/man8/*
+%{_datadir}/dbus-1/*
 
 %if %{WITH_SYSV}
 %files sysv
@@ -108,6 +110,9 @@ fi
 %endif
 
 %changelog
+* Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
+- new upstream release
+
 * Fri Nov 19 2010 IWAI, Masaharu <iwai@alib.jp> 1.3.0-2
 - add Requires: dkms-vhba