[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/gkrellm/devel gkrellm.spec,1.22,1.23
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/gkrellm/devel gkrellm.spec,1.22,1.23
- Date: Tue, 6 Sep 2005 07:44:16 -0400
Author: karsten
Update of /cvs/dist/rpms/gkrellm/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv9284
Modified Files:
gkrellm.spec
Log Message:
- fix path to gkrellm2 plugins on 64bit archs (#164066)
Index: gkrellm.spec
===================================================================
RCS file: /cvs/dist/rpms/gkrellm/devel/gkrellm.spec,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- gkrellm.spec 18 Aug 2005 12:12:43 -0000 1.22
+++ gkrellm.spec 6 Sep 2005 11:44:14 -0000 1.23
@@ -2,7 +2,7 @@
Summary: Multiple stacked system monitors in one process.
Name: gkrellm
Version: 2.2.7
-Release: 2
+Release: 3
License: GPL
Group: Applications/System
URL: http://www.gkrellm.net/
@@ -75,6 +75,14 @@
%endif
%patch3 -p1
%patch4 -p1
+for i in gkrellmd.1 server/gkrellmd.h src/gkrellm.h gkrellm.1 README Changelog Changelog-plugins.html; do
+ sed -i -e "s@/usr/lib/gkrellm2/plugins %{_libdir}/gkrellm2/plugins@" $i
+ sed -i -e "s@/usr/lib/gkrellm/plugins %{_libdir}/gkrellm2/plugins@" $i
+done
+for i in gkrellmd.1 server/gkrellmd.h src/gkrellm.h gkrellm.1 README Changelog Changelog-plugins.html; do
+ sed -i -e "s@/usr/local/lib/gkrellm2/plugins@/usr/local/%{_lib}/gkrellm2/plugins@" $i
+ sed -i -e "s@/usr/local/lib/gkrellm/plugins@/usr/local/%{_lib}/gkrellm2/plugins@" $i
+done
%build
make CFLAGS="$RPM_OPT_FLAGS" \
@@ -175,6 +183,9 @@
%endif
%changelog
+* Thu Sep 06 2005 Karsten Hopp <karsten redhat de> 2.2.7-2
+- fix path to gkrellm2 plugins on 64bit archs (#164066)
+
* Thu Aug 18 2005 Florian La Roche <laroche redhat com>
- the the kernel dep form a Requires: into a Conflicts:
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]