Author: uzsolt Date: Fri May 1 10:58:25 2009 GMT Module: packages Tag: HEAD ---- Log message: - vim-syntax-asymptote package - rel 2
---- Files affected: packages/asymptote: asymptote.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: packages/asymptote/asymptote.spec diff -u packages/asymptote/asymptote.spec:1.35 packages/asymptote/asymptote.spec:1.36 --- packages/asymptote/asymptote.spec:1.35 Mon Apr 13 17:36:30 2009 +++ packages/asymptote/asymptote.spec Fri May 1 12:58:19 2009 @@ -4,7 +4,7 @@ Summary(pl.UTF-8): Język opisu grafiki wektorowej do rysunków technicznych Name: asymptote Version: 1.70 -Release: 1 +Release: 2 License: GPL v3 Group: Applications/Science Source0: http://dl.sourceforge.net/asymptote/%{name}-%{version}.src.tgz @@ -17,10 +17,10 @@ BuildRequires: python BuildRequires: readline-devel BuildRequires: rpm-pythonprov +BuildRequires: texinfo-texi2dvi BuildRequires: texlive-dvips BuildRequires: texlive-latex BuildRequires: texlive-tex-babel -BuildRequires: texinfo-texi2dvi BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -104,6 +104,17 @@ %description latex -l pl.UTF-8 Style LaTeXa. +%package -n vim-syntax-asymptote +Summary: Vim syntax file to asy-files +Summary(hu.UTF-8): Vim syntax fájl asy fájlokhoz +Group: Applications/Editors/Vim + +%description -n vim-syntax-asymptote +Vim syntax file to asy files. + +%description -n vim-syntax-asymptote -l hu.UTF-8 +Vim syntax fájl asy fájlokhoz. + %prep %setup -q @@ -132,6 +143,9 @@ mv $RPM_BUILD_ROOT%{_docdir}/%{name}-doc/examples $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} # %{__mv} $RPM_BUILD_ROOT%{_datadir}/texmf-local $RPM_BUILD_ROOT%{_datadir}/texmf +install -d $RPM_BUILD_ROOT%{_datadir}/vim/vimfiles/syntax +%{__mv} $RPM_BUILD_ROOT%{_datadir}/{asymptote/asy.vim,vim/vimfiles/syntax} + %clean rm -rf $RPM_BUILD_ROOT @@ -169,12 +183,20 @@ %defattr(644,root,root,755) %{_datadir}/texmf/tex/latex/asymptote +%files -n vim-syntax-asymptote +%defattr(644,root,root,755) +%{_datadir}/vim/vimfiles/syntax + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2009/05/01 10:58:19 uzsolt +- vim-syntax-asymptote package +- rel 2 + Revision 1.35 2009/04/13 15:36:30 uzsolt - 1.70 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/asymptote/asymptote.spec?r1=1.35&r2=1.36&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
