don't use rpm macros
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-SQL-Abstract-Limit?expand=0&rev=7
This commit is contained in:
committed by
Git OBS Bridge
parent
094c616f29
commit
273dbb73da
3
SQL-Abstract-Limit-0.141.tar.gz
Normal file
3
SQL-Abstract-Limit-0.141.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fff83766dca4eebf99a8f06b7d174ff328cdc7a4cdef2fc9bb518f0674210e3
|
||||
size 15877
|
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user