packages: corosync/corosync.spec - DO NOT SET skip_post_check_so WITHOUT GI...
sparky
sparky at pld-linux.org
Fri Apr 22 16:01:08 CEST 2011
Author: sparky Date: Fri Apr 22 14:01:08 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- DO NOT SET skip_post_check_so WITHOUT GIVING A GOOD REASON
- release down to: 0.1
---- Files affected:
packages/corosync:
corosync.spec (1.13 -> 1.14)
---- Diffs:
================================================================
Index: packages/corosync/corosync.spec
diff -u packages/corosync/corosync.spec:1.13 packages/corosync/corosync.spec:1.14
--- packages/corosync/corosync.spec:1.13 Fri Apr 22 15:41:30 2011
+++ packages/corosync/corosync.spec Fri Apr 22 16:01:03 2011
@@ -8,7 +8,7 @@
Summary(pl.UTF-8): Corosync - implementacja silnika klastrowego certyfikowana przez OSI
Name: corosync
Version: 1.3.0
-Release: 1
+Release: 0.1
License: BSD
Group: Base
Source0: ftp://ftp:downloads@corosync.org/downloads/%{name}-%{version}/%{name}-%{version}.tar.gz
@@ -26,7 +26,8 @@
Requires: %{name}-libs = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
-%define skip_post_check_so libtotem_pg.so.4.0.0
+# REASON TO SKIP SO CHECK IS MISSING
+#%%define skip_post_check_so libtotem_pg.so.4.0.0
%description
The Corosync Cluster Engine is an OSI Certified implementation of a
@@ -46,8 +47,8 @@
Certified implementation of a complete cluster engine.
%description libs -l pl.UTF-8
-Ten pakiet zawiera biblioteki Corosync Cluster Engine - pełnego silnika
-klastrowego certyfikowanego przez OSI.
+Ten pakiet zawiera biblioteki Corosync Cluster Engine - pełnego
+silnika klastrowego certyfikowanego przez OSI.
%package devel
Summary: Header files for Corosync libraries
@@ -93,14 +94,14 @@
%{__make}
%{?with_apidocs:%{__make} doxygen}
-
+
%install
rm -rf $RPM_BUILD_ROOT
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
-%{__rm} -r $RPM_BUILD_ROOT/usr/share/doc/corosync
+%{__rm} -r $RPM_BUILD_ROOT%{_docdir}/corosync
sed -e 's/^/#/' $RPM_BUILD_ROOT%{_sysconfdir}/corosync/corosync.conf.example \
>$RPM_BUILD_ROOT%{_sysconfdir}/corosync/corosync.conf
@@ -234,6 +235,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.14 2011/04/22 14:01:03 sparky
+- DO NOT SET skip_post_check_so WITHOUT GIVING A GOOD REASON
+- release down to: 0.1
+
Revision 1.13 2011/04/22 13:41:30 alucard
- up to 1.3.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/corosync/corosync.spec?r1=1.13&r2=1.14&f=u
More information about the pld-cvs-commit
mailing list