Stephan Kulow
2011-11-17 14:07:00 +00:00
committed by Git OBS Bridge
parent 094c616f29
commit 273dbb73da
2 changed files with 12 additions and 9 deletions

View File

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

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-SQL-Abstract-Limit (Version 0.141)
# spec file for package perl-SQL-Abstract-Limit
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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
@@ -17,14 +17,15 @@
# norootforbuild
Name: perl-SQL-Abstract-Limit
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
%define cpan_name SQL-Abstract-Limit
Summary: A portable LIMIT emulation
Version: 0.141
Release: 1
License: Artistic
Group: Development/Libraries/Perl
URL: http://search.cpan.org/dist/SQL-Abstract-Limit/
Url: http://search.cpan.org/dist/SQL-Abstract-Limit/
Source: %{cpan_name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
@@ -41,10 +42,10 @@ BuildRequires: perl(Test::Pod::Coverage) >= 1.04
BuildRequires: perl(DBI)
BuildRequires: perl(Data::Dumper)
BuildRequires: perl(SQL::Abstract) >= 1.2
Requires: perl(DBI)
Requires: perl(Data::Dumper)
Requires: perl(SQL::Abstract) >= 1.2
Provides: %{cpan_name}
Requires: perl(DBI)
Requires: perl(Data::Dumper)
Requires: perl(SQL::Abstract) >= 1.2
Provides: %{cpan_name}
%description
Portability layer for LIMIT emulation.
@@ -75,4 +76,3 @@ perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
%doc Changes README
%changelog