]> git.pld-linux.org Git - packages/libtorrent-rasterbar.git/blobdiff - libtorrent-rasterbar.spec
- updated to 1.1.11
[packages/libtorrent-rasterbar.git] / libtorrent-rasterbar.spec
index 78f2d57b6cd65371c5ad63e3f0d237058a31f2d6..6f498b6af9c2e72bb4e49f71e0fb26c87b7678e8 100644 (file)
@@ -1,14 +1,18 @@
+# WARNING: qbittorrent 3.x uses 1.0.x, 4.x 1.1.x (see DEVEL-1.1 branch), there is no version ready for 1.2.x (DEVEL-1.2 branch)
+#
+%define                tagver  %(echo %{version} | tr . _)
 Summary:       A C++ BitTorrent library
 Summary(hu.UTF-8):     C++ BitTorrent könyvtár
 Summary(pl.UTF-8):     Biblioteka BitTorrenta napisana w C++
 Name:          libtorrent-rasterbar
-Version:       0.16.17
-Release:       3
-Epoch:         1
+Version:       1.1.11
+Release:       1
+Epoch:         2
 License:       BSD
 Group:         Libraries
-Source0:       http://downloads.sourceforge.net/libtorrent/%{name}-%{version}.tar.gz
-# Source0-md5: 34f01b9f755d1822cb761f8d8eb07bb8
+Source0:       https://github.com/arvidn/libtorrent/releases/download/libtorrent_%{tagver}/%{name}-%{version}.tar.gz
+# Source0-md5: 80e76c6fe6a57cf262afe09583c4dda2
+Patch0:                %{name}-boost.patch
 URL:           http://www.rasterbar.com/products/libtorrent/
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf >= 2.63
@@ -118,6 +122,7 @@ Wiązania Pythona do biblioteki libtorrent-rasterbar.
 
 %prep
 %setup -q
+%patch0 -p1
 
 ## Some of the sources and docs are executable, which makes rpmlint against
 ## the resulting -debuginfo and -devel packages, respectively, quite angry. :]
@@ -136,16 +141,16 @@ find -type f -regex '.*\.[hc]pp' | xargs chmod a-x
        LIBS="-lpthread -lrt" \
        --disable-silent-rules \
        --enable-python-binding \
+       --with-asio=system \
        --with-boost-libdir=%{_libdir} \
-       --with-boost-system=boost_system \
        --with-boost-filesystem=boost_filesystem \
-       --with-boost-thread=boost_thread \
-       --with-boost-regex=boost_regex \
        --with-boost-program-options=boost_program_options \
-       --with-asio=system \
-       --with-zlib=system \
+       --with-boost-regex=boost_regex \
+       --with-boost-system=boost_system \
+       --with-boost-thread=boost_thread \
        --with-libgeoip=system \
-       --with-ssl
+       --with-ssl \
+       --with-zlib=system
 
 %{__make}
 
@@ -163,9 +168,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog COPYING README
+%doc AUTHORS ChangeLog COPYING
 %attr(755,root,root) %{_libdir}/libtorrent-rasterbar.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libtorrent-rasterbar.so.7
+%attr(755,root,root) %ghost %{_libdir}/libtorrent-rasterbar.so.9
 
 %files devel
 %defattr(644,root,root,755)
This page took 0.111324 seconds and 4 git commands to generate.