forked from pool/bitlbee
Accepting request 985675 from home:1Antoine1:branches:server:irc
- Remove call to %fdupes: It was breaking the build on Tumbleweed because of missing directory argument. No duplicate file is reported by rpmlint anyway. OBS-URL: https://build.opensuse.org/request/show/985675 OBS-URL: https://build.opensuse.org/package/show/server:irc/bitlbee?expand=0&rev=47
This commit is contained in:
parent
c2ef74a20f
commit
b443732abb
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 28 20:30:09 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
- Remove call to %fdupes: It was breaking the build on Tumbleweed
|
||||||
|
because of missing directory argument. No duplicate file is
|
||||||
|
reported by rpmlint anyway.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 10 09:16:15 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
Thu Feb 10 09:16:15 UTC 2022 - Filippo Bonazzi <filippo.bonazzi@suse.com>
|
||||||
|
|
||||||
|
@ -28,7 +28,6 @@ URL: http://www.bitlbee.org/
|
|||||||
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
||||||
Source2: %{name}.service-suse.in
|
Source2: %{name}.service-suse.in
|
||||||
Patch0: harden_bitlbee.service.patch
|
Patch0: harden_bitlbee.service.patch
|
||||||
BuildRequires: fdupes
|
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
@ -133,8 +132,6 @@ make DESTDIR=%{buildroot} -C doc
|
|||||||
make DESTDIR=%{buildroot} install install-etc
|
make DESTDIR=%{buildroot} install install-etc
|
||||||
make DESTDIR=%{buildroot} install-dev
|
make DESTDIR=%{buildroot} install-dev
|
||||||
|
|
||||||
%fdupes -s
|
|
||||||
|
|
||||||
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
|
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
|
||||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
|
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user