From 9853c759d428a8247a08430eec425fc543f1152a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:55:55 -0600 Subject: [PATCH 1/2] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vim-perl-tt2.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vim-perl-tt2.spec b/vim-perl-tt2.spec index 10e5013..8e1942b 100644 --- a/vim-perl-tt2.spec +++ b/vim-perl-tt2.spec @@ -1,6 +1,6 @@ Name: vim-perl-tt2 Version: 0.1.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Syntax highlighting for the Template-Toolkit Group: Applications/Editors @@ -70,6 +70,9 @@ rm -rf %{buildroot} %{vimfiles}/syntax/* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 0.1.3-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 0.1.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From e160ea37d0ca9c8469897d1cc62846751d63e05c Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 6 Feb 2012 15:05:15 -0500 Subject: [PATCH 2/2] Retire vim-perl-tt2 due to lack of a maintainer. --- dead.package | 1 + sources | 1 - vim-perl-tt2.spec | 83 ----------------------------------------------- 3 files changed, 1 insertion(+), 84 deletions(-) create mode 100644 dead.package delete mode 100644 sources delete mode 100644 vim-perl-tt2.spec diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..b8c7442 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +This package was retired on 2012-02-06 due to lack of a maintainer. diff --git a/sources b/sources deleted file mode 100644 index 4f44c23..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -3e70d82171456550855a8b9612226c11 tt2.tar.gz diff --git a/vim-perl-tt2.spec b/vim-perl-tt2.spec deleted file mode 100644 index 8e1942b..0000000 --- a/vim-perl-tt2.spec +++ /dev/null @@ -1,83 +0,0 @@ -Name: vim-perl-tt2 -Version: 0.1.3 -Release: 4%{?dist} -Summary: Syntax highlighting for the Template-Toolkit - -Group: Applications/Editors -License: Vim -URL: http://www.vim.org/scripts/script.php?script_id=830 -# source0 lives at http://www.vim.org/scripts/download_script.php?src_id=6881 -Source0: tt2.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildArch: noarch - -Requires: vim-common - -%global vimfiles %{_datadir}/vim/vimfiles - -%description -%{name} enables syntax highlighting for the Perl Template-Toolkit, v2. - -* Contain Perl code in PERL/RAWPERL directive. (runtime sytax/perl.vim) -* No folding -* HTML syntax for including TT2 syntax. ( tt2html.vim / unfinished ) -* Configurable START_TAG/END_TAG for your style. - -%prep -%setup -q -c - -cat >> tt2.vim.ft <<'EOF' -"au BufNewFile,BufRead *.tt2 setf tt2 -" or -au BufNewFile,BufRead *.tt2 - \ if ( getline(1) . getline(2) . getline(3) =~ '<\chtml' - \ && getline(1) . getline(2) . getline(3) !~ '<[%?]') - \ || getline(1) =~ '' -"PHP" -":let b:tt2_syn_tags = '' -"TT2 and HTML" -let b:tt2_syn_tags = '\[% %] ' -EOF - -%build -# no-op - -%install -rm -rf %{buildroot} - -mkdir -p %{buildroot}%{vimfiles}/syntax -install -p -m 0644 *.vim %{buildroot}%{vimfiles}/syntax - -mkdir -p %{buildroot}%{vimfiles}/ftdetect -cp tt2.vim.ft %{buildroot}%{vimfiles}/ftdetect/tt2.vim - -%{_fixperms} %{buildroot} - -%clean -rm -rf %{buildroot} - - -%files -%defattr(-,root,root,-) -%{vimfiles}/ftdetect/* -%{vimfiles}/syntax/* - -%changelog -* Sat Jan 14 2012 Fedora Release Engineering - 0.1.3-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Mon Feb 07 2011 Fedora Release Engineering - 0.1.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild - -* Mon Sep 28 2009 Chris Weyl 0.1.3-2 -- require vim-common, not vim-perl-support - -* Fri Sep 25 2009 Chris Weyl 0.1.3-1 -- initial packaging