# # spec file for package perl-Data-Dumper-Concise (Version 1.100) # # Copyright (c) 2009 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/ # # norootforbuild Name: perl-Data-Dumper-Concise %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Less indentation and newlines plus sub deparsing Version: 1.100 Release: 1 License: Artistic Group: Development/Libraries/Perl URL: http://search.cpan.org/dist/SQL-Abstract-Limit/ Source: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros %{perl_requires} Provides: %{cpan_name} %description This module always exports a single function, Dumper, which can be called with an array of values to dump those values or with no arguments to return the Data::Dumper object it's created. Author: Matt S. Trout %prep %setup -q -n %{cpan_name}-%{version} #find -type f -exec chmod 644 {} \; %build perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" %{__make} %check %{__make} test %install %perl_make_install %perl_process_packlist %perl_gen_filelist %clean %{__rm} -rf $RPM_BUILD_ROOT %files -f %{name}.files %defattr(-,root,root) %doc Changes %changelog