|
@@ -1,6 +1,6 @@
|
|
Name: cyrus-imapd
|
|
Name: cyrus-imapd
|
|
Version: 2.2.13p1
|
|
Version: 2.2.13p1
|
|
-Release: 5%{?_dist_release}
|
|
+Release: 6%{?_dist_release}
|
|
|
|
|
|
# ********************** BUILD TIME OPTIONS START **********************
|
|
# ********************** BUILD TIME OPTIONS START **********************
|
|
|
|
|
|
@@ -480,7 +480,7 @@ done
|
|
%{__install} -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
|
%{__install} -m 644 %{SOURCE5} %{buildroot}%{_sysconfdir}/logrotate.d/%{name}
|
|
%{__install} -m 755 %{SOURCE25} %{buildroot}%{_sysconfdir}/cron.daily/%{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}
|
|
%{__chmod} 755 %{buildroot}%{_sysconfdir}/rc.d/init.d/%{name}
|
|
|
|
|
|
# Install templates
|
|
# Install templates
|
|
@@ -753,6 +753,10 @@ fi
|
|
%{_mandir}/man1/*
|
|
%{_mandir}/man1/*
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Sat Apr 24 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.2.13p1-5
|
|
- use Requires(pre,post,postun,preun) instead of Prereq
|
|
- use Requires(pre,post,postun,preun) instead of Prereq
|
|
|
|
|