]> git.pld-linux.org Git - packages/perl-Test-Signature.git/commitdiff
- pl, doc, noarch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 12 Apr 2004 02:34:07 +0000 (02:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    perl-Test-Signature.spec -> 1.2

perl-Test-Signature.spec

index 10845ad70a4c624440d2b9404baa73050d8665c0..ad0940b1ec6b26c1a9a9e1a0041b3c0fe4419820 100644 (file)
@@ -1,28 +1,35 @@
-
+#
 # Conditional build:
 %bcond_without tests   # do perform "make test"
-
+#
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    Test
 %define pnam   Signature
 Summary:       Test::Signature - Automatic Signature testing
+Summary(pl):   Test::Signature - automatyczne sprawdzanie sygnatur
 Name:          perl-Test-Signature
 Version:       1.06
 Release:       1
 # same as perl
-License:       GPL/Artistic
+License:       GPL or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/%{pdir}/%{pdir}-%{pnam}-%{version}.tar.gz
 # Source0-md5: 23581fec6af0fb9027f90b8a0565d71a
-BuildRequires: perl-devel >= 5.6
+BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
+BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-Module::Signature allows you to verify that a distribution has not 
+Module::Signature allows you to verify that a distribution has not
 been tampered with. "Test::Signature" lets that be tested as part of
 the distribution's test suite.
 
+%description -l pl
+Module::Signature pozwala sprawdziæ, czy dystrybucyjna paczka nie
+zosta³a naruszona. Test::Signature pozwala na sprawdzenie tego jako
+czê¶æ zestawu testów dystrybucyjnych.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -32,16 +39,19 @@ the distribution's test suite.
 
 %{__make}
 
-%{?with_tests:make test}
+%{?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
 
 %files
 %defattr(644,root,root,755)
+%doc ChangeLog Changes README
 %{perl_vendorlib}/Test/Signature.pm
 %{_mandir}/man3/*
This page took 0.061488 seconds and 4 git commands to generate.