Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package paper for openSUSE:Factory checked 
in at 2022-03-08 20:31:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/paper (Old)
 and      /work/SRC/openSUSE:Factory/.paper.new.2349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "paper"

Tue Mar  8 20:31:20 2022 rev:3 rq:959789 version:2.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/paper/paper.changes      2020-11-09 
13:58:28.239825496 +0100
+++ /work/SRC/openSUSE:Factory/.paper.new.2349/paper.changes    2022-03-11 
11:48:51.586808917 +0100
@@ -1,0 +2,7 @@
+Sat Mar  5 00:43:40 UTC 2022 - Bj??rn Lie <bjorn....@gmail.com>
+
+- Package README with doc macro, the rest of docs are in standard
+  location.
+- Add paper-rpmlintrc, filter out erroneous rpmlint warnings.
+
+-------------------------------------------------------------------

New:
----
  paper-rpmlintrc

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

Other differences:
------------------
++++++ paper.spec ++++++
--- /var/tmp/diff_new_pack.aja9K4/_old  2022-03-11 11:48:52.050809463 +0100
+++ /var/tmp/diff_new_pack.aja9K4/_new  2022-03-11 11:48:52.054809467 +0100
@@ -22,7 +22,8 @@
 Summary:        Enables users to indicate their preferred paper size
 License:        GPL-3.0-or-later
 URL:            https://github.com/rrthomas/paper
-Source:         
https://github.com/rrthomas/paper/releases/download/v%{version}/paper-%{version}.tar.gz
+Source:         %{url}/releases/download/v%{version}/paper-%{version}.tar.gz
+Source99:       %{name}-rpmlintrc
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  help2man
@@ -36,7 +37,7 @@
 can also be used directly (see paperspecs(5)).
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 %configure
@@ -44,14 +45,14 @@
 
 %install
 %make_install
+# Remove README, we install this with doc macro
+rm -vRf %{buildroot}%{_datadir}/doc/paper/README
 
 %files
 %license COPYING
-%doc ChangeLog 
+%doc ChangeLog README
 %config %{_sysconfdir}/paperspecs
 %{_bindir}/paper
-%dir %{_datadir}/doc/paper
-%{_datadir}/doc/paper/README
 %{_libexecdir}/localepaper
 %{_mandir}/man1/paper.1.gz
 %{_mandir}/man5/paperspecs.5.gz

++++++ paper-rpmlintrc ++++++
# Paper is the name and the medium - remove erroneous rpmlint warnings
addFilter("name-repeated-in-summary paper")
(No newline at EOF)

Reply via email to