--- ctorrent.spec 2008-08-09 02:25:38 +0400 +++ ctorrent-dnh3.3.2.spec 2009-02-17 22:45:43 +0300 @@ -1,22 +1,28 @@ -%define dnh dnh3.2 - +%define dnh dnh Name: ctorrent -Version: 1.3.4 -Release: alt2.%{dnh}.1 +Version: 3.3.2 +Release: alt1 Summary: BitTorrent Client written in C Group: Networking/File transfer License: GPL -Packager: Pavlov Konstantin -URL: http://www.rahul.net/dholmes/ctorrent/ -Source0: http://www.rahul.net/dholmes/ctorrent/%{name}-%{version}-%{dnh}.tar.gz -BuildRequires: openssl-devel gcc-c++ +Packager: Pavlov Konstantin +Url: http://www.rahul.net/dholmes/ctorrent/ +Source0: http://www.rahul.net/dholmes/ctorrent/%name-%dnh%version.tar.gz + +Patch0: %name-%dnh%version-filesize.patch +Patch1: %name-%dnh%version-multitracker.patch + +# Automatically added by buildreq on Sat Jan 31 2009 (-bi) +BuildRequires: gcc-c++ libssl-devel %description CTorrent is a BitTorrent Client written in C that doesn't require any graphical component, such as an X server. %prep -%setup -q -n %{name}-%{dnh} +%setup -q -n %name-%dnh%version +%patch0 -p1 +%patch1 -p1 %build %configure @@ -27,8 +33,8 @@ %make_install DESTDIR=%buildroot install %files -%{_bindir}/ctorrent -%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT +%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT UserGuide +%_bindir/ctorrent %changelog * Sat Aug 09 2008 ALT QA Team Robot 1.3.4-alt2.dnh3.2.1 @@ -62,8 +68,6 @@ - Removed libc.so.6 libc.so.6(GLIBC_2.0), libc.so.6(GLIBC_2.1) in BR - Description Changed - Fixed URL - + * Sun Feb 1 2004 YuHong 1.3.2 - First Release - -