Author: uzsolt                       Date: Wed Nov 10 23:35:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial
- does not work, see TODO

---- Files affected:
packages/vim-plugin-AutomaticTeX:
   vim-plugin-AutomaticTeX.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/vim-plugin-AutomaticTeX/vim-plugin-AutomaticTeX.spec
diff -u /dev/null 
packages/vim-plugin-AutomaticTeX/vim-plugin-AutomaticTeX.spec:1.1
--- /dev/null   Thu Nov 11 00:35:26 2010
+++ packages/vim-plugin-AutomaticTeX/vim-plugin-AutomaticTeX.spec       Thu Nov 
11 00:35:21 2010
@@ -0,0 +1,62 @@
+# $Revision$, $Date$
+# TODO
+# - doesn't work perfect, got error on editing tex-files
+Summary:       Background compilation, completion, bib serch, toc and other 
nice features
+Name:          vim-plugin-AutomaticTeX
+Version:       8.3
+Release:       0.3
+License:       vim
+Group:         Applications/Editors/Vim
+Source0:       
http://carme.pld-linux.org/~uzsolt/sources/%{name}-%{version}.tar.xz
+# Source0-md5: b6ba1dde0d3fb6441ab791c1d1ad2f62
+URL:           http://www.vim.org/scripts/script.php?script_id=2945
+Requires(post,postun): /usr/bin/vim
+Requires:      vim-rt >= 4:7.0
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define                _vimdatadir     %{_datadir}/vim
+%define                _vimfiles       %{_vimdatadir}/vimfiles
+
+%description
+Background compilation, completion, bib serch, toc and other nice
+features.
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_vimdatadir},%{_vimfiles}}
+cp -r autoload colors $RPM_BUILD_ROOT%{_vimdatadir}
+cp -r doc ftplugin syntax $RPM_BUILD_ROOT%{_vimfiles}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+vim -c "helptags %{_vimdatadir}/doc" -c "q"
+
+%postun
+vim -c "helptags %{_vimdatadir}/doc" -c "q"
+
+%files
+%defattr(644,root,root,755)
+%{_vimdatadir}/autoload/atplib.vim
+%{_vimdatadir}/colors/coots-beauty-256.vim
+%{_vimfiles}/doc/*
+%{_vimfiles}/ftplugin/ATP_files
+%{_vimfiles}/ftplugin/*.vim
+%{_vimfiles}/syntax/*atp.vim
+
+%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.1  2010/11/10 23:35:21  uzsolt
+- initial
+- does not work, see TODO
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to