Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package csvprintf for openSUSE:Factory checked in at 2021-11-04 16:09:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/csvprintf (Old) and /work/SRC/openSUSE:Factory/.csvprintf.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csvprintf" Thu Nov 4 16:09:51 2021 rev:6 rq:929070 version:1.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/csvprintf/csvprintf.changes 2021-02-26 21:59:29.815823217 +0100 +++ /work/SRC/openSUSE:Factory/.csvprintf.new.1890/csvprintf.changes 2021-11-04 16:10:36.869083449 +0100 @@ -1,0 +2,5 @@ +Wed Oct 27 16:21:59 UTC 2021 - Archie Cobbs <[email protected]> + +- Run spec-cleaner on spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ csvprintf.spec ++++++ --- /var/tmp/diff_new_pack.YaATb1/_old 2021-11-04 16:10:37.205083645 +0100 +++ /var/tmp/diff_new_pack.YaATb1/_new 2021-11-04 16:10:37.209083648 +0100 @@ -2,7 +2,6 @@ # spec file for package csvprintf # # Copyright (c) 2021 SUSE LLC -# Copyright 2010 Archie L. Cobbs <[email protected]> # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,9 +22,8 @@ Summary: Simple CSV file parser for the UNIX command line License: Apache-2.0 Group: Productivity/File utilities -Source: https://archie-public.s3.amazonaws.com/%{name}/%{name}-%{version}.tar.gz URL: https://github.com/archiecobbs/csvprintf -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: https://archie-public.s3.amazonaws.com/%{name}/%{name}-%{version}.tar.gz BuildRequires: gcc BuildRequires: make BuildRequires: xsltproc @@ -47,21 +45,18 @@ %setup -q %build -%{configure} -make +%configure +%make_build %install -%{makeinstall} - -%clean -rm -rf %{buildroot} +%make_install %files %attr(0755,root,root) %{_bindir}/%{name} %attr(0755,root,root) %{_bindir}/xml2csv %attr(0644,root,root) %{_mandir}/man1/* %defattr(0644,root,root,0755) -%doc %{_datadir}/doc/packages/%{name} +%doc %{_docdir}/%{name} %{_datadir}/%{name} %changelog
