Hello community, here is the log from the commit of package perl-DateTime-Locale for openSUSE:Factory checked in at Mon Sep 5 18:09:21 CEST 2011.
-------- --- perl-DateTime-Locale/perl-DateTime-Locale.changes 2010-11-30 20:25:11.000000000 +0100 +++ perl-DateTime-Locale/perl-DateTime-Locale.changes 2011-08-29 23:08:56.000000000 +0200 @@ -1,0 +2,7 @@ +Mon Aug 29 21:06:41 UTC 2011 - [email protected] + +- fix build/deps for RHEL, CentOS + * AutoReq seem to be broken: need to remove tools dir, cause otherwise + wrong Requires would be defined, e.g. perl(Moose),.... + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-DateTime-Locale.spec ++++++ --- /var/tmp/diff_new_pack.udamC0/_old 2011-09-05 18:01:19.000000000 +0200 +++ /var/tmp/diff_new_pack.udamC0/_new 2011-09-05 18:01:19.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-DateTime-Locale (Version 0.45) +# spec file for package perl-DateTime-Locale # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 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 @@ -15,7 +15,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %bcond_with test @@ -23,7 +22,7 @@ %define cpan_name DateTime-Locale Summary: Localization support for DateTime.pm Version: 0.45 -Release: 5 +Release: 10 License: GPL+ or Artistic Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/DateTime-Locale/ @@ -33,8 +32,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} BuildRequires: perl -BuildRequires: perl(Module::Build) BuildRequires: perl-macros +BuildRequires: perl(Module::Build) %if %{with test} BuildRequires: perl(Test::Output) #BuildRequires: perl(Test::Pod) @@ -56,15 +55,13 @@ If you want to know what methods are available for locale objects, then please read the DateTime::Locale::Base documentation. -Authors: --------- - Richard Evans <[email protected]> - Dave Rolsky <[email protected]> - %prep %setup -q -n %{cpan_name}-%{version} # rpmlint: spurious-executable-perm -%{__chmod} 0644 tools/generate-from-cldr +find . -type f -print0 | xargs -0 chmod 644 +%if 0%{?rhel_version} || 0%{?centos_version} +%{__rm} -rf tools +%endif %build %{__perl} Build.PL installdirs=vendor @@ -74,14 +71,18 @@ ./Build test %install -./Build install destdir=$RPM_BUILD_ROOT create_packlist=0 +./Build install destdir=%{buildroot} create_packlist=0 %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files %defattr(-,root,root,-) +%if 0%{suse_version} %doc Changes LICENSE README SIGNATURE tools +%else +%doc Changes LICENSE README SIGNATURE +%endif %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
