SPECS: vim-plugin-latex.spec - be sane

glen glen at pld-linux.org
Thu Sep 4 20:56:26 CEST 2008


Author: glen                         Date: Thu Sep  4 18:56:26 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- be sane

---- Files affected:
SPECS:
   vim-plugin-latex.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/vim-plugin-latex.spec
diff -u SPECS/vim-plugin-latex.spec:1.1 SPECS/vim-plugin-latex.spec:1.2
--- SPECS/vim-plugin-latex.spec:1.1	Thu Sep  4 20:08:26 2008
+++ SPECS/vim-plugin-latex.spec	Thu Sep  4 20:56:20 2008
@@ -26,15 +26,12 @@
 documents to compiling tex files to forward searching .dvi documents.
 
 %prep
-mkdir latexsuite && cd latexsuite
-tar xvf %{SOURCE0}
+%setup -qc
 
 %install
 rm -rf $RPM_BUILD_ROOT
-cd latexsuite
-rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_vimdatadir}
-cp -r * $RPM_BUILD_ROOT%{_vimdatadir}
+cp -a . $RPM_BUILD_ROOT%{_vimdatadir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -49,6 +46,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2008/09/04 18:56:20  glen
+- be sane
+
 Revision 1.1  2008/09/04 18:08:26  uzsolt
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/vim-plugin-latex.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list