|
@@ -2,7 +2,7 @@
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
|
|
|
|
|
Name: libtorrent-rasterbar
|
|
Name: libtorrent-rasterbar
|
|
-Version: 0.15.10
|
|
+Version: 0.16.9
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
Summary: A C++ BitTorrent library aiming to be the best alternative
|
|
Summary: A C++ BitTorrent library aiming to be the best alternative
|
|
Summary(ja): 最良の代替手段となることを目指す C++ BitTorrent ライブラリ
|
|
Summary(ja): 最良の代替手段となることを目指す C++ BitTorrent ライブラリ
|
|
@@ -25,7 +25,7 @@ BuildRequires: python-devel
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: python-setuptools
|
|
BuildRequires: zlib-devel
|
|
BuildRequires: zlib-devel
|
|
## Necessary for 'rename'...
|
|
## Necessary for 'rename'...
|
|
-BuildRequires: util-linux-ng
|
|
+BuildRequires: util-linux
|
|
|
|
|
|
## The following is taken from it's website listing...mostly.
|
|
## The following is taken from it's website listing...mostly.
|
|
%description
|
|
%description
|
|
@@ -176,8 +176,15 @@ rm -rf %{buildroot}
|
|
|
|
|
|
%files examples
|
|
%files examples
|
|
%{_bindir}/*torrent*
|
|
%{_bindir}/*torrent*
|
|
|
|
+%{_bindir}/connection_tester
|
|
%{_bindir}/enum_if
|
|
%{_bindir}/enum_if
|
|
-
|
|
+%{_bindir}/fragmentation_test
|
|
|
|
+%{_bindir}/parse_hash_fails
|
|
|
|
+%{_bindir}/parse_request_log
|
|
|
|
+%{_bindir}/rss_reader
|
|
|
|
+%{_bindir}/upnp_test
|
|
|
|
+%{_bindir}/utp_test
|
|
|
|
+
|
|
%files python
|
|
%files python
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py
|
|
%doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py
|
|
@@ -186,6 +193,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon May 06 2013 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.16.9-1
|
|
|
|
+- new upstream release
|
|
|
|
+
|
|
* Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15.10-1
|
|
* Tue Feb 28 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.15.10-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- changed BuildRequires: util-linux-ng to util-linux
|
|
- changed BuildRequires: util-linux-ng to util-linux
|