]> git.pld-linux.org Git - packages/perl-File-ShareDir-Install.git/commitdiff
- updated to 0.10 auto/th/perl-File-ShareDir-Install-0.10-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jan 2016 19:07:50 +0000 (20:07 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 9 Jan 2016 19:07:50 +0000 (20:07 +0100)
- pl, removed bogus BRs

perl-File-ShareDir-Install.spec

index 900ff3e6841c74330b347629870d65b81acc88fd..2cd014fe3d776266c7f27ae47934c851f36abeeb 100644 (file)
@@ -1,33 +1,33 @@
 #
 # Conditional build:
-%bcond_without autodeps        # don't BR packages needed only for resolving deps
 %bcond_without tests           # do not perform "make test"
 #
 %include       /usr/lib/rpm/macros.perl
 %define        pdir    File
 %define        pnam    ShareDir-Install
-Summary:       File::ShareDir-Install - Install shared files
+Summary:       File::ShareDir::Install - Install shared files
+Summary(pl.UTF-8):     File::ShareDir::Install - instalowanie współdzielonych plików
 Name:          perl-File-ShareDir-Install
-Version:       0.05
+Version:       0.10
 Release:       1
 # same as perl
 License:       GPL v1+ or Artistic
 Group:         Development/Languages/Perl
 Source0:       http://www.cpan.org/modules/by-module/File/%{pdir}-%{pnam}-%{version}.tar.gz
-# Source0-md5: 205f64f0f34217e9199fc7314abf995d
+# Source0-md5: 37fb7fa72ce7184516dd022aba62f524
 URL:           http://search.cpan.org/dist/File-ShareDir-Install/
+BuildRequires: perl-ExtUtils-MakeMaker >= 6.11
 BuildRequires: perl-devel >= 1:5.8.0
 BuildRequires: rpm-perlprov >= 4.1-13
-%if %{with autodeps} || %{with tests}
-BuildRequires: perl(Class::Inspector) >= 1.12
-BuildRequires: perl(Params::Util) >= 0.07
-%endif
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 Install shared files.
 
+%description -l pl.UTF-8
+Instalowanie współdzielonych plików.
+
 %prep
 %setup -q -n %{pdir}-%{pnam}-%{version}
 
@@ -40,7 +40,6 @@ Install shared files.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{perl_vendorlib}/auto/share/dist
 
 %{__make} pure_install \
        DESTDIR=$RPM_BUILD_ROOT
@@ -52,5 +51,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc Changes README
 %dir %{perl_vendorlib}/File/ShareDir
-%{perl_vendorlib}/File/ShareDir/*.pm
-%{_mandir}/man3/*
+%{perl_vendorlib}/File/ShareDir/Install.pm
+%{_mandir}/man3/File::ShareDir::Install.3pm*
This page took 0.098529 seconds and 4 git commands to generate.