]> git.pld-linux.org Git - packages/perl-SQL-Statement.git/blob - perl-SQL-Statement.spec
bce823becf42d4241eb59170e2b358f8bc66e1cc
[packages/perl-SQL-Statement.git] / perl-SQL-Statement.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        SQL-Statement perl module
3 Summary(pl):    Modu³ perla SQL-Statement
4 Name:           perl-SQL-Statement
5 Version:        0.1021
6 Release:        1
7 License:        GPL
8 Group:          Development/Languages/Perl
9 Group(de):      Entwicklung/Sprachen/Perl
10 Group(pl):      Programowanie/Jêzyki/Perl
11 Source0:        ftp://ftp.perl.org/pub/CPAN/modules/by-module/SQL/SQL-Statement-%{version}.tar.gz
12 BuildRequires:  rpm-perlprov >= 3.0.3-16
13 BuildRequires:  perl >= 5.6
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 SQL-Statement - SQL parsing and processing engine.
18
19 %description -l pl
20 SQL-Statement - mechanizm przetwarzania SQL.
21
22 %prep
23 %setup -q -n SQL-Statement-%{version}
24
25 %build
26 perl Makefile.PL
27 %{__make} OPTIMIZE="%{rpmcflags}"
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install DESTDIR=$RPM_BUILD_ROOT
33
34 gzip -9nf ChangeLog README doc/*.bnf
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc *.gz
42 %{perl_sitearch}/SQL/*.pm
43 %{perl_sitearch}/SQL/Statement
44 %dir %{perl_sitearch}/auto/SQL/Statement
45 %{perl_sitearch}/auto/SQL/Statement/Statement.bs
46 %attr(755,root,root) %{perl_sitearch}/auto/SQL/Statement/Statement.so
47 %{_mandir}/man3/*
This page took 0.020592 seconds and 2 git commands to generate.