]> git.pld-linux.org Git - packages/perl-cdk.git/commitdiff
adapterized
authordepesz <depesz@depesz.pl>
Sun, 10 Feb 2002 15:39:12 +0000 (15:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-cdk.spec -> 1.7

perl-cdk.spec

index aa6f333a1416e5453af9b0a83ec8763ace7c47fa..8eb8475958940750897e80cccbab7d6c83f491e8 100644 (file)
@@ -6,8 +6,14 @@ Version:       20010107
 Release:       4
 License:       distributable 
 Group:         Development/Languages/Perl
+Group(cs):     Vývojové prostøedky/Programovací jazyky/Perl
 Group(de):     Entwicklung/Sprachen/Perl
+Group(es):     Desarrollo/Lenguajes/Perl
+Group(fr):     Development/Langues/Perl
+Group(ja):     ³«È¯/¸À¸ì/Perl
 Group(pl):     Programowanie/Jêzyki/Perl
+Group(pt):     Desenvolvimento/Linguagens/Perl
+Group(ru):     òÁÚÒÁÂÏÔËÁ/ñÚÙËÉ/Perl
 Source0:       ftp://dickey.his.com/cdk/cdk-perl-%{version}.tgz
 Patch0:                %{name}-bugfix.patch
 BuildRequires: perl >= 5.005_03-10
@@ -17,8 +23,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 This is the Perl5 extension to the Cdk library written by Mike Glover.
-All the copyright notices from the Cdk C distribution also apply to the
-extension.
+All the copyright notices from the Cdk C distribution also apply to
+the extension.
 
 %description -l pl
 To jest rozszerzenie Perla do biblioteki Cdk. Wszystkie copyrighty z
@@ -31,8 +37,8 @@ dystrybucji Cdk dotycz
 %build
 perl -pi -e 's|/local/|/|g' Makefile.PL
 perl -pi -e 's|<cdk.h>|<cdk/cdk.h>|g' Cdk.xs
-perl -pi -e "s|'INC'\s*=>.*|'INC'=> '-I/usr/include/ncurses',|" Makefile.PL
-find demos examples fulldemo -type f | xargs perl -pi -e 's|#.*?perl|#!/usr/bin/perl|g'
+perl -pi -e "s|'INC'\s*=>.*|'INC'=> '-I%{_includedir}/ncurses',|" Makefile.PL
+find demos examples fulldemo -type f | xargs perl -pi -e 's|#.*?perl|#!%{_bindir}/perl|g'
 
 perl Makefile.PL 
 %{__make} OPTIMIZE="%{rpmcflags}"
This page took 0.166902 seconds and 4 git commands to generate.