|
@@ -1,19 +1,19 @@
|
|
|
Name: libktorrent
|
|
|
Summary: Library providing torrent downloading code
|
|
|
-Version: 1.0.2
|
|
|
-Release: 3%{?_dist_release}
|
|
|
+Version: 1.0.5
|
|
|
+Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
License: GPLv2+
|
|
|
URL: http://ktorrent.org/
|
|
|
|
|
|
-Source0: http://ktorrent.org/downloads/4.0.2/libktorrent-%{version}.tar.bz2
|
|
|
+Source0: http://ktorrent.org/downloads/4.0.5/libktorrent-%{version}-3.tar.bz2
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
BuildRequires: libboost-devel
|
|
|
BuildRequires: gettext
|
|
|
BuildRequires: gmp-devel
|
|
|
-BuildRequires: kdelibs4-devel >= 4.5.0
|
|
|
+BuildRequires: kdelibs4-devel
|
|
|
BuildRequires: qca2-devel
|
|
|
|
|
|
%description
|
|
@@ -21,18 +21,18 @@ BuildRequires: qca2-devel
|
|
|
|
|
|
%package devel
|
|
|
Summary: Developer files for %{name}
|
|
|
+Summary(ja): %{name} の開発用ファイル
|
|
|
Group: Development/Libraries
|
|
|
Obsoletes: ktorrent-devel <= 4.0
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
-Requires: kdelibs4-devel >= 4.5.0
|
|
|
+Requires: kdelibs4-devel
|
|
|
|
|
|
%description devel
|
|
|
%{summary}.
|
|
|
|
|
|
|
|
|
-
|
|
|
%prep
|
|
|
-%setup -q -n %{name}-%{version}
|
|
|
+%setup -q -n %{name}-%{version}-3
|
|
|
|
|
|
%build
|
|
|
mkdir -p %{_target_platform}
|
|
@@ -79,6 +79,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jan 26 2011 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.5-1
|
|
|
+- new upstream release
|
|
|
+
|
|
|
* Tue Aug 17 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.0.2-3
|
|
|
- initial build for Vine Linux
|
|
|
|