File perl-Data-UUID.spec of Package perl-Data-UUID
#
# spec file for package perl-Data-UUID (Version 0.148)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: perl-Data-UUID
License: Artistic License
Group: Development/Libraries/Perl
URL: http://cpan.org/
Requires: perl = %{perl_version}
Autoreqprov: on
Summary: Perl extension for generating Globally/Universally Unique Identifiers (GUIDs/UUIDs)
Version: 0.148
Release: 1
Source: http://cpan.org/modules/by-module/Data/Data-UUID-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This module provides a framework for generating UUIDs (Universally
Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
A UUID is 128 bits long, and is guaranteed to be different from all
other UUIDs/GUIDs generated until 3400 A.D. UUIDs were originally used
in the Network Computing System (NCS) and later in the Open Software
Foundation's (OSF) Distributed Computing Environment. Currently many
different technologies rely on UUIDs to provide unique identity for
various software components, Microsoft COM/DCOM for instance, uses
GUIDs very extensively to uniquely identify classes, applications and
components across network-connected systems.
Authors:
--------
Alexander Golomshtok <agolomsh at cpan dot org>
%prep
%setup -n Data-UUID-%{version}
%build
perl Makefile.PL
%{__make}
%install
%perl_make_install
%perl_process_packlist
%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-, root, root)
%dir %{perl_vendorarch}/Data
%dir %{perl_vendorarch}/auto/Data
%dir %{perl_vendorarch}/auto/Data/UUID
%{perl_vendorarch}/Data/UUID.pm
%{perl_vendorarch}/auto/Data/UUID/*
%{perl_vendorarch}/auto/Data/UUID/.packlist
%{_mandir}/man3/Data::UUID.3pm.gz
/var/adm/perl-modules/%{name}
%changelog -n perl-Data-UUID
* Fri Jan 05 2007 - lmuelle@suse.de
- Update to version 0.148.
+ more Win32 fixes by Alexandr Ciornii.
+ packaging improvements.
* Wed Sep 20 2006 - lmuelle@suse.de
- Update to version 0.145.
+ Win32 compatibility/compilation improvements (rt #21486).
* Mon Sep 18 2006 - lmuelle@suse.de
- Update to version 0.143.
- more tick-tracking fixes (rt #21486) -- thanks MERIJNB!
- fix incorrect initialization of tick-tracking (rt #2481)
- partial fix for compilation under MSVC (thanks Alex Ciornii!)
- added use strict
- added tests to shut up stupid Kwalitee tests
- fixed compilation errors on Mac OS X: bugs 12389, 15829
- avoid hanging under CPAN tools by using EUMM prompt(): bug 8046
(thanks, Schwern)
- fix problems with "long" type on 64 big platforms: bug 14163
(thanks, Kevin Rosenberg)
- improve compilation on Cygwin: bug 7088 (thanks, maxb)
- improve compilation on Win32: bug 14082 (thanks, Christopher Laco)
- fixed link to UUID draft: bug 12169 (thanks, kcivey)
- fixed UUID collision on SMP machines: bug 15042 (thanks, Chia-liang Kao)
- reformatted POD documentation as per David Wheeler
- added ref. links to articles on database keys reengineering problem
* Wed Jan 25 2006 - mls@suse.de
- converted neededforbuild to BuildRequires
* Wed Feb 16 2005 - schwab@suse.de
- Don't remove BuildRoot in %%install.
* Tue Feb 15 2005 - lmuelle@suse.de
- Initial SuSE package.