Browse Source

cdemu-client-vl.spec

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

+ 7 - 4
c/cdemu-client/cdemu-client-vl.spec

@@ -2,9 +2,9 @@
 %global	python_module_name cdemu
 
 Summary: A simple command-line client to control CDEmu daemon
-Summary(ja): CDEmuデーモンを制御するシンプルなコマンドラインクライアント
+Summary(ja): CDEmu デーモンを制御するシンプルなコマンドラインクライアント
 Name: cdemu-client
-Version: 1.3.0
+Version: 1.4.0
 Release: 1%{?_dist_release}
 License: GPLv2+
 Group: Applications/Accessories
@@ -45,13 +45,16 @@ retrieving/setting devices' debug masks.
 %files -f cdemu-client.lang
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING NEWS README
-%dir %{python_sitelib}/%{python_module_name}/
-%{python_sitelib}/%{python_module_name}/*.py*
+#%dir %{python_sitelib}/%{python_module_name}/
+#%{python_sitelib}/%{python_module_name}/*.py*
 %{_bindir}/*
 %{_mandir}/man1/*
 
 
 %changelog
+* Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
+- new upstream release
+
 * Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.3.0-1
 - new upstream release