rpms/sentinella/F-12 sentinella.spec,1.1,1.2

thomasj thomasj at fedoraproject.org
Wed May 19 09:06:43 UTC 2010


Author: thomasj

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

Modified Files:
	sentinella.spec 
Log Message:
added fix DSO patch


Index: sentinella.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sentinella/F-12/sentinella.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sentinella.spec	19 May 2010 06:36:47 -0000	1.1
+++ sentinella.spec	19 May 2010 09:06:43 -0000	1.2
@@ -10,10 +10,12 @@ Source0:        http://downloads.sourcef
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake qt4-devel kdelibs4-devel libsysactivity-devel desktop-file-utils
+BuildRequires:	kdebase-workspace-devel gettext
 
 %{?_kde4_macros_api:Requires: kde4-macros(api) = %{_kde4_macros_api} }
 
 Patch10:        Sentinella-fix-desktopfile.patch
+Patch20:	sentinella-fix-DSO.patch
 
 %description
 Application that monitors your system activity and, when a condition is met, 
@@ -28,6 +30,7 @@ Sentinella integrates perfectly with KDE
 %prep
 %setup -q -n Sentinella-%{version}
 %patch10 -p0
+%patch20 -p0
 
 ## to prevent spurious-executable-perm in -debuginfo
 chmod -x src/Actions/Sleep.h



More information about the scm-commits mailing list