--- ctorrent.spec 2008-08-09 02:25:38 +0400 +++ ctorrent-dnh3.3.2.spec 2009-02-05 22:39:00 +0300 @@ -1,22 +1,27 @@ -%define dnh dnh3.2 - Name: ctorrent -Version: 1.3.4 -Release: alt2.%{dnh}.1 +Version: dnh3.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-%version.tar.gz + +Patch0: %name-%version-filesize.patch +Patch1: %name-%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-%version +%patch0 -p1 +%patch1 -p1 %build %configure @@ -27,43 +32,5 @@ %make_install DESTDIR=%buildroot install %files -%{_bindir}/ctorrent -%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT - -%changelog -* Sat Aug 09 2008 ALT QA Team Robot 1.3.4-alt2.dnh3.2.1 -- Automated rebuild due to libcrypto.so.6 -> libcrypto.so.7 soname change. - -* Mon Jan 28 2008 Pavlov Konstantin 1.3.4-alt2.dnh3.2 -- Fix #13930. - -* Wed Aug 22 2007 Pavlov Konstantin 1.3.4-alt1.dnh3.2 -- dnh3.2 update. - -* Wed Jun 27 2007 Pavlov Konstantin 1.3.4-alt1.dnh3.1 -- dnh3.1 update. - -* Tue May 29 2007 Pavlov Konstantin 1.3.4-alt1.dnh3 -- Initial build for ALT. - -* Wed Nov 01 2006 Dominik 'Rathann' Mierzejewski 1.3.4-3.dnh2.1 -- upstream has stopped development, rebase to Enhanced CTorrent, fixes #212307 -- add more docs - -* Tue Oct 03 2006 Dominik 'Rathann' Mierzejewski 1.3.4-2 -- rebuilt for unwind info generation, broken in gcc-4.1.1-21 - -* Thu Sep 21 2006 Dominik 'Rathann' Mierzejewski 1.3.4-1 -- update to 1.3.4 -- mass rebuild - -* Wed May 24 2006 Andrea Veri 1.3.2-3 - - Added openssl-devel to BR - - 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 - - +%doc AUTHORS COPYING ChangeLog NEWS README README-DNH.TXT UserGuide +%_bindir/ctorrent