Author: glen Date: Sun May 16 09:48:55 2010 GMT Module: packages Tag: HEAD ---- Log message: - download other ISO mapping files - ghost soname symlink
---- Files affected: packages/libmbfl: libmbfl.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: packages/libmbfl/libmbfl.spec diff -u packages/libmbfl/libmbfl.spec:1.7 packages/libmbfl/libmbfl.spec:1.8 --- packages/libmbfl/libmbfl.spec:1.7 Thu Jul 26 20:58:23 2007 +++ packages/libmbfl/libmbfl.spec Sun May 16 11:48:50 2010 @@ -14,6 +14,34 @@ # Source0-md5: 6c74e119c341ca655e05222175442722 Source1: ftp://ftp.unicode.org/Public/UNIDATA/EastAsianWidth.txt # Source1-md5: ab95687111a50d4375725c0b9dade8d9 +Source2: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-1.TXT +# Source2-md5: 12e09bd6c9c501b55e0f27acaf60c672 +Source3: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-2.TXT +# Source3-md5: 9c338678a16843fd60fcd12602f767e5 +Source4: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-3.TXT +# Source4-md5: 508e6e6c9944169639d3110e0b973ce0 +Source5: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-4.TXT +# Source5-md5: de68d2887e903b683ac7de31fcf86e04 +Source6: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-5.TXT +# Source6-md5: 4c2e46c0b5c710935c6d48a96a930f55 +Source7: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-6.TXT +# Source7-md5: 0b6fca3cf6ced7832ec98bd83e9d8573 +Source8: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-7.TXT +# Source8-md5: e6b859201a1a2a4ef070877389351a60 +Source9: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-8.TXT +# Source9-md5: c77336d026dc44cb4bfa23dd89fa9dde +Source10: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-9.TXT +# Source10-md5: dc12e2b5e874edc397380ffd8ae55ed2 +Source11: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-10.TXT +# Source11-md5: 1756fe8a4076a0acbaa84f31f73a5e18 +Source12: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-11.TXT +# Source12-md5: 4b5563bdf9716200e25827da7f95580c +Source13: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-13.TXT +# Source13-md5: f97c84a786088bd85262f57df05408fd +Source14: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-14.TXT +# Source14-md5: b3d2634fb31883aae57fcfeb06436e2b +Source15: ftp://ftp.unicode.org/Public/MAPPINGS/ISO8859/8859-16.TXT +# Source15-md5: f905f3043c0b8265c64fb80ec9e747c3 BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -53,7 +81,21 @@ %prep %setup -q -n %{name} -cp %{SOURCE1} mbfl +cp -a %{SOURCE1} mbfl +cp -a %{SOURCE2} filters +cp -a %{SOURCE3} filters +cp -a %{SOURCE4} filters +cp -a %{SOURCE5} filters +cp -a %{SOURCE6} filters +cp -a %{SOURCE7} filters +cp -a %{SOURCE8} filters +cp -a %{SOURCE9} filters +cp -a %{SOURCE10} filters +cp -a %{SOURCE11} filters +cp -a %{SOURCE12} filters +cp -a %{SOURCE13} filters +cp -a %{SOURCE14} filters +cp -a %{SOURCE15} filters %build %{__libtoolize} @@ -80,6 +122,7 @@ %defattr(644,root,root,755) %doc AUTHORS DISCLAIMER README %attr(755,root,root) %{_libdir}/libmbfl.so.*.*.* +%attr(755,root,root) %ghost %{_libdir}/libmbfl.so.1 %files devel %defattr(644,root,root,755) @@ -99,6 +142,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2010/05/16 09:48:50 glen +- download other ISO mapping files +- ghost soname symlink + Revision 1.7 2007/07/26 18:58:23 witekfl - added bcond_without static_libs ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/libmbfl/libmbfl.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
