rpms/vim-perl-support/devel sources, 1.5, 1.6 vim-perl-support.spec, 1.7, 1.8

Iain Arnell iarnell at fedoraproject.org
Fri May 8 14:42:33 UTC 2009


Author: iarnell

Update of /cvs/pkgs/rpms/vim-perl-support/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4952

Modified Files:
	sources vim-perl-support.spec 
Log Message:
* Fri May 08 2009 Iain Arnell <iarnell at gmail.com> 4.2-1
- update to 4.2



Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/vim-perl-support/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	17 Mar 2009 04:27:16 -0000	1.5
+++ sources	8 May 2009 14:42:02 -0000	1.6
@@ -1 +1 @@
-099d4a063f4218cddbbf4c286440fb86  perl-support.zip
+b2858f82f0437d15fef33dc016581bb9  perl-support.zip


Index: vim-perl-support.spec
===================================================================
RCS file: /cvs/pkgs/rpms/vim-perl-support/devel/vim-perl-support.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- vim-perl-support.spec	13 Apr 2009 05:53:05 -0000	1.7
+++ vim-perl-support.spec	8 May 2009 14:42:02 -0000	1.8
@@ -1,13 +1,13 @@
 Name:           vim-perl-support
-Version:        4.1
-Release:        2%{?dist}
+Version:        4.2
+Release:        1%{?dist}
 Summary:        Perl-IDE for VIM
 
 Group:          Applications/Editors
 # according to plugin/perl-support.vim
 License:        GPLv2
 URL:            http://www.vim.org/scripts/script.php?script_id=556
-# curl -o perl-support.zip 'http://www.vim.org/scripts/download_script.php?src_id=10227'
+# curl -o perl-support.zip 'http://vim.sourceforge.net/scripts/download_script.php?src_id=10560'
 Source0:        perl-support.zip
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
@@ -18,27 +18,27 @@ Requires(post):   vim-enhanced
 Requires(postun): vim-enhanced
 
 # optional requirements
-# Critique Perl source code for best-practices
-Requires:         perl(Perl::Critic)         
-# Parses and beautifies perl source
-Requires:         perl(Perl::Tidy)           
+
 # per-line Perl profiler
 Requires:         perl(Devel::SmallProf)     
 # Powerful feature-rich perl source code profiler
 Requires:         perl(Devel::NYTProf)
+# "fast" per-line Perl profiler
+Requires:         perl(Devel::FastProf)
+# Critique Perl source code for best-practices
+Requires:         perl(Perl::Critic)         
+# Generate Ctags style tags for Perl source code
+Requires:         perl(Perl::Tags)           
+# Parses and beautifies perl source
+Requires:         perl(Perl::Tidy)           
 
 # the following are not yet available in fedora
 # Perl debugger using a Tk GUI
 #Requires:         perl(Devel::ptkdb)         
-# Generate Ctags style tags for Perl source code
-#Requires:         perl(Perl::Tags)           
 # regular expression analyzer
 #Requires:         perl(YAPE::Regex::Explain) 
-# additional profilers
-#Requires:         perl(Devel::FastProf)
 
-
-%define vimfiles  %{_datadir}/vim/vimfiles
+%global vimfiles  %{_datadir}/vim/vimfiles
 
 %description
 Perl Support implements a Perl-IDE for Vim/gVim. It is written to considerably
@@ -58,7 +58,7 @@ cat << \EOF > %{name}-prov
 %{__perl_provides} $* |\
 sed -re '/perl\((Class|Package)Name/d'
 EOF
-%define __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov
+%global __perl_provides %{_builddir}/%{name}-%{version}/%{name}-prov
 chmod +x %{__perl_provides}
 
 cat << \EOF > %{name}-req
@@ -66,7 +66,7 @@ cat << \EOF > %{name}-req
 %{__perl_requires} $* |\
 sed -re '/perl\((Class|base)/d'
 EOF
-%define __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
+%global __perl_requires %{_builddir}/%{name}-%{version}/%{name}-req
 chmod +x %{__perl_requires}
 
 
@@ -134,6 +134,13 @@ exit 0
 
 
 %changelog
+* Fri May 08 2009 Iain Arnell <iarnell at gmail.com> 4.2-1
+- update to 4.2
+
+* Thu Apr 30 2009 Iain Arnell <iarnell at gmail.com> 4.1-3
+- require Devel::FastProf and Perl::Tags
+- use global macro, not define
+
 * Mon Apr 13 2009 Iain Arnell <iarnell at gmail.com> 4.1-2
 - require perl(Devel::NYTProf) now that it's available
 




More information about the scm-commits mailing list