]> git.pld-linux.org Git - packages/libtorrent-rasterbar.git/commitdiff
- up to 0.14 auto/ti/libtorrent-rasterbar-0_14-1
authorduddits <duddits@pld-linux.org>
Mon, 10 Nov 2008 16:49:47 +0000 (16:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- obsolete patches removed
- %configure options updated

Changed files:
    libtorrent-rasterbar.spec -> 1.7

libtorrent-rasterbar.spec

index bf363375811a8ff7bb07ec59174e1a088cd78aa7..224059dc8653cd4894c4ef42c9971abdbe660310 100644 (file)
@@ -2,16 +2,12 @@ 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.13.1
-Release:       3
+Version:       0.14
+Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libtorrent/%{name}-%{version}.tar.gz
-# Source0-md5: 9d6b112fedc5861402647ff72e95dba0
-Patch0:                %{name}-examples.patch
-## fix the build error with newest boost -- it will be fixed in the next libtorrent version
-Patch1:                %{name}-boost.patch
-Patch2:                %{name}-condition.patch
+# Source0-md5: d4577ac07cff34b4a8202edc24383b8b
 URL:           http://www.rasterbar.com/products/libtorrent/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -99,9 +95,7 @@ Statyczna biblioteka libtorrent-rasterbar.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
-%patch2 -p1
+
 ## Some of the sources and docs are executable, which makes rpmlint against
 ## the resulting -debuginfo and -devel packages, respectively, quite angry. :]
 find src docs -type f | xargs chmod a-x
@@ -117,13 +111,12 @@ rm -f docs/*.rst
 %{__automake}
 %configure \
        --with-boost-system=boost_system \
-       --with-boost-date-time=boost_date_time \
        --with-boost-filesystem=boost_filesystem \
        --with-boost-thread=boost_thread \
        --with-boost-regex=boost_regex \
        --with-boost-program-options=boost_program_options \
        --with-{asio,zlib}=system \
-       --enable-ssl
+       --with-ssl
 
 %{__make} LDFLAGS="-L%{_libdir}64 %{rpmldflags}"
 
This page took 0.10792 seconds and 4 git commands to generate.