SPECS: msmtp.spec - proper use of find_lang macro - don't assume i...
glen
glen at pld-linux.org
Fri Jul 15 09:05:07 CEST 2005
Author: glen Date: Fri Jul 15 07:05:07 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- proper use of find_lang macro
- don't assume info/dir is compresssed (should it be packaged afterall?)
---- Files affected:
SPECS:
msmtp.spec (1.44 -> 1.45)
---- Diffs:
================================================================
Index: SPECS/msmtp.spec
diff -u SPECS/msmtp.spec:1.44 SPECS/msmtp.spec:1.45
--- SPECS/msmtp.spec:1.44 Fri Jul 15 09:01:08 2005
+++ SPECS/msmtp.spec Fri Jul 15 09:05:01 2005
@@ -71,6 +71,7 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+
%find_lang %{name}
%post
@@ -79,17 +80,14 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%files
+%files -f %{name}.lang
%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*
-%{_datadir}/info/dir.gz
-#%lang(pl) %{_prefix}/share/locale/pl/LC_MESSAGES/msmtp.mo
-%lang(de) %{_datadir}/locale/de/LC_MESSAGES/msmtp.mo
-
+%{_datadir}/info/dir*
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
@@ -97,6 +95,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.45 2005/07/15 07:05:01 glen
+- proper use of find_lang macro
+- don't assume info/dir is compresssed (should it be packaged afterall?)
+
Revision 1.44 2005/07/15 07:01:08 glen
- fix-info-dir is not called so!. fix it. adapterize!
@@ -200,7 +202,7 @@
- 0.6.1
Revision 1.11 2003/10/13 13:01:47 areq
-- 0.6.0
+- 0.6.0
Revision 1.10 2003/10/09 08:31:06 areq
- 0.5.3
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/msmtp.spec?r1=1.44&r2=1.45&f=u
More information about the pld-cvs-commit
mailing list