SPECS: msmtp.spec - fix-info-dir is not called so!. fix it. adapte...
glen
glen at pld-linux.org
Fri Jul 15 09:01:14 CEST 2005
Author: glen Date: Fri Jul 15 07:01:14 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix-info-dir is not called so!. fix it. adapterize!
---- Files affected:
SPECS:
msmtp.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/msmtp.spec
diff -u SPECS/msmtp.spec:1.43 SPECS/msmtp.spec:1.44
--- SPECS/msmtp.spec:1.43 Fri Jul 15 08:30:15 2005
+++ SPECS/msmtp.spec Fri Jul 15 09:01:08 2005
@@ -74,21 +74,21 @@
%find_lang %{name}
%post
-fix-info-dir
+[ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README THANKS doc/msmtprc-{system,user}.example
%attr(755,root,root) %{_bindir}/*
%{_mandir}/man1/msmtp*
#%lang(pl) %{_mandir}/pl/man1/msmtp*
%{_infodir}/msmtp*
-%{_prefix}/share/info/dir.gz
+%{_datadir}/info/dir.gz
#%lang(pl) %{_prefix}/share/locale/pl/LC_MESSAGES/msmtp.mo
-%lang(de) %{_prefix}/share/locale/de/LC_MESSAGES/msmtp.mo
+%lang(de) %{_datadir}/locale/de/LC_MESSAGES/msmtp.mo
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -97,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2005/07/15 07:01:08 glen
+- fix-info-dir is not called so!. fix it. adapterize!
+
Revision 1.43 2005/07/15 06:30:15 wolvverine
- correct lang
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/msmtp.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list