SHA256
8
0
forked from pool/perl-syntax

- updated to 0.004

- Fixed dist.ini to move Test::More to BuildRequires
    - Added unimport possibility
      (RT #77253, Thanks to ikegami for reporting and patch contribution)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-syntax?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2013-08-05 15:04:04 +00:00
committed by Git OBS Bridge
parent f6a5781e55
commit a5d7c9c10c
4 changed files with 18 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-syntax
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,25 @@
#
Name: perl-syntax
Version: 0.003
Release: 1
License: GPL+ or Artistic
Version: 0.004
Release: 0
%define cpan_name syntax
Summary: Activate syntax extensions
Url: http://search.cpan.org/dist/syntax/
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/syntax/
Source: http://www.cpan.org/authors/id/P/PH/PHAYLON/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Data::OptList) >= 0.104
BuildRequires: perl(namespace::clean)
BuildRequires: perl(Test::More) >= 0.94
BuildRequires: perl(namespace::clean)
#BuildRequires: perl(syntax)
Requires: perl(Data::OptList) >= 0.104
Requires: perl(namespace::clean)
Requires: perl(Test::More) >= 0.94
%{perl_requires}
%description
@@ -69,6 +67,6 @@ Syntax::Feature::Function manpage and 'foo_bar' would become
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes LICENSE _project.vim README
%doc Changes LICENSE README weaver.ini
%changelog