|
@@ -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
|
|
|
|