Hello community, here is the log from the commit of package unzix for openSUSE:Factory checked in at 2020-03-11 18:48:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unzix (Old) and /work/SRC/openSUSE:Factory/.unzix.new.3160 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unzix" Wed Mar 11 18:48:17 2020 rev:2 rq:783306 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/unzix/unzix.changes 2015-04-13 20:30:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.unzix.new.3160/unzix.changes 2020-03-11 18:50:33.631546488 +0100 @@ -1,0 +2,6 @@ +Tue Mar 10 09:58:09 UTC 2020 - Martin Pluskal <[email protected]> + +- Cleanup spec file +- Do not use source url as it is no longer available + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unzix.spec ++++++ --- /var/tmp/diff_new_pack.ASv1XH/_old 2020-03-11 18:50:36.731547874 +0100 +++ /var/tmp/diff_new_pack.ASv1XH/_new 2020-03-11 18:50:36.735547876 +0100 @@ -1,7 +1,7 @@ # # spec file for package unzix # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -22,12 +22,11 @@ Summary: Command-Line Program to Extract WinZix Archives License: BSD-3-Clause Group: Productivity/Archiving/Compression -Url: http://banu.com/unzix/ -Source: https://download.banu.com/unzix/0.4/%{name}-%{version}.tar.gz +URL: http://banu.com/unzix/ +Source: %{name}-%{version}.tar.gz BuildRequires: asciidoc BuildRequires: libxslt-devel BuildRequires: pkgconfig -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: pkgconfig(zlib) %description @@ -35,19 +34,19 @@ archive format. %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} +%make_build %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install %files -%defattr(-,root,root) -%doc AUTHORS LICENSE NEWS README +%license LICENSE +%doc AUTHORS NEWS README %{_bindir}/unzix -%doc %{_mandir}/man1/unzix.1* +%{_mandir}/man1/unzix.1%{?ext_man} %changelog
