]> git.pld-linux.org Git - packages/perl-DelimMatch.git/blobdiff - perl-DelimMatch.spec
- drop obsolete and outdated manual inclusion of rpm macros
[packages/perl-DelimMatch.git] / perl-DelimMatch.spec
index e17e834d77a891ce34284451e874acdff574f69e..576080e9b0ada5450d842ee75a8e32c103fb7cc8 100644 (file)
@@ -1,53 +1,48 @@
-%include       /usr/lib/rpm/macros.perl
+#
+# Conditional build:
+%bcond_without tests   # do not perform "make test"
+
 %define                pdir    Text
 %define                pnam    DelimMatch
-Summary:       DelimMatch Perl module
-Summary(cs):   Modul DelimMatch pro Perl
-Summary(da):   Perlmodul DelimMatch
-Summary(de):   DelimMatch Perl Modul
-Summary(es):   Módulo de Perl DelimMatch
-Summary(fr):   Module Perl DelimMatch
-Summary(it):   Modulo di Perl DelimMatch
-Summary(ja):   DelimMatch Perl ¥â¥¸¥å¡¼¥ë
-Summary(ko):   DelimMatch ÆÞ ¸ðÁÙ
-Summary(no):   Perlmodul DelimMatch
-Summary(pl):   Modu³ Perla DelimMatch
-Summary(pt):   Módulo de Perl DelimMatch
-Summary(pt_BR):        Módulo Perl DelimMatch
-Summary(ru):   íÏÄÕÌØ ÄÌÑ Perl DelimMatch
-Summary(sv):   DelimMatch Perlmodul
-Summary(uk):   íÏÄÕÌØ ÄÌÑ Perl DelimMatch
-Summary(zh_CN):        DelimMatch Perl Ä£¿é
+Summary:       DelimMatch - find regexp delimited strings with proper nesting
+Summary(pl.UTF-8):     DelimMatch - poszukiwanie łańcuchów ograniczonych wyrażeniami regularnymi
 Name:          perl-DelimMatch
-Version:       1.03
-Release:       8
-License:       GPL
+Version:       1.06a
+Release:       2
+# same as perl
+License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
-Source0:       ftp://ftp.cpan.org/pub/CPAN/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
-BuildRequires: rpm-perlprov >= 3.0.3-16
-BuildRequires: perl >= 5.6.1
+Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pnam}-%{version}.tar.gz
+# Source0-md5: 8efb70c2326d0b8f551708e9cdc2b649
+URL:           http://search.cpan.org/dist/Text-DelimMatch/
+BuildRequires: perl-devel >= 1:5.8.0
+BuildRequires: rpm-perlprov >= 4.1-13
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-DelimMatch - Perl extension to find regexp delimited strings with
+DelimMatch is a Perl extension to find regexp delimited strings with
 proper nesting.
 
-%description -l pl
-DelimMatch - rozszerzenie Perla do wyszukiwania ³añcuchów
-ograniczonych wyra¿eniami regularnymi z w³a¶ciwym zagnie¿d¿eniem.
+%description -l pl.UTF-8
+DelimMatch jest rozszerzeniem Perla do wyszukiwania łańcuchów
+ograniczonych wyrażeniami regularnymi z właściwym zagnieżdżeniem.
 
 %prep
-%setup -q -n DelimMatch-%{version}
+%setup -q -n DelimMatch-1.06
 
 %build
-perl Makefile.PL
+%{__perl} Makefile.PL \
+       INSTALLDIRS=vendor
 %{__make}
 
+%{?with_tests:%{__make} test}
+
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -55,7 +50,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%{perl_sitelib}/Text/DelimMatch.pm
-%dir %{perl_sitelib}/auto/Text/DelimMatch
-%{perl_sitelib}/auto/Text/DelimMatch/autosplit.ix
+%{perl_vendorlib}/Text/DelimMatch.pm
+# empty autosplit.ix
+#%dir %{perl_vendorlib}/auto/Text/DelimMatch
+#%%{perl_vendorlib}/auto/Text/DelimMatch/autosplit.ix
 %{_mandir}/man3/*
This page took 1.119232 seconds and 4 git commands to generate.