forked from pool/bitlbee
Accepting request 986370 from server:irc
OBS-URL: https://build.opensuse.org/request/show/986370 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee?expand=0&rev=15
This commit is contained in:
commit
aa102e55b5
@ -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>
|
||||
|
||||
|
@ -27,8 +27,7 @@ Group: Productivity/Networking/IRC
|
||||
URL: http://www.bitlbee.org/
|
||||
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
||||
Source2: %{name}.service-suse.in
|
||||
Patch0: harden_bitlbee.service.patch
|
||||
BuildRequires: fdupes
|
||||
Patch0: harden_bitlbee.service.patch
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
@ -133,8 +132,6 @@ make DESTDIR=%{buildroot} -C doc
|
||||
make DESTDIR=%{buildroot} install install-etc
|
||||
make DESTDIR=%{buildroot} install-dev
|
||||
|
||||
%fdupes -s
|
||||
|
||||
install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
|
||||
ln -s %{_sbindir}/service %{buildroot}/%{_sbindir}/rc%{name}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user