]> git.pld-linux.org Git - packages/corosync.git/commitdiff
- DO NOT SET skip_post_check_so WITHOUT GIVING A GOOD REASON
authorsparky <sparky@pld-linux.org>
Fri, 22 Apr 2011 14:01:03 +0000 (14:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release down to: 0.1

Changed files:
    corosync.spec -> 1.14

corosync.spec

index 3136d4c7070ad5248e62b5343ebeb7c2830376ac..c4c70fc6a865e5dc8585055263a1f08122ff26c6 100644 (file)
@@ -7,7 +7,7 @@ Summary:        Corosync - OSI Certified implementation of a complete cluster engine
 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
@@ -25,7 +25,8 @@ BuildRequires:        pkgconfig
 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
@@ -45,8 +46,8 @@ This package contains the libraries of Corosync Cluster Engine, an OSI
 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
@@ -92,14 +93,14 @@ Ten pakiet zawiera statyczne biblioteki Corosync.
 %{__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
This page took 0.954411 seconds and 4 git commands to generate.