Hello community,

here is the log from the commit of package perl-Text-Glob for openSUSE:Factory
checked in at Mon May 23 10:45:00 CEST 2011.



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

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/perl-Text-Glob/perl-Text-Glob.changes  
2011-02-25 10:42:54.000000000 +0100
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------
+Fri Feb 25 09:40:03 UTC 2011 - [email protected]
+
+- update to 0.09
+  * Compiled documentation fixes
+    (collected by Tom Hukins from fixes on rt.cpan)
+
+-------------------------------------------------------------------
+Wed Feb  2 13:41:46 UTC 2011 - [email protected]
+
+- bzipped source tarball 
+
+-------------------------------------------------------------------
+Tue Nov 30 19:20:52 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Mon Nov 29 18:31:20 UTC 2010 - [email protected]
+
+- remove /var/adm/perl-modules
+
+-------------------------------------------------------------------
+Tue Oct 19 15:36:36 UTC 2010 - [email protected]
+
+- add perl as explicit buildrequire
+
+-------------------------------------------------------------------
+Sun Jun  8 00:00:00 UTC 2008 - [email protected]
+
+- first release 0.08
+
+

calling whatdependson for head-i586


New:
----
  Text-Glob-0.09.tar.bz2
  perl-Text-Glob.changes
  perl-Text-Glob.spec

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

Other differences:
------------------
++++++ perl-Text-Glob.spec ++++++
#
# spec file for package perl-Text-Glob
#
# 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/
#


%define cpan_name Text-Glob

Name:           perl-%cpan_name
Version:        0.09
Release:        1
Provides:       %cpan_name
Group:          Development/Libraries/Perl
License:        Artistic
Url:            http://search.cpan.org/dist/Text-Glob/
Summary:        Tools for working with paths and file specs across platforms
Source:         %cpan_name-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros

%description
Text::Glob implements glob(3) style matching that can be used to match against 
text, rather than fetching names from a filesystem. If you want to do full file 
globbing use the File::Glob module instead.

%prep
%setup -q -n %cpan_name-%{version}

%build
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
make

%check
make test

%install
make DESTDIR=$RPM_BUILD_ROOT install_vendor
%perl_process_packlist

%clean
# clean up the hard disc after build
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc %{_mandir}/man?/*
%{perl_vendorlib}/Text
%{perl_vendorarch}/auto/Text
%doc Changes MANIFEST

%changelog

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



Remember to have fun...

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

Reply via email to