Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package odt2txt for openSUSE:Factory checked 
in at 2023-06-07 23:07:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/odt2txt (Old)
 and      /work/SRC/openSUSE:Factory/.odt2txt.new.15902 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "odt2txt"

Wed Jun  7 23:07:53 2023 rev:10 rq:1091261 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/odt2txt/odt2txt.changes  2015-03-11 
09:57:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.odt2txt.new.15902/odt2txt.changes       
2023-06-07 23:08:33.523739393 +0200
@@ -1,0 +2,5 @@
+Wed Jun  7 12:02:34 UTC 2023 - Martin Pluskal <[email protected]>
+
+- Modernise spec file 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ odt2txt.spec ++++++
--- /var/tmp/diff_new_pack.Qi0LMl/_old  2023-06-07 23:08:34.071742575 +0200
+++ /var/tmp/diff_new_pack.Qi0LMl/_new  2023-06-07 23:08:34.079742621 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package odt2txt
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,19 +12,17 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           odt2txt
-Summary:        Converter from OpenDocument Text to plain text
-License:        GPL-2.0
-Group:          Productivity/Text/Convertors
 Version:        0.5
 Release:        0
-Url:            https://github.com/dstosberg
+Summary:        Converter from OpenDocument Text to plain text
+License:        GPL-2.0-only
+URL:            https://github.com/dstosberg
 Source:         https://github.com/dstosberg/odt2txt/archive/v%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  zlib-devel
 
 %description
@@ -40,19 +38,19 @@
 presentations (*.odp).
 
 %prep
-%setup -q
+%autosetup
 
 %build
-make CFLAGS="%optflags" %{?_smp_mflags}
+%make_build CFLAGS="%{optflags}"
 
 %install
-make DESTDIR=%buildroot PREFIX=%{_prefix} install
-chmod 644 %buildroot%{_mandir}/man1/odt2txt.1
+%make_install DESTDIR=%{buildroot} PREFIX=%{_prefix} install
+chmod 644 %{buildroot}%{_mandir}/man1/odt2txt.1
 
 %files
-%defattr(-,root,root)
-%doc GPL-2 README.md
+%license GPL-2
+%doc README.md
 %{_bindir}/%{name}
-%{_mandir}/man1/odt2txt.1*
+%{_mandir}/man1/odt2txt.1%{?ext_man}
 
 %changelog

Reply via email to