|
@@ -4,8 +4,8 @@
|
|
|
Summary: A GNOME panel applet to control CDEmu daemon
|
|
|
Summary: CDEmu daemon を制御するための GNOME パネルアプレット
|
|
|
Name: gcdemu
|
|
|
-Version: 1.3.0
|
|
|
-Release: 2%{?_dist_release}
|
|
|
+Version: 1.4.0
|
|
|
+Release: 1%{?_dist_release}
|
|
|
License: GPLv2+
|
|
|
Group: Applications/Accessories
|
|
|
URL: http://cdemu.sourceforge.net
|
|
@@ -51,7 +51,7 @@ are installed).
|
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
|
-%{configure} --disable-schemas-install --disable-scrollkeeper
|
|
|
+%{configure} --disable-schemas-install
|
|
|
%{__make} %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
@@ -90,16 +90,23 @@ scrollkeeper-update -q
|
|
|
%files -f gcdemu.lang
|
|
|
%defattr(-,root,root,-)
|
|
|
%doc AUTHORS ChangeLog COPYING NEWS README
|
|
|
+%{_bindir}/%{name}
|
|
|
+%{_datadir}/applications/*
|
|
|
%{_datadir}/pixmaps/*
|
|
|
#%{_datadir}/omf/gcdemu/gcdemu-C.omf
|
|
|
-%{_libdir}/bonobo/servers/*
|
|
|
-%{_libexecdir}/*
|
|
|
-%dir %{python_sitelib}/%{python_module_name}/
|
|
|
-%{python_sitelib}/%{python_module_name}/*.py*
|
|
|
+#%{_libdir}/bonobo/servers/*
|
|
|
+#%{_libexecdir}/*
|
|
|
+#%dir %{python_sitelib}/%{python_module_name}/
|
|
|
+#%{python_sitelib}/%{python_module_name}/*.py*
|
|
|
%{_sysconfdir}/gconf/schemas/*
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Dec 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 1.4.0-1
|
|
|
+- new upstream release
|
|
|
+- fixed configure option
|
|
|
+ - deleted --disable-scrollkeeper
|
|
|
+
|
|
|
* Fri Nov 19 2010 IWAI, Masaharu <iwai@alib.jp> - 1.3.0-2
|
|
|
- add BuildRequires: gnome-doc-utils >= 0.3.2
|
|
|
|