Accepting request 103721 from devel:languages:perl

- fix Summary capitalization for rpmlint

OBS-URL: https://build.opensuse.org/request/show/103721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Text-CSV?expand=0&rev=10
This commit is contained in:
Stephan Kulow 2012-02-14 12:09:35 +00:00 committed by Git OBS Bridge
commit 22c0ad3bc5
2 changed files with 12 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 10 12:09:01 UTC 2012 - pascal.bleser@opensuse.org
- fix Summary capitalization for rpmlint
-------------------------------------------------------------------
Thu Mar 24 11:30:38 UTC 2011 - coolo@novell.com

View File

@ -1,7 +1,7 @@
#
# spec file for package perl-Text-CSV
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 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,20 +16,18 @@
#
Name: perl-Text-CSV
Version: 1.21
Release: 1
License: GPL-1.0+ or Artistic-1.0
Release: 0
%define cpan_name Text-CSV
Summary: comma-separated values manipulator (using XS or PurePerl)
Url: http://search.cpan.org/dist/Text-CSV/
Summary: Comma-separated values manipulator (using XS or PurePerl)
License: GPL-1.0+ or Artistic-1.0
Group: Development/Libraries/Perl
#Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
Source: %{cpan_name}-%{version}.tar.gz
BuildRequires: perl(IO::Handle)
Url: http://search.cpan.org/dist/Text-CSV/
Source: http://www.cpan.org/authors/id/M/MA/MAKAMAKA/Text-CSV-%{version}.tar.gz
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(IO::Handle)
Requires: perl(IO::Handle)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch