[rb_libtorrent] rebuild against boost 1.47.0 drop defattr, clean stage change BR from util-linux-ng to util-linux si

Rahul Sundaram sundaram at fedoraproject.org
Thu Jul 21 12:29:10 UTC 2011


commit 33ced1360000db39c20a6a11ab1e695b5f0c28bd
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Jul 21 17:54:53 2011 +0530

    rebuild against boost 1.47.0
    drop defattr, clean stage
    change BR from util-linux-ng to util-linux since former has replaced latter
    drop all patches since none of them are being applied anymore

 rb_libtorrent-0.14.10-gcc45.patch   |   10 ----------
 rb_libtorrent-0.14.10-py27-am.patch |   11 -----------
 rb_libtorrent-0.14.10-py27.patch    |   11 -----------
 rb_libtorrent-am.patch              |   12 ------------
 rb_libtorrent-in.patch              |   11 -----------
 rb_libtorrent.spec                  |   22 +++++++---------------
 6 files changed, 7 insertions(+), 70 deletions(-)
---
diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec
index 23ff65c..4ba07b3 100644
--- a/rb_libtorrent.spec
+++ b/rb_libtorrent.spec
@@ -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,38 @@ 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
+* Thu Jul 21 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.15.6-2
+- rebuild against boost 1.47.0
+- drop defattr, clean stage
+- change BR from util-linux-ng to util-linux since former has replaced latter
+- drop all patches since none of them are being applied anymore
+
 * Sun Apr 10 2011 Leigh Scott <leigh123linux at googlemail.com> - 0.15.6-1
 - Update to 0.15.6
 


More information about the scm-commits mailing list