Hello community, here is the log from the commit of package i3lock for openSUSE:Factory checked in at 2018-02-14 10:52:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/i3lock (Old) and /work/SRC/openSUSE:Factory/.i3lock.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "i3lock" Wed Feb 14 10:52:53 2018 rev:14 rq:576423 version:2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/i3lock/i3lock.changes 2017-11-27 22:18:34.242287195 +0100 +++ /work/SRC/openSUSE:Factory/.i3lock.new/i3lock.changes 2018-02-14 10:52:55.558867843 +0100 @@ -1,0 +2,6 @@ +Wed Feb 7 03:34:56 UTC 2018 - [email protected] + +- switch to https urls +- cleanup spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ i3lock.spec ++++++ --- /var/tmp/diff_new_pack.OTu4E1/_old 2018-02-14 10:52:56.182845383 +0100 +++ /var/tmp/diff_new_pack.OTu4E1/_new 2018-02-14 10:52:56.182845383 +0100 @@ -1,7 +1,7 @@ # # spec file for package i3lock # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # @@ -25,8 +25,8 @@ Summary: Screen Locker for the i3 Window Manager License: BSD-3-Clause Group: System/GUI/Other -Url: http://i3wm.org/i3lock/ -Source: http://i3wm.org/i3lock/i3lock-%{version}.tar.bz2 +Url: https://i3wm.org/i3lock/ +Source: https://i3wm.org/i3lock/%{name}-%{version}.tar.bz2 # borrowed from gnome-icon-theme Source2: i3lock-icon.png Source3: xlock.sh @@ -65,19 +65,12 @@ %build export CFLAGS="%{optflags}" -make %{?_smp_mflags} \ - PREFIX="%{_prefix}" \ - SYSCONFDIR="%{_sysconfdir}" +make %{?_smp_mflags} %install -export CFLAGS="%{optflags}" -make \ - PREFIX="%{_prefix}" \ - SYSCONFDIR="%{_sysconfdir}" \ - DESTDIR=%{buildroot} \ - install +%make_install -install -D -m0644 i3lock.1 "%{buildroot}%{_mandir}/man1/i3lock.1" +install -D -m0644 %{name}.1 "%{buildroot}%{_mandir}/man1/%{name}.1" install -D -m0644 %{SOURCE2} %{buildroot}%{_datadir}/i3lock-xlock-compat/i3lock-icon.png install -m0755 %{SOURCE3} %{buildroot}/%{_bindir}/xlock @@ -88,7 +81,7 @@ %files %doc CHANGELOG LICENSE README.md %config(noreplace) %{_sysconfdir}/pam.d/%{name} -%{_bindir}/i3lock -%{_mandir}/man1/i3lock.1* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1%{ext_man} %changelog
