2007-01-15 23:32:14 +00:00
|
|
|
#
|
2010-03-18 22:57:43 +00:00
|
|
|
# spec file for package perl-XML-NamespaceSupport (Version 1.11)
|
2007-01-15 23:32:14 +00:00
|
|
|
#
|
2010-01-14 15:35:46 +00:00
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-01-15 23:32:14 +00:00
|
|
|
#
|
2009-06-18 15:15: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.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
2007-01-15 23:32:14 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2009-06-18 15:15:50 +00:00
|
|
|
|
|
|
|
Name: perl-XML-NamespaceSupport
|
2010-01-14 15:35:46 +00:00
|
|
|
%define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' )
|
|
|
|
Summary: A simple generic namespace support class
|
2010-03-18 22:57:43 +00:00
|
|
|
Version: 1.11
|
2010-01-14 15:35:46 +00:00
|
|
|
Release: 1
|
|
|
|
License: Artistic License ..
|
2009-06-18 15:15:50 +00:00
|
|
|
Group: Development/Libraries/Perl
|
2010-03-18 22:57:43 +00:00
|
|
|
Url: http://search.cpan.org/perldoc?XML::NamespaceSupport
|
2010-01-14 15:35:46 +00:00
|
|
|
Source: %{cpan_name}-%{version}.tar.bz2
|
2009-06-18 15:15:50 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2010-01-14 15:35:46 +00:00
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl-macros
|
|
|
|
BuildRequires: perl(Test::More) >= 0.47
|
|
|
|
BuildRequires: perl(version)
|
|
|
|
BuildRequires: perl(YAML::Syck)
|
|
|
|
Requires: perl = %{perl_version}
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
This module offers a simple way to process namespaced XML names
|
|
|
|
(unames) from within any application that may need them. It also helps
|
|
|
|
maintain a prefix to namespace URI map, and provides a number of basic
|
|
|
|
checks.
|
|
|
|
|
2010-01-14 15:35:46 +00:00
|
|
|
Author: Robin Berjon <robin@knowscape.com>
|
2007-01-15 23:32:14 +00:00
|
|
|
%prep
|
2010-01-14 15:35:46 +00:00
|
|
|
%setup -q -n %{cpan_name}-%{version}
|
|
|
|
%{__sed} -i -e "s,^\(auto_install.*\),#\1,g" Makefile.PL
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%build
|
2010-01-14 15:35:46 +00:00
|
|
|
perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall"
|
2010-03-18 22:57:43 +00:00
|
|
|
%{__make} %{?jobs:-j%jobs}
|
2010-01-14 15:35:46 +00:00
|
|
|
|
|
|
|
%check
|
|
|
|
%{__make} test
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%install
|
2010-01-14 15:35:46 +00:00
|
|
|
%perl_make_install
|
2007-01-15 23:32:14 +00:00
|
|
|
%perl_process_packlist
|
2010-01-14 15:35:46 +00:00
|
|
|
%perl_gen_filelist
|
2007-01-15 23:32:14 +00:00
|
|
|
|
|
|
|
%clean
|
2010-01-14 15:35:46 +00:00
|
|
|
%{__rm} -rf $RPM_BUILD_ROOT
|
2007-01-15 23:32:14 +00:00
|
|
|
|
2010-01-14 15:35:46 +00:00
|
|
|
%files -f %{name}.files
|
|
|
|
# normally you only need to check for doc files
|
|
|
|
%defattr(0644,root,root,0755)
|
2007-01-15 23:32:14 +00:00
|
|
|
%doc Changes README
|
|
|
|
|
2009-06-18 15:15:50 +00:00
|
|
|
%changelog
|