forked from pool/rtorrent
- Add missing %service_* scriptlets
OBS-URL: https://build.opensuse.org/package/show/filesharing/rtorrent?expand=0&rev=3
This commit is contained in:
parent
eeaa0c8fe6
commit
a6a4466a08
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 16 15:54:27 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add missing %service_* scriptlets
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 24 17:52:33 UTC 2019 - hiwatari.seiji@gmail.com
|
Wed Jul 24 17:52:33 UTC 2019 - hiwatari.seiji@gmail.com
|
||||||
|
|
||||||
|
@ -28,12 +28,11 @@ License: SUSE-GPL-2.0+-with-openssl-exception
|
|||||||
Group: Productivity/Networking/File-Sharing
|
Group: Productivity/Networking/File-Sharing
|
||||||
Url: http://github.com/rakshasa/rtorrent
|
Url: http://github.com/rakshasa/rtorrent
|
||||||
|
|
||||||
Source: https://github.com/rakshasa/rtorrent/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/rakshasa/rtorrent/releases/download/v%version/%name-%version.tar.gz
|
||||||
Source2: rtorrent.desktop
|
Source2: rtorrent.desktop
|
||||||
# This manpage copied from the 0.9.2 tarball as it was missing in later versions
|
# This manpage copied from the 0.9.2 tarball as it was missing in later versions
|
||||||
Source3: rtorrent.1
|
Source3: rtorrent.1
|
||||||
Source4: rtorrent.service
|
Source4: rtorrent.service
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
%if %{with xmlrpc}
|
%if %{with xmlrpc}
|
||||||
BuildRequires: xmlrpc-c-devel
|
BuildRequires: xmlrpc-c-devel
|
||||||
%endif
|
%endif
|
||||||
@ -74,27 +73,34 @@ autoreconf -fiv
|
|||||||
--enable-ipv6
|
--enable-ipv6
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%pre
|
|
||||||
getent passwd rtorrent >/dev/null || useradd -r rtorrent
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
make install DESTDIR="$b"
|
%make_install
|
||||||
install -Dm0644 "%{S:2}" "$b/%_datadir/applications/%name.desktop"
|
install -Dm0644 "%{S:2}" "$b/%_datadir/applications/%name.desktop"
|
||||||
mkdir -p "$b/%_mandir/man1"
|
mkdir -p "$b/%_mandir/man1"
|
||||||
install -pm0644 "%{S:3}" "$b/%_mandir/man1/"
|
install -pm0644 "%{S:3}" "$b/%_mandir/man1/"
|
||||||
%suse_update_desktop_file -r "%name" Network P2P
|
%suse_update_desktop_file -r "%name" Network P2P
|
||||||
install -Dm0644 "%{S:4}" "$b/%{_unitdir}/rtorrent.service"
|
install -Dm0644 "%{S:4}" "$b/%_unitdir/rtorrent.service"
|
||||||
|
|
||||||
|
%pre
|
||||||
|
getent passwd rtorrent >/dev/null || useradd -r rtorrent
|
||||||
|
%service_add_pre rtorrent.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%service_add_post rtorrent.service
|
%service_add_post rtorrent.service
|
||||||
|
|
||||||
|
%preun
|
||||||
|
%service_del_preun rtorrent.service
|
||||||
|
|
||||||
|
%postun
|
||||||
|
%service_del_postun rtorrent.service
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc doc/rtorrent.rc COPYING
|
%doc doc/rtorrent.rc COPYING
|
||||||
%_bindir/rtorrent
|
%_bindir/rtorrent
|
||||||
%_datadir/applications/%name.desktop
|
%_datadir/applications/%name.desktop
|
||||||
%_mandir/man1/rtorrent.1*
|
%_mandir/man1/rtorrent.1*
|
||||||
%{_unitdir}/rtorrent.service
|
%_unitdir/rtorrent.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user