]> git.pld-linux.org Git - packages/libtorrent-rasterbar.git/blobdiff - libtorrent-rasterbar.spec
- added boost patch, release 3 (rebuild with boost 1.70)
[packages/libtorrent-rasterbar.git] / libtorrent-rasterbar.spec
index 28bcca3e402773645223507a1a51eb3609cb653b..a11a55dddc89afc1f368652be6e39a222b4dfc2c 100644 (file)
@@ -1,14 +1,19 @@
+#
+# WARNING: Do not upgrade to 1.1.x, breaks qbittorrent
+#
+%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.7
-Release:       4
-Epoch:         1
+Version:       1.0.11
+Release:       3
+Epoch:         2
 License:       BSD
 Group:         Libraries
-Source0:       http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 0d83acb7d03fba652abbebdaca1fdcb0
+Source0:       https://github.com/arvidn/libtorrent/releases/download/libtorrent-%{tagver}/%{name}-%{version}.tar.gz
+# Source0-md5: f49e43286a64e8bbdef9ea59baa78b55
+Patch0:                %{name}-boost.patch
 URL:           http://www.rasterbar.com/products/libtorrent/
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf >= 2.63
@@ -118,6 +123,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. :]
@@ -163,9 +169,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.8
 
 %files devel
 %defattr(644,root,root,755)
This page took 2.622935 seconds and 4 git commands to generate.