Author: ankry Date: Sun Oct 26 21:43:07 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - few old rfcs added, rel. 5
---- Files affected: SPECS: rfc.spec (1.96 -> 1.97) ---- Diffs: ================================================================ Index: SPECS/rfc.spec diff -u SPECS/rfc.spec:1.96 SPECS/rfc.spec:1.97 --- SPECS/rfc.spec:1.96 Fri Sep 5 12:54:13 2008 +++ SPECS/rfc.spec Sun Oct 26 22:43:01 2008 @@ -9,13 +9,13 @@ Summary(pl.UTF-8): Dokumenty RFC Name: rfc Version: 4998 -Release: 4 +Release: 5 License: distributable Group: Documentation Source0: ftp://ftp.rfc-editor.org/in-notes/tar/RFCs0001-0500.tar.gz -# Source0-md5: dc57689b58746bdcd4bae06b5f1fa6d0 +# Source0-md5: ac771064e51f8a87e2f3e3459a196dd6 Source1: ftp://ftp.rfc-editor.org/in-notes/tar/RFCs0501-1000.tar.gz -# Source1-md5: 72a8f112bfed0e06e046ea1be5b5fe5d +# Source1-md5: 75a1fa3826fb0a684da5c598ad4951a0 Source2: ftp://ftp.rfc-editor.org/in-notes/tar/RFCs1001-1500.tar.gz # Source2-md5: b1c5cbf854dcf6ebcf33e213960a944e Source3: ftp://ftp.rfc-editor.org/in-notes/tar/RFCs1501-2000.tar.gz @@ -157,7 +157,7 @@ mv -f rfc546.pdf rfc546-pict.pdf %if %{with ps} -for n in 1144 1305 ; do +for n in 616 1144 1305 ; do gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite \ -sOutputFile=rfc$n.ps -c save pop -f rfc$n.pdf done @@ -169,6 +169,18 @@ echo -e '----------------------------------------------------------------------\n' >> rfc$n.txt pdftotext rfc$n.pdf - >> rfc$n.txt done +# these are available as pdf only and are paper copy scans +for n in 8 9 11 51 74 109 110 112 119 165 183 199 211 216 296 304 360 403 418 + 475 522 530 535 551 576 577 578 579 581 586 588 592 594 600 645 647 + 661 671 679 694 696 712 714; do + %if %{with ps} + gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pswrite \ + -sOutputFile=rfc$n.ps -c save pop -f rfc$n.pdf + %endif + if [ ! -e rfc$n.txt ]; then + echo -e '\nThis RFC is available as paper copy scan in PDF/PS format only.\n' > rfc$n.txt + fi +done # Generate .ps and .pdf versions when they are not provided %if %{with ps} || %{with pdf} @@ -292,6 +304,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.97 2008/10/26 21:43:01 ankry +- few old rfcs added, rel. 5 + Revision 1.96 2008/09/05 10:54:13 ankry - drop rfc5000 here (now in rfc-latest) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rfc.spec?r1=1.96&r2=1.97&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
