Pascal Bleser
2012-04-01 17:37:29 +00:00
committed by Git OBS Bridge
parent 7c02506e64
commit 9a2b6c9249
5 changed files with 63 additions and 46 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:daea9dcdd1ad3d5c18c843e13f1508540e5bc838a908e59a4e90bfd1ce9a52fa
size 20375

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5230a704a2f4ec54f04933c5d71c785274e9819e30f9f55766d3d365b5af37f6
size 38480

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9f2452ca25a48e9a175cb2912e6a264b7277cadfedd1af0c2bbc015aeb6f85ec
size 135537

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun Apr 01 17:28:19 UTC 2012 - pascal.bleser@opensuse.org
- update to 0.17:
* minor installation and test fixes for older systems
- changes from 0.16:
* simplify version detection using vim script
- changes from 0.15:
* remove extraneous vim statement that caused delays on some files
* ower Term::ANSIColor requirement to 1.03 and make bright colors normal if
Term::ANSIColor version < 3
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 29 18:31:22 UTC 2010 - coolo@novell.com Mon Nov 29 18:31:22 UTC 2010 - coolo@novell.com

View File

@@ -1,17 +1,44 @@
# norootforbuild # vim: set ts=4 sw=4 et:
#
# spec file for package perl-Text-VimColor
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
Name: perl-Text-VimColor # Please submit bugfixes or comments via http://bugs.opensuse.org/
Version: 0.11 #
Release: 0
Summary: Perl Module to syntax color Text in HTML or XML using Vim
Source: http://search.cpan.org/CPAN/authors/id/G/GE/GEOFFR/Text-VimColor-%{version}.tar.gz Name: perl-Text-VimColor
URL: http://search.cpan.org/dist/Text-VimColor/ Version: 0.17
Group: Development/Libraries/Perl Release: 0
License: Perl License Summary: Perl Module to syntax color Text in HTML or XML using Vim
BuildRoot: %{_tmppath}/build-%{name}-%{version} License: GPL-2.0+ or Artistic-1.0(GPL-2.0+ or Artistic-1.0)
Requires: perl perl-Path-Class Group: Development/Libraries/Perl
Requires: vim vim-data Source: http://search.cpan.org/CPAN/authors/id/R/RW/RWSTAUNER/Text-VimColor-%{version}.tar.gz
BuildRequires: make perl perl-Path-Class perl-macros Url: http://search.cpan.org/dist/Text-VimColor/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: perl
Requires: perl-Path-Class
Requires: vim >= 6
Recommends: vim-data
Requires: perl(Term::ANSIColor) >= 1.03
BuildRequires: make
BuildRequires: perl
BuildRequires: perl-Path-Class
BuildRequires: perl-macros
BuildRequires: vim >= 6
BuildRequires: perl(File::ShareDir::Install)
BuildRequires: perl(Term::ANSIColor) >= 1.03
%description %description
This module tries to markup text files according to their syntax. It can be This module tries to markup text files according to their syntax. It can be
@@ -20,30 +47,16 @@ used to produce web pages with pretty-printed colourful source code samples.
Note that this package only contains the Perl modules. To use Text::VimColor Note that this package only contains the Perl modules. To use Text::VimColor
from the command-line, install the additional package "text-vimcolor". from the command-line, install the additional package "text-vimcolor".
Authors:
--------
Geoff Richards <qef@laxan.com>
%package -n text-vimcolor %package -n text-vimcolor
Summary: Syntax Color Text in HTML or XML using Vim Summary: Syntax Color Text in HTML or XML using Vim
Group: Development/Tools/Doc Generators Group: Development/Tools/Doc Generators
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
%description -n text-vimcolor %description -n text-vimcolor
The text-vimcolor command-line program tries to markup text files according to The text-vimcolor command-line program tries to markup text files according to
their syntax. It can be used to produce web pages with pretty-printed their syntax. It can be used to produce web pages with pretty-printed
colourful source code samples. colourful source code samples.
Authors:
--------
Geoff Richards <qef@laxan.com>
%prep %prep
%setup -q -n "Text-VimColor-%{version}" %setup -q -n "Text-VimColor-%{version}"
%__sed -i '/^auto_install/d' Makefile.PL %__sed -i '/^auto_install/d' Makefile.PL
@@ -57,17 +70,19 @@ Authors:
%perl_process_packlist %perl_process_packlist
%clean %clean
%__rm -rf "%{buildroot}" %{?buildroot:%__rm -rf "%{buildroot}"}
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog README %doc README Changes
%dir %{perl_vendorlib}/Text %dir %{perl_vendorlib}/Text
%{perl_vendorlib}/Text/VimColor
%{perl_vendorlib}/Text/VimColor.pm %{perl_vendorlib}/Text/VimColor.pm
%dir %{perl_vendorarch}/auto/Text %dir %{perl_vendorarch}/auto/Text
%{perl_vendorarch}/auto/Text/VimColor %{perl_vendorarch}/auto/Text/VimColor
%doc %{perl_man3dir}/Text::VimColor.%{perl_man3ext}* %doc %{perl_man3dir}/Text::VimColor.%{perl_man3ext}*
%dir %{perl_vendorlib}/auto/share
%dir %{perl_vendorlib}/auto/share/dist
%{perl_vendorlib}/auto/share/dist/Text-VimColor
%files -n text-vimcolor %files -n text-vimcolor
%defattr(-,root,root) %defattr(-,root,root)
@@ -75,10 +90,3 @@ Authors:
%doc %{_mandir}/man1/text-vimcolor.1* %doc %{_mandir}/man1/text-vimcolor.1*
%changelog %changelog
* Sun Mar 15 2009 Pascal Bleser <pascal.bleser@opensuse.org> 0.11
- new package
# Local Variables:
# mode: rpm-spec
# tab-width: 3
# End: