2007-01-05 15:49:54 +00:00
|
|
|
#
|
|
|
|
# spec file for package perl-Data-Hierarchy (Version 0.34)
|
|
|
|
#
|
2009-06-18 15:00:50 +00:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-05 15:49:54 +00:00
|
|
|
#
|
2009-06-18 15:00:50 +00:00
|
|
|
# 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.
|
|
|
|
|
2007-01-05 15:49:54 +00:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-18 15:00:50 +00:00
|
|
|
|
2007-01-05 15:49:54 +00:00
|
|
|
Name: perl-Data-Hierarchy
|
|
|
|
License: Artistic License
|
|
|
|
Group: Development/Libraries/Perl
|
2009-06-18 15:00:50 +00:00
|
|
|
Url: http://cpan.org/
|
2007-01-05 15:49:54 +00:00
|
|
|
Requires: perl = %{perl_version}
|
2009-06-18 15:00:50 +00:00
|
|
|
AutoReqProv: on
|
2007-01-05 15:49:54 +00:00
|
|
|
Summary: Handle data in a hierarchical structure
|
|
|
|
Version: 0.34
|
2009-06-18 15:00:50 +00:00
|
|
|
Release: 103
|
2007-01-05 15:49:54 +00:00
|
|
|
Source: http://cpan.org/modules/by-module/Data/Data-Hierarchy-%{version}.tar.gz
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Data::Hierarchy provides a simple interface for manipulating
|
|
|
|
inheritable data attached to a hierarchical environment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Chia-liang Kao <clkao at clkao dot org>
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -n Data-Hierarchy-%{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_vendorlib}/Data
|
|
|
|
%{perl_vendorlib}/Data/Hierarchy.pm
|
|
|
|
%dir %{perl_vendorarch}/auto/Data
|
|
|
|
%dir %{perl_vendorarch}/auto/Data/Hierarchy
|
|
|
|
%{perl_vendorarch}/auto/Data/Hierarchy/.packlist
|
|
|
|
%{_mandir}/man3/Data::Hierarchy.3pm.gz
|
|
|
|
/var/adm/perl-modules/%{name}
|
|
|
|
|
2009-06-18 15:00:50 +00:00
|
|
|
%changelog
|
|
|
|
* Fri Jan 05 2007 lmuelle@suse.de
|
2007-01-05 15:49:54 +00:00
|
|
|
- Update to version 0.34.
|
|
|
|
- Workaround various performance issues. The real fix will be in 0.40.
|
2009-06-18 15:00:50 +00:00
|
|
|
* Mon Sep 18 2006 lmuelle@suse.de
|
2007-01-05 15:49:54 +00:00
|
|
|
- Update to version 0.31.
|
|
|
|
- Fix a test assuming hash key orders.
|
|
|
|
- Big rewrite, simplifying the API and documenting everything.
|
|
|
|
- Added to_relative (to help with SVK floating checkouts).
|
2009-06-18 15:00:50 +00:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-01-05 15:49:54 +00:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-06-18 15:00:50 +00:00
|
|
|
* Wed Feb 16 2005 schwab@suse.de
|
2007-01-05 15:49:54 +00:00
|
|
|
- Don't remove BuildRoot in %%install.
|
2009-06-18 15:00:50 +00:00
|
|
|
* Mon Feb 14 2005 lmuelle@suse.de
|
2007-01-05 15:49:54 +00:00
|
|
|
- Initial SuSE package.
|