File perl-Mac-PropertyList.spec of Package perl-Mac-PropertyList
#
# spec file for package perl-Mac-PropertyList
#
# Copyright (c) 2013 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/
#
Name: perl-Mac-PropertyList
Version: 1.38
Release: 0
%define cpan_name Mac-PropertyList
Summary: Work with Mac plists at a low level
License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Mac-PropertyList/
Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(XML::Entities)
BuildRequires: perl(parent)
#BuildRequires: perl(File::Find::Rule)
#BuildRequires: perl(JSON::Any)
#BuildRequires: perl(Mac::PropertyList)
#BuildRequires: perl(Mac::PropertyList::Boolean)
#BuildRequires: perl(Mac::PropertyList::Container)
#BuildRequires: perl(Mac::PropertyList::Item)
#BuildRequires: perl(Mac::PropertyList::ReadBinary)
#BuildRequires: perl(Mac::PropertyList::Scalar)
#BuildRequires: perl(Mac::PropertyList::Source)
Requires: perl(XML::Entities)
Requires: perl(parent)
%{perl_requires}
%description
This module is a low-level interface to the Mac OS X Property List (plist)
format. You probably shouldn't use this in applications--build interfaces
on top of this so you don't have to put all the heinous multi-level object
stuff where people have to look at it.
You can parse a plist file and get back a data structure. You can take that
data structure and get back the plist as XML. If you want to change the
structure inbetween that's your business. :)
You don't need to be on Mac OS X to use this. It simply parses and
manipulates a text format that Mac OS X uses.
%prep
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
%check
%{__make} test
%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes examples LICENSE MYMETA.json MYMETA.yml README
%changelog