|
@@ -7,7 +7,7 @@
|
|
|
Summary: Application which notifies about package updates
|
|
|
Summary(ja): パッケージの更新を通知するアプリケーション
|
|
|
Name: update-watch
|
|
|
-Version: 1.1.2
|
|
|
+Version: 1.2.0
|
|
|
Release: 1%{?_dist_release}
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
@@ -20,6 +20,7 @@ Requires: gambas2-gb-gui >= 1.9.48
|
|
|
Requires: gambas2-gb-form >= 1.9.48
|
|
|
Requires: gambas2-gb-gtk >= 1.9.48
|
|
|
Requires: gksu
|
|
|
+Requires: wget
|
|
|
BuildRequires: gambas2-ide >= 1.9.48
|
|
|
#BuildArch: noarch
|
|
|
AutoReqProv: no
|
|
@@ -121,7 +122,8 @@ popd
|
|
|
%{_sysconfdir}/rc.d/rc6.d/S00update-watch-cleanup
|
|
|
%{_sysconfdir}/xdg/autostart/update-watch.desktop
|
|
|
%{_prefix}/lib/update-watch
|
|
|
-%{_localstatedir}/lib/update-watch
|
|
|
+%dir %{_localstatedir}/lib/update-watch
|
|
|
+%ghost %{_localstatedir}/lib/update-watch/run-apt-update
|
|
|
%{_datadir}/apt/scripts/update-watch.lua
|
|
|
%{_datadir}/apt/scripts/check-reboot.lua
|
|
|
%{_datadir}/pixmaps/%{name}.png
|
|
@@ -130,6 +132,11 @@ popd
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sun Aug 15 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.2.0-1
|
|
|
+- source udpate
|
|
|
+- add Requires: wget for update-watch.cron script
|
|
|
+- set %%{_localstatedir}/lib/update-watch/run-apt-update as %%ghost
|
|
|
+
|
|
|
* Tue May 18 2010 Kazutaka HARADA <kazutaka@vinelinux.org> 1.1.2-1
|
|
|
- source udpate
|
|
|
- add update-watch-orange.png (missing accidentlly)
|