]> git.pld-linux.org Git - packages/libtorrent-rasterbar.git/blobdiff - libtorrent-rasterbar.spec
- release 3
[packages/libtorrent-rasterbar.git] / libtorrent-rasterbar.spec
index a3933b294e87da0e7c11d5e3f0444324e03587ed..b7591f63c07ec66941c958a449050c0791919722 100644 (file)
@@ -2,15 +2,16 @@ 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.14.10
-Release:       1
+Version:       0.15.4
+Release:       3
 Epoch:         1
 License:       BSD
 Group:         Libraries
 Source0:       http://libtorrent.googlecode.com/files/%{name}-%{version}.tar.gz
-# Source0-md5: 99e9f4fa9c9f1f5097a4748c7260ef53
+# Source0-md5: 58750b3a246d056335745f9e805bb949
 URL:           http://www.rasterbar.com/products/libtorrent/
 Patch0:                bashizm.patch
+Patch1:                py27.patch
 BuildRequires: GeoIP-devel
 BuildRequires: autoconf
 BuildRequires: automake
@@ -63,7 +64,7 @@ Summary:      Header files for %{name} library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki %{name}
 License:       BSD, zlib/libpng License, Boost Software License
 Group:         Development/Libraries
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 Requires:      boost-devel
 Requires:      openssl-devel
 Obsoletes:     rb_libtorrent-devel
@@ -93,7 +94,7 @@ License.
 Summary:       Static %{name} library
 Summary(pl.UTF-8):     Statyczna biblioteka %{name}
 Group:         Development/Libraries
-Requires:      %{name}-devel = %{version}-%{release}
+Requires:      %{name}-devel = %{epoch}:%{version}-%{release}
 Obsoletes:     rb_libtorrent-static
 
 %description static
@@ -108,14 +109,15 @@ Statyczna biblioteka libtorrent-rasterbar.
 %package -n python-libtorrent-rasterbar
 Summary:       Python bindings for libtorrent-rasterbar
 Group:         Libraries/Python
-Requires:      %{name} = %{version}-%{release}
+Requires:      %{name} = %{epoch}:%{version}-%{release}
 
 %description -n python-libtorrent-rasterbar
 Python bindings for libtorrent-rasterbar.
 
 %prep
 %setup -q
-%patch0 -p1
+# %patch0 -p1
+# %patch1 -p1
 %{__sed} -i 's/ACLOCAL_AMFLAGS = -I m4/#ACLOCAL_AMFLAGS = -I m4/' Makefile.am
 
 ## Some of the sources and docs are executable, which makes rpmlint against
This page took 0.051853 seconds and 4 git commands to generate.