rpms/sentinella/F-12 Sentinella-fix-desktopfile.patch, NONE, 1.1 import.log, NONE, 1.1 sentinella.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

thomasj thomasj at fedoraproject.org
Wed May 19 06:36:48 UTC 2010


Author: thomasj

Update of /cvs/pkgs/rpms/sentinella/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12297/F-12

Modified Files:
	.cvsignore sources 
Added Files:
	Sentinella-fix-desktopfile.patch import.log sentinella.spec 
Log Message:
import


Sentinella-fix-desktopfile.patch:
 Sentinella.desktop |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

--- NEW FILE Sentinella-fix-desktopfile.patch ---
--- src/Sentinella.desktop	2010-05-06 17:32:22.000000000 +0200
+++ src/Sentinella.desktop.old	2010-05-06 18:43:37.000000000 +0200
@@ -20,6 +20,5 @@
 GenericName[pt]=Lançador de Acção baseado na actividade do sistema
 GenericName[ru]=Исполнитель действий согласно системной активности
 Terminal=false
-Type=Application
 X-KDE-StartupNotify=true
-Categories=Qt;KDE;System; 
+Categories=Qt;KDE;System;


--- NEW FILE import.log ---
sentinella-0_6_1-1_fc12:F-12:sentinella-0.6.1-1.fc12.src.rpm:1274250842


--- NEW FILE sentinella.spec ---
Name:           sentinella
Version:        0.6.1
Release:        1%{?dist}
Summary:        Monitors your system activity and takes chosen action

Group:          Applications/System
License:        GPLv2+
URL:            http://sentinella.sourceforge.net/
Source0:        http://downloads.sourceforge.net/project/%{name}/0.6.x/Sentinella-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  cmake qt4-devel kdelibs4-devel libsysactivity-devel desktop-file-utils

%{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }

Patch10:        Sentinella-fix-desktopfile.patch

%description
Application that monitors your system activity and, when a condition is met, 
takes the action that you've chosen.
While monitoring your CPU, memory, hard drive and network usage, Sentinella 
can be programmed to take specific actions when set-points for utilization 
or time are met. It can power off, reboot or hibernate your system, 
kill an active process, throw an alarm or execute any command.

Sentinella integrates perfectly with KDE4 and will work on many *nix systems.

%prep
%setup -q -n Sentinella-%{version}
%patch10 -p0

## to prevent spurious-executable-perm in -debuginfo
chmod -x src/Actions/Sleep.h
chmod -x src/Actions/PlayAlarm.cpp
chmod -x src/Actions/KillProcess.h
chmod -x src/Actions/ExecuteCommand.h
chmod -x src/Actions/ExecuteCommand.cpp
chmod -x src/Conditions/ProcessDies.h
chmod -x src/Actions/PlayAlarm.h
chmod -x src/Actions/KillProcess.cpp
chmod -x src/Actions/Sleep.cpp
chmod -x src/Conditions/ProcessDies.cpp

%build
mkdir -p %{_target_platform}
pushd %{_target_platform}
%cmake .. -DCMAKE_BUILD_TYPE=release
popd

make -C %{_target_platform} %{?_smp_mflags}


%install
rm -rf %{buildroot}
make install -C %{_target_platform} DESTDIR=%{buildroot}
%find_lang Sentinella --with-kde

desktop-file-validate %{buildroot}%{_kde4_datadir}/applications/kde4/Sentinella.desktop

find . -type f -name 'ui_*.h' -exec chmod 0644 {} ';'

%clean
rm -rf %{buildroot}

%post 
touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :

%postun
touch --no-create %{_kde4_iconsdir}/hicolor &>/dev/null
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &>/dev/null || :
update-desktop-database -q &> /dev/null

%posttrans
gtk-update-icon-cache %{_kde4_iconsdir}/hicolor &> /dev/null || :
update-desktop-database -q &> /dev/null

%files -f Sentinella.lang
%defattr(-,root,root,-)
%doc CHANGELOG COPYING
%{_kde4_bindir}/sentinella
%{_kde4_iconsdir}/hicolor/scalable/apps/*
%{_kde4_datadir}/sounds/Sentinella
%{_kde4_datadir}/applications/kde4/Sentinella.desktop

%changelog
* Thu May 06 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.6.1-1
- sentinella 0.6.1
- new sound files under free license

* Thu Apr 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.6.0-3
- added .desktop file
- fixed icon cache

* Thu Apr 15 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.6.0-2
- fixed requires

* Wed Apr 14 2010 Thomas Janssen <thomasj at fedoraproject.org> 0.6.0-1
- initial Fedora release


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sentinella/F-12/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	18 May 2010 18:31:59 -0000	1.1
+++ .cvsignore	19 May 2010 06:36:47 -0000	1.2
@@ -0,0 +1 @@
+Sentinella-0.6.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sentinella/F-12/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	18 May 2010 18:32:00 -0000	1.1
+++ sources	19 May 2010 06:36:47 -0000	1.2
@@ -0,0 +1 @@
+6d00dc3b03ad7eba43bd6ec4c41faae1  Sentinella-0.6.1.tar.gz



More information about the scm-commits mailing list