Hello community, here is the log from the commit of package mlmmj for openSUSE:Factory checked in at 2017-07-26 13:05:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mlmmj (Old) and /work/SRC/openSUSE:Factory/.mlmmj.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mlmmj" Wed Jul 26 13:05:45 2017 rev:29 rq:512506 version:1.2.19.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mlmmj/mlmmj.changes 2015-06-02 10:12:39.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.mlmmj.new/mlmmj.changes 2017-07-26 13:05:49.869558626 +0200 @@ -1,0 +2,6 @@ +Mon Jul 24 11:33:08 UTC 2017 - [email protected] + +- Run over with spec-cleaner +- Do not require recode and use iconv for conversions wrt fate#323644 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mlmmj.spec ++++++ --- /var/tmp/diff_new_pack.ZmW6Yv/_old 2017-07-26 13:05:50.629451418 +0200 +++ /var/tmp/diff_new_pack.ZmW6Yv/_new 2017-07-26 13:05:50.633450854 +0200 @@ -1,7 +1,7 @@ # # spec file for package mlmmj # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,10 +25,7 @@ Url: http://mlmmj.org/ Source0: http://mlmmj.org/releases/%{name}-%{version}.tar.bz2 Source1: mlmmj-rpmlintrc -%if 0%{?suse_version} > 1010 BuildRequires: fdupes -%endif -BuildRequires: recode BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -46,20 +43,17 @@ %install make DESTDIR=%{buildroot} install mkdir -p %{buildroot}%{_datadir}/%{name}/contrib -find %{buildroot}%{_datadir}/%{name}/text.skel -type f -exec recode latin1..utf8 {} \; +find %{buildroot}%{_datadir}/%{name}/text.skel -type f |while read file; do + iconv -f ISO-8859-1 -t UTF-8 ${file} > ${file}.utf8 + mv ${file}.utf8 ${file} +done mkdir -p %{buildroot}%{_defaultdocdir}/%{name}/examples cp -a contrib/{amime-receive,web} %{buildroot}%{_defaultdocdir}/%{name}/examples/ cp -a contrib/receivestrip/README README.receivestrip cp -a README* FAQ UPGRADE LICENSE AUTHORS ChangeLog TUNABLES %{buildroot}%{_defaultdocdir}/%{name}/ -%if 0%{?suse_version} > 1010 - %fdupes -s %{buildroot} -%endif - -%clean -rm -rf %{buildroot} +%fdupes %{buildroot} %files -%defattr(-,root,root) %dir %{_defaultdocdir}/%{name} %doc %{_defaultdocdir}/%{name}/* %{_bindir}/*
