SPECS: perl-dirs.spec - v2.1: own vendorlib and vendorarch dirs
glen
glen at pld-linux.org
Tue Nov 18 22:31:58 CET 2008
Author: glen Date: Tue Nov 18 21:31:58 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- v2.1: own vendorlib and vendorarch dirs
---- Files affected:
SPECS:
perl-dirs.spec (1.43 -> 1.44)
---- Diffs:
================================================================
Index: SPECS/perl-dirs.spec
diff -u SPECS/perl-dirs.spec:1.43 SPECS/perl-dirs.spec:1.44
--- SPECS/perl-dirs.spec:1.43 Wed Nov 12 09:25:28 2008
+++ SPECS/perl-dirs.spec Tue Nov 18 22:31:53 2008
@@ -12,15 +12,14 @@
Summary: Common dirs for Perl modules
Summary(pl.UTF-8): Katalogi wspólne dla modułów Perla
Name: perl-dirs
-Version: 2.0
-Release: 7
+Version: 2.1
+Release: 1
License: Public Domain
Group: Development/Languages/Perl
%{!?with_bootstrap:BuildRequires: perl-base}
+BuildRequires: rpm >= 4.4.9-56
BuildRequires: rpmbuild(macros) >= 1.442
-Requires: %{perl_vendorarch}
-Requires: %{perl_vendorlib}
-Provides: %{name}(%{_target_cpu})
+Provides: %{name}(%{_target_cpu}) = %{version}-%{release}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -312,7 +311,9 @@
%files
%defattr(644,root,root,755)
+%dir %{perl_vendorlib}
%{perl_vendorlib}/*
+%dir %{perl_vendorarch}
%{perl_vendorarch}/*
%exclude %dir %{perl_vendorarch}/auto
@@ -322,6 +323,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44 2008/11/18 21:31:53 glen
+- v2.1: own vendorlib and vendorarch dirs
+
Revision 1.43 2008/11/12 08:25:28 glen
- add %{perl_vendorlib}/Test/WWW; rel 7
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/perl-dirs.spec?r1=1.43&r2=1.44&f=u
More information about the pld-cvs-commit
mailing list