Author: uzsolt Date: Wed Dec 24 10:22:47 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added some subpackages - new TODOs
---- Files affected: SPECS: texlive.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/texlive.spec diff -u SPECS/texlive.spec:1.49 SPECS/texlive.spec:1.50 --- SPECS/texlive.spec:1.49 Tue Dec 23 21:56:57 2008 +++ SPECS/texlive.spec Wed Dec 24 11:22:41 2008 @@ -24,6 +24,7 @@ # until larm1000 font found (xindy option) # - texk/web2c doesn't build (luatex option) # - %files latex-bibtex-revtex4 +# - Check CEF/cjk! # # %include /usr/lib/rpm/macros.perl @@ -193,6 +194,7 @@ TeX'in becerileri ve dizgi dili, dili geliştiren Knuth'un 'The TeXbook' başlıklı kitabında anlatılmaktadır. + %package doc-Catalogue Summary: TeX Catalogue Summary(pl.UTF-8): Katalog TeXa @@ -208,7 +210,7 @@ %package doc-tug-faq Summary: TeX User Group FAQ -Summary(hu.UTF-8): TeX felhasználók FAQ-ja +Summary(hu.UTF-8): TeX felhasználók FAQ-ja Summary(pl.UTF-8): FAQ Grupy Użytkowników TeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash @@ -228,7 +230,7 @@ %package doc-latex Summary: Basic LaTeX packages documentation -Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja +Summary(hu.UTF-8): Az alap LaTeX csomagok dokumentációja Summary(pl.UTF-8): Podstawowa dokumentacja do pakietów LaTeXa Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash @@ -246,7 +248,7 @@ # # libraries # %package -n kpathsea Summary: File name lookup library -Summary(hu.UTF-8): Fájlnév-kereső könyvtár +Summary(hu.UTF-8): Fájlnév-kereső könyvtár Summary(pl.UTF-8): Biblioteka szukająca nazw plików Group: Applications/Publishing/TeX Requires(post,postun): %{_bindir}/texhash @@ -264,7 +266,7 @@ %package -n kpathsea-devel Summary: Kpathsea library filename lookup header files and documentation Summary(es.UTF-8): Bibliotecas y archivos de inclusión para desarrollo TeX -Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja +Summary(hu.UTF-8): Kpathsea fájlnév-kereső könyvtár header fájljai és dokumentációja Summary(pl.UTF-8): Pliki nagłówkowe oraz dokumetacja kpathsea Summary(pt_BR.UTF-8): Bibliotecas e headers para desenvolvimento TeX Group: Development/Libraries @@ -323,7 +325,7 @@ %description dvips -l hu.UTF-8 A dvips program egy TeX által készített DVI-fájlból PostScript -állományt készít, amelyet a legtöbb esetben közvetlenül a +állományt készít, amelyet a legtöbb esetben közvetlenül a lézernyomtatóra küldhetsz. %description dvips -l pl.UTF-8 @@ -3155,6 +3157,51 @@ %description fonts-type1-xypic -l pl.UTF-8 Fonty Xy-pic. + +# TeXLive-specific packages - there wasn't before... +%package afm2pl +Summary: Convert an Adobe font metric file to a TeX font property list +Group: Fonts + +%description afm2pl +Convert an Adobe font metric file to a TeX font property list. + + +%package bbox +Summary: bbox prints the bounding box of images +Group: Applications/Publishing/TeX + +%description bbox +bbox reads a rawppm or rawpbm file and prints out the bounding box of +the image. + +%package cefutils +Summary: In cefutils there are CEF-compatible utils +Group: Applications/Publishing/TeX + +%description cefutils +In cefutils there are CEF-compatible (Chinese Encoding Framework) +utils. + +%package detex +Summary: A filter to strip TeX commands from a .tex file +Summary(hu.UTF-8): Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat +Group: Applications/Publishing/TeX + +%description detex +A filter to strip TeX commands from a .tex file. + +%description detex -l hu.UTF-8 +Egy szűrő, amely .tex fájlokból szűri ki a TeX parancsokat. + + +%package uncategorized-utils +Summary: Uncategorized utils +Group: Applications/Publishing/TeX + +%description uncategorized-utils +Uncategorized utilities. Needs check and categorizing. + %prep %setup -q -c -T -n %{name}-%{version}-source lzma -dc %{SOURCE0} | tar xf - -C .. @@ -3261,8 +3308,8 @@ # sbindir=$RPM_BUILD_ROOT%{_sbindir} \ # texmf=$RPM_BUILD_ROOT%{texmf} -%{__rm} -r $RPM_BUILD_ROOT/usr/texmf -%{__rm} -r $RPM_BUILD_ROOT/usr/texmf-dist/* +%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf +%{__rm} -r $RPM_BUILD_ROOT%{_prefix}/texmf-dist/* perl -pi \ -e "s|$RPM_BUILD_ROOT||g;" \ @@ -5682,6 +5729,7 @@ # %{texmf}/tex/latex/palatcm %files latex-psnfss +%defattr(644,root,root,755) %doc %{texmfdist}/doc/latex/psnfss %{texmfdist}/fonts/map/dvips/psnfss %{texmfdist}/source/latex/psnfss @@ -6055,6 +6103,7 @@ %{texmfdist}/tex4ht/ht-fonts/alias/cs %files fonts-dstroke +%defattr(644,root,root,755) %{texmfdist}/tex4ht/ht-fonts/unicode/dstroke %files fonts-ecc @@ -6189,6 +6238,7 @@ %{texmfdist}/fonts/vf/monotype %files fonts-omega +%defattr(644,root,root,755) %doc %{texmfdist}/doc/omega %{texmfdist}/dvips/omega %{texmfdist}/fonts/ofm/public/omega @@ -6428,12 +6478,46 @@ %{texmf}/dvips/xypic %{texmfdist}/fonts/type1/public/xypic +# TeXLive-specific + +%files afm2pl +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/afm2pl +%{_mandir}/man1/afm2pl* + +%files bbox +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/bbox +%{_mandir}/man1/bbox* + +%files cefutils +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/cef* +%{texmf}/tex/latex/cjk/CEF +%doc %{texmfdist}/doc/latex/cjk/doc +%doc %{texmfdist}/doc/latex/cjk/examples +%{texmfdist}/source/latex/cjk/utils/CEFconv + +%files detex +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/detex +%{_mandir}/man1/detex* + +%files uncategorized-utils +%defattr(644,root,root,755) +%attr(755,root,root) %{_bindir}/devnag +%attr(755,root,root) %{_bindir}/disdvi + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <feedb...@pld-linux.org> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2008/12/24 10:22:41 uzsolt +- added some subpackages +- new TODOs + Revision 1.49 2008/12/23 20:56:57 uzsolt - some TODOs - needs only some small cosmetics and fixes, after that can create packages ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/texlive.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list pld-cvs-commit@lists.pld-linux.org http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit