[rb_libtorrent/f15] Update to 0.15.9

leigh123linux leigh123linux at fedoraproject.org
Tue Mar 20 21:04:00 UTC 2012


commit a90c15ab85c7efe4cffa85b27f4d2bec514c5632
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Tue Mar 20 21:03:56 2012 +0000

    Update to 0.15.9

 rb_libtorrent.spec |   21 +++++----------------
 sources            |    2 +-
 2 files changed, 6 insertions(+), 17 deletions(-)
---
diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec
index 1968268..3b895f3 100644
--- a/rb_libtorrent.spec
+++ b/rb_libtorrent.spec
@@ -1,5 +1,5 @@
 Name:		rb_libtorrent
-Version:	0.15.8
+Version:	0.15.9
 Release:	1%{?dist}
 Summary:	A C++ BitTorrent library aiming to be the best alternative
 
@@ -19,8 +19,7 @@ BuildRequires:	libtool
 BuildRequires:	python-devel
 BuildRequires:	python-setuptools
 BuildRequires:	zlib-devel
-## Necessary for 'rename'...
-BuildRequires:	util-linux-ng
+BuildRequires:	util-linux
 
 ## The following is taken from it's website listing...mostly.
 %description
@@ -142,13 +141,10 @@ export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
 
 make %{?_smp_mflags}
 
-
 %check
 make check
 
-
 %install
-rm -rf %{buildroot}
 ## Ensure that we preserve our timestamps properly.
 export CPPROG="%{__cp} -p"
 make install DESTDIR=%{buildroot} INSTALL="%{__install} -c -p"
@@ -166,42 +162,35 @@ rm -fv %{buildroot}%{_libdir}/lib*.la
 # static libs
 rm -fv %{buildroot}%{_libdir}/lib*.a
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %post -p /sbin/ldconfig
 
 %postun -p /sbin/ldconfig
 
-
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_libdir}/libtorrent-rasterbar.so.6*
 
 %files	devel
-%defattr(-,root,root,-)
 %doc COPYING.Boost COPYING.BSD COPYING.zlib docs/ 
 %{_libdir}/pkgconfig/libtorrent-rasterbar.pc
 %{_includedir}/libtorrent/
 %{_libdir}/libtorrent-rasterbar.so
 
 %files examples
-%defattr (-,root,root,-)
 %doc COPYING README-renames.Fedora
 %{_bindir}/*torrent*
 %{_bindir}/enum_if
 
 %files	python
-%defattr (-,root,root,-)
 %doc AUTHORS ChangeLog COPYING.Boost bindings/python/{simple_,}client.py
 %{python_sitearch}/python_libtorrent-%{version}-py?.?.egg-info
 %{python_sitearch}/libtorrent.so
 
 
 %changelog
+* Tue Mar 20 2012 leigh scott <leigh123linux at googlemail.com> - 0.15.9-1
+- Update to 0.15.9
+
 * Fri Sep 30 2011 Leigh Scott <leigh123linux at googlemail.com> - 0.15.8-1
 - Update to 0.15.8
 
diff --git a/sources b/sources
index 468632e..65c1d06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bb1782cad97c5f8e011b10c2ce5ebdc2  libtorrent-rasterbar-0.15.8.tar.gz
+87eea591f6eb5da4f3af84aa6d753bc7  libtorrent-rasterbar-0.15.9.tar.gz


More information about the scm-commits mailing list