]> git.pld-linux.org Git - packages/libtorrent-rasterbar.git/commitdiff
- up to 0.14.6
authorlisu <lisu@pld-linux.org>
Mon, 21 Sep 2009 14:25:53 +0000 (14:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- change autotools order - libtoolize first

Changed files:
    libtorrent-rasterbar.spec -> 1.21

libtorrent-rasterbar.spec

index 85c2214245a9b99fcd0243e7d89ec83a964704f6..7ab47c6cff16290475939c217c686b2a9355021a 100644 (file)
@@ -2,13 +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.14.5
-Release:       2
+Version:       0.14.6
+Release:       1
 License:       BSD
 Group:         Libraries
 Source0:       http://dl.sourceforge.net/libtorrent/%{name}-%{version}.tar.gz
-# Source0-md5: 46734b7c1a7ac81e6a8bc10011c645d1
-Patch0:                %{name}-c++.patch
+# Source0-md5: 1b5b91a5d0abb8cefef9f4195738e621
 URL:           http://www.rasterbar.com/products/libtorrent/
 BuildRequires: autoconf
 BuildRequires: automake
@@ -100,7 +99,6 @@ Statyczna biblioteka libtorrent-rasterbar.
 
 %prep
 %setup -q
-%patch0 -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
@@ -112,8 +110,8 @@ find -type f -regex '.*\.[hc]pp' | xargs chmod a-x
 rm -f docs/*.rst
 
 %build
-%{__aclocal} -I m4
 %{__libtoolize}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
This page took 0.183201 seconds and 4 git commands to generate.