|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: transmission
|
|
|
|
|
Version: 2.92
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: A lightweight GTK+ BitTorrent client
|
|
|
|
|
|
|
|
|
|
Group: Applications/Internet
|
|
|
|
@ -101,6 +101,9 @@ mv AUTHORS.new AUTHORS
|
|
|
|
|
iconv --from=ISO-8859-1 --to=UTF-8 NEWS > NEWS.new
|
|
|
|
|
mv NEWS.new NEWS
|
|
|
|
|
|
|
|
|
|
# Correct unit file service type
|
|
|
|
|
sed -i s/notify/simple/g daemon/transmission-daemon.service
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
CXXFLAGS="%{optflags} -fPIC"
|
|
|
|
@ -250,6 +253,9 @@ fi
|
|
|
|
|
%doc %{_mandir}/man1/transmission-qt.*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Apr 13 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.92-5
|
|
|
|
|
- Correct unit file service type, BZ 1442085.
|
|
|
|
|
|
|
|
|
|
* Tue Apr 11 2017 Gwyn Ciesla <limburgher@gmail.com> - 2.92-4
|
|
|
|
|
- Fix FTBFS.
|
|
|
|
|
|
|
|
|
|