Hello community,
here is the log from the commit of package perl-Convert-BinHex for
openSUSE:Factory checked in at 2014-04-03 17:14:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Convert-BinHex (Old)
and /work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-Convert-BinHex"
Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Convert-BinHex/perl-Convert-BinHex.changes
2013-11-26 19:24:49.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.perl-Convert-BinHex.new/perl-Convert-BinHex.changes
2014-04-03 17:14:05.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Apr 2 12:35:35 UTC 2014 - [email protected]
+
+- regenerate with cpanspec to fix build
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-Convert-BinHex.spec ++++++
--- /var/tmp/diff_new_pack.jn9Oy0/_old 2014-04-03 17:14:06.000000000 +0200
+++ /var/tmp/diff_new_pack.jn9Oy0/_new 2014-04-03 17:14:06.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-Convert-BinHex
#
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -19,45 +19,44 @@
Name: perl-Convert-BinHex
Version: 1.123
Release: 0
-%define real_name Convert-BinHex
-Summary: Extract data from Macintosh BinHex files
-License: GPL-1.0+ or Artistic-1.0
+%define cpan_name Convert-BinHex
+Summary: extract data from Macintosh BinHex files
+License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl
-Url: http://search.cpan.org/perldoc?Convert::BinHex
-Source: %{real_name}-%{version}.tar.gz
+Url: http://search.cpan.org/dist/Convert-BinHex/
+Source:
http://www.cpan.org/authors/id/S/ST/STEPHEN/%{cpan_name}-%{version}.tar.gz
+BuildArch: noarch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl
BuildRequires: perl-macros
+BuildRequires: perl(File::Slurp)
BuildRequires: perl(Test::Most)
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+BuildRequires: perl(autodie)
%{perl_requires}
%description
-BinHex is a format used by Macintosh for transporting Mac files safely through
-electronic mail, as short-lined, 7-bit, semi-compressed data streams. This
-module provides a means of converting those data streams back into binary
-data.
+*BinHex* is a format used by Macintosh for transporting Mac files safely
+through electronic mail, as short-lined, 7-bit, semi-compressed data
+streams. Ths module provides a means of converting those data streams back
+into into binary data.
%prep
-%setup -n %{real_name}-%{version}
+%setup -q -n %{cpan_name}-%{version}
%build
-perl Makefile.PL
-make %{?_smp_mflags}
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__make} %{?_smp_mflags}
%check
-make test
+%{__make} test
%install
%perl_make_install
-install -Dm755 bin/binhex.pl %{buildroot}%{_bindir}/binhex.pl
-install -m755 bin/debinhex.pl %{buildroot}%{_bindir}/
%perl_process_packlist
%perl_gen_filelist
-%clean
-rm -rf %{buildroot}
-
%files -f %{name}.files
-%defattr(-, root, root)
-%doc COPYING README* MANIFEST
+%defattr(-,root,root,755)
+%doc Changes COPYING LICENSE README README-TOO
%changelog
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]