SPECS: metamail.spec - updated pl desc - pass --disable-static ins...
qboosh
qboosh at pld-linux.org
Tue Mar 21 13:49:57 CET 2006
Author: qboosh Date: Tue Mar 21 12:49:57 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated pl desc
- pass --disable-static instead of removing just built static lib
---- Files affected:
SPECS:
metamail.spec (1.41 -> 1.42)
---- Diffs:
================================================================
Index: SPECS/metamail.spec
diff -u SPECS/metamail.spec:1.41 SPECS/metamail.spec:1.42
--- SPECS/metamail.spec:1.41 Sat Mar 18 15:26:58 2006
+++ SPECS/metamail.spec Tue Mar 21 13:49:52 2006
@@ -54,7 +54,10 @@
Metamail obsługuje standard MIME (rozszerzenie poczty internetowej dla
różnych celów) używany do przesyłania pocztą plików multimedialnych.
MIME jest też wykorzystywany do kodowania znaków narodowych w listach
-i artykułach news.
+i artykułach news. Metamail jest konfigurowalny poprzez mechanizm
+"mailcap" opisany w informacyjnym RFC towarzyszącym dokumentacji MIME.
+
+Ta wersja zawiera łaty z Debiana.
%prep
%setup -q -n mm%{_ver}
@@ -91,7 +94,8 @@
%{__autoheader}
%{__automake}
%{__autoconf}
-%configure
+%configure \
+ --disable-static
%{__make} -j1
%{__make} -C fonts
@@ -113,7 +117,7 @@
#ln -f $RPM_BUILD_ROOT%{_bindir}/mmencode $RPM_BUILD_ROOT%{_bindir}/mimencode
rm -rf $RPM_BUILD_ROOT%{_includedir}/metamail
-rm -rf $RPM_BUILD_ROOT%{_libdir}/libmetamail.{la,a}
+rm -f $RPM_BUILD_ROOT%{_libdir}/libmetamail.la
# that site doesn't exist
rm $RPM_BUILD_ROOT{%{_bindir}/patch-metamail,%{_mandir}/man1/patch-metamail.1}
@@ -128,7 +132,7 @@
%defattr(644,root,root,755)
%doc src/{README,CREDITS,mailers.txt}
%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libmetamail.so.0.0.0
+%attr(755,root,root) %{_libdir}/libmetamail.so.*.*.*
%{_libdir}/metamail
%{_mandir}/man1/*
%lang(fi) %{_mandir}/fi/man1/*
@@ -140,6 +144,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2006/03/21 12:49:52 qboosh
+- updated pl desc
+- pass --disable-static instead of removing just built static lib
+
Revision 1.41 2006/03/18 14:26:58 glen
- updated to debian patches .51
- fixes recent CVE-2006-0709
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/metamail.spec?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list