Hello community,
here is the log from the commit of package perl-Test-PerlTidy for
openSUSE:Factory checked in at 2017-10-11 23:02:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-PerlTidy (Old)
and /work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Test-PerlTidy"
Wed Oct 11 23:02:50 2017 rev:3 rq:533130 version:20130104
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-PerlTidy/perl-Test-PerlTidy.changes
2017-03-16 09:51:56.826290458 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Test-PerlTidy.new/perl-Test-PerlTidy.changes
2017-10-11 23:02:52.248913327 +0200
@@ -1,0 +2,5 @@
+Sat Oct 7 19:26:59 UTC 2017 - [email protected]
+
+- spec-cleaned
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Test-PerlTidy.spec ++++++
--- /var/tmp/diff_new_pack.CAJmKQ/_old 2017-10-11 23:02:53.360864610 +0200
+++ /var/tmp/diff_new_pack.CAJmKQ/_new 2017-10-11 23:02:53.364864434 +0200
@@ -16,18 +16,16 @@
#
+%define cpan_name Test-PerlTidy
Name: perl-Test-PerlTidy
Version: 20130104
Release: 0
-%define cpan_name Test-PerlTidy
Summary: Check That All Your Files Are Tidy
-License: Artistic-1.0 or GPL-1.0+
+License: Artistic-1.0 OR GPL-1.0+
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-PerlTidy/
Source0:
https://cpan.metacpan.org/authors/id/L/LA/LARRYL/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
-BuildArch: noarch
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(File::Finder)
@@ -40,6 +38,7 @@
Requires: perl(Perl::Tidy) >= 20121207
Requires: perl(Text::Diff)
Requires: perl(parent)
+BuildArch: noarch
%{perl_requires}
%description
@@ -54,11 +53,11 @@
%setup -q -n %{cpan_name}-%{version}
%build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
%check
-%{__make} test
+make %{?_smp_mflags} test
%install
%perl_make_install
@@ -66,7 +65,6 @@
%perl_gen_filelist
%files -f %{name}.files
-%defattr(-,root,root,755)
%doc CHANGES README
%changelog