Browse Source

cyrus-imapd 2.2.13p1-6

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@1787 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
6202c249f7
1 changed files with 6 additions and 2 deletions
  1. 6 2
      c/cyrus-imapd/cyrus-imapd-vl.spec

+ 6 - 2
c/cyrus-imapd/cyrus-imapd-vl.spec

@@ -1,6 +1,6 @@
 Name:			cyrus-imapd
 Version:		2.2.13p1
-Release:		5%{?_dist_release}
+Release:		6%{?_dist_release}
 
 # ********************** BUILD TIME OPTIONS START **********************
 
@@ -480,7 +480,7 @@ done
 %{__install} -m 644 %{SOURCE5}    %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
 %{__install} -m 755 %{SOURCE25}   %{buildroot}%{_sysconfdir}/cron.daily/%{name}
 
-%{__cat} %{SOURCE11} | %{__sed} -e 's,LIB,%{_libdir},g' > %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
+%{__cat} %{SOURCE11} | %{__sed} -e 's,/usr/lib,%{_libdir},g' > %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
 %{__chmod} 755 %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
 
 # Install templates
@@ -753,6 +753,10 @@ fi
 %{_mandir}/man1/*
 
 %changelog
+* Tue Sep  7 2010 IWAI, Masaharu <iwai@alib.jp> 2.2.13p1-6
+- fix libdir path in init script for x86_64 arch: <BTS:VineLinux:918>
+ - update sed oneliner in install section
+
 * Sat Apr 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.13p1-5
 - use Requires(pre,post,postun,preun) instead of Prereq