Author: glen Date: Tue Feb 22 16:30:02 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix for reentrant install
- noarch
---- Files affected:
SPECS:
eventum.spec (1.51 -> 1.52)
---- Diffs:
================================================================
Index: SPECS/eventum.spec
diff -u SPECS/eventum.spec:1.51 SPECS/eventum.spec:1.52
--- SPECS/eventum.spec:1.51 Mon Feb 21 16:58:41 2005
+++ SPECS/eventum.spec Tue Feb 22 17:29:56 2005
@@ -87,6 +87,7 @@
Requires: apache-mod_dir
# conflict with non-confdir apache
Conflicts: apache1 < 1.3.33-1.1
+BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _sysconfdir /etc/%{name}
@@ -451,7 +452,7 @@
# in bindir
mv $RPM_BUILD_ROOT%{_appdir}/misc/cli/eventum $RPM_BUILD_ROOT%{_bindir}
rm -f
$RPM_BUILD_ROOT%{_appdir}/misc/{cli/eventumrc_example,scm/process_cvs_commits.php}
-cp misc/cli/eventumrc_example eventumrc
+cp -f misc/cli/eventumrc_example eventumrc
install %{name}-scm $RPM_BUILD_ROOT%{_libdir}/scm
%if %{with pear}
@@ -656,6 +657,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.52 2005/02/22 16:29:56 glen
+- fix for reentrant install
+- noarch
+
Revision 1.51 2005/02/21 15:58:41 glen
- add charset fix from incoming emails
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/eventum.spec?r1=1.51&r2=1.52&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit