Hello community,

here is the log from the commit of package perl-File-ShareDir for 
openSUSE:Factory
checked in at Tue Jul 19 15:32:31 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-File-ShareDir/perl-File-ShareDir.changes  
2010-11-30 20:25:50.000000000 +0100
@@ -0,0 +1,28 @@
+-------------------------------------------------------------------
+Tue Nov 30 19:20:15 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:29:59 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Sun Nov 28 11:37:49 UTC 2010 - [email protected]
+
+- remove .packlist file
+
+-------------------------------------------------------------------
+Sun Mar 21 18:23:30 UTC 2010 - [email protected]
+
+- update to 1.02:
+  + Upgraded to Module::Install 0.95
+  + Removed Params::Util dep
+- removed dependency to perl-Params-Util package
+
+-------------------------------------------------------------------
+Sat Dec 26 17:47:19 UTC 2009 - [email protected]
+
+- initial version 1.01
+

calling whatdependson for head-i586


New:
----
  File-ShareDir-1.02.tar.bz2
  perl-File-ShareDir.changes
  perl-File-ShareDir.spec

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-File-ShareDir.spec ++++++
#
# spec file for package perl-File-ShareDir
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

# norootforbuild


Name:           perl-File-ShareDir
%define        real_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
Summary:        Locate per-dist and per-module shared files
Url:            http://search.cpan.org/perldoc?File::ShareDir
Group:          Development/Libraries/Perl
License:        Artistic License
Version:        1.02
Release:        1
Source:         %{real_name}-%{version}.tar.bz2
BuildRequires:  perl-macros
BuildRequires:  perl-Class-Inspector
Requires:       perl-Class-Inspector
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}

%description
The intent of File::ShareDir is to provide a companion to Class::Inspector and
File::HomeDir, modules that take a process that is well-known by advanced Perl
developers but gets a little tricky, and make it more available to the larger
Perl community.

Quite often you want or need your Perl module (CPAN or otherwise) to have
access to a large amount of read-only data that is stored on the file-system at
run-time.

On a linux-like system, this would be in a place such as /usr/share, however
Perl runs on a wide variety of different systems, and so the use of any one
location is unreliable.

Perl provides a little-known method for doing this, but almost nobody is aware
that it exists. As a result, module authors often go through some very strange
ways to make the data available to their code.

The most common of these is to dump the data out to an enormous Perl data
structure and save it into the module itself. The result are enormous
multi-megabyte .pm files that chew up a lot of memory needlessly.

Author:
-------
    Adam Kennedy <[email protected]>


%prep
%setup -n %{real_name}-%{version}

%build
perl Makefile.PL 
make %{?jobs:-j%jobs}

%check
make test

%install
%perl_make_install
%perl_process_packlist

%clean
rm -rf %{buildroot}

%files
%defattr(0644, root, root, 0755)
%doc Changes README MANIFEST
%dir %perl_vendorlib/File
%dir %perl_vendorlib/auto/share
%dir %perl_vendorlib/auto/share/dist
%dir %perl_vendorlib/auto/share/dist/File-ShareDir
%dir %perl_vendorlib/auto/share/dist/File-ShareDir/subdir
%dir %perl_vendorlib/auto/share/module
%dir %perl_vendorlib/auto/share/module/File-ShareDir
%dir %perl_vendorarch/auto/File
%dir %perl_vendorarch/auto/File/ShareDir
%perl_vendorlib/File/ShareDir.pm
%perl_vendorlib/auto/share/dist/File-ShareDir/sample.txt
%perl_vendorlib/auto/share/dist/File-ShareDir/subdir/sample.txt
%perl_vendorlib/auto/share/module/File-ShareDir/test_file.txt
%{_mandir}/man3/File::ShareDir*

%changelog

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to